All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaromir Capik <jcapik@redhat.com>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [PATCH] Man page for sensors-conf-convert
Date: Thu, 01 Aug 2013 12:18:19 +0000	[thread overview]
Message-ID: <196849047.9940177.1375359499731.JavaMail.root@redhat.com> (raw)
In-Reply-To: <1629787044.9939514.1375359420880.JavaMail.root@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 27 bytes --]

And now the attachment :]


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: lm_sensors-3.3.4-man-sensors-conf-conv.patch --]
[-- Type: text/x-patch; name=lm_sensors-3.3.4-man-sensors-conf-conv.patch, Size: 1572 bytes --]

diff -Naur lm_sensors-3.3.4.orig/etc/Module.mk lm_sensors-3.3.4/etc/Module.mk
--- lm_sensors-3.3.4.orig/etc/Module.mk	2009-07-24 15:52:28.000000000 +0200
+++ lm_sensors-3.3.4/etc/Module.mk	2013-08-01 13:47:42.000000000 +0200
@@ -32,10 +32,13 @@
 	     -a ! -e $(DESTDIR)$(ETCDIR)/modprobe.d/lm_sensors.conf ] ; then \
 	  $(MV) $(DESTDIR)$(ETCDIR)/modprobe.d/lm_sensors $(DESTDIR)$(ETCDIR)/modprobe.d/lm_sensors.conf ; \
 	fi
+	$(MKDIR) $(DESTDIR)$(MANDIR)/man8
+	$(INSTALL) -m 644 $(ETC_DIR)/sensors-conf-convert.8 $(DESTDIR)$(MANDIR)/man8
 
 user_install :: install-etc
 
 uninstall-etc:
 	$(RM) $(DESTDIR)$(BINDIR)/sensors-conf-convert
+	$(RM) $(DESTDIR)$(MANDIR)/man8/sensors-conf-convert.8
 
 user_uninstall :: uninstall-etc
diff -Naur lm_sensors-3.3.4.orig/etc/sensors-conf-convert.8 lm_sensors-3.3.4/etc/sensors-conf-convert.8
--- lm_sensors-3.3.4.orig/etc/sensors-conf-convert.8	1970-01-01 01:00:00.000000000 +0100
+++ lm_sensors-3.3.4/etc/sensors-conf-convert.8	2013-08-01 13:34:06.197767137 +0200
@@ -0,0 +1,27 @@
+.TH SENSORS-CONF-CONVERT 8 "August 2013" "lm-sensors 3"
+.SH NAME
+sensors-conf-convert \- sensors configuration conversion
+
+.SH SYNOPSIS
+.B sensors-conf-convert
+\ <
+.I /etc/sensors.conf
+\ \ \ >
+.I /etc/sensors3.conf
+
+.SH DESCRIPTION
+The purpose of the
+.B sensors-conf-convert
+tool is to convert
+.I sensors.conf
+from the lm_sensors version 2 to the lm_sensors
+version 3 format.
+.P
+The data are read from the standard input and the result
+is written to the standard output.
+
+.SH SEE ALSO
+sensors(1)
+
+.SH AUTHOR
+Jean Delvare

[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

  reply	other threads:[~2013-08-01 12:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-01 12:17 [lm-sensors] [PATCH] Man page for sensors-conf-convert Jaromir Capik
2013-08-01 12:18 ` Jaromir Capik [this message]
2013-09-11 12:19 ` Jean Delvare

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=196849047.9940177.1375359499731.JavaMail.root@redhat.com \
    --to=jcapik@redhat.com \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.