commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-3-g9cf8626


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-3-g9cf8626
Date: Thu, 17 Dec 2009 14:50:29 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  9cf8626b6198ca496e0504b2e0d6a64d46935a00 (commit)
      from  7e0a3fb6690fcbd5eb781f0985cebe3ba6e159f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=9cf8626b6198ca496e0504b2e0d6a64d46935a00


commit 9cf8626b6198ca496e0504b2e0d6a64d46935a00
Author: Simon Josefsson <address@hidden>
Date:   Thu Dec 17 15:50:01 2009 +0100

    Change daemon man section from 1 to 8.
    
    Reported by Juergen Daubert <address@hidden> in
    <http://thread.gmane.org/gmane.comp.gnu.inetutils.bugs/2557>.

diff --git a/ChangeLog b/ChangeLog
index f2790ca..f19c547 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-17  Simon Josefsson  <address@hidden>
 
+       * man/Makefile.am (all): Change daemon man section from 1 to 8.
+       (.h2m.8): Add rule for daemons.
+       Reported by Juergen Daubert <address@hidden>.
+
+2009-12-17  Simon Josefsson  <address@hidden>
+
        * tests/Makefile.am (TESTS): Change $(check_SCRIPTS) to
        $(dist_check_SCRIPTS).
 
diff --git a/man/Makefile.am b/man/Makefile.am
index 4bc7f53..f3df6fb 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -18,10 +18,10 @@
 
 # FIXME: ping6 ifconfig
 
-all = hostname.1 ifconfig.1 inetd.1 ftp.1 ftpd.1 logger.1 ping.1 rcp.1 \
-      rexec.1 rexecd.1 rlogin.1 rlogind.1 rsh.1 rshd.1 syslogd.1       \
-      talk.1 talkd.1 telnet.1 telnetd.1 tftp.1 tftpd.1 traceroute.1    \
-      uucpd.1 whois.1
+all = hostname.1 ifconfig.1 inetd.8 ftp.1 ftpd.8 logger.1 ping.1 rcp.1 \
+      rexec.1 rexecd.8 rlogin.1 rlogind.8 rsh.1 rshd.8 syslogd.8       \
+      talk.1 talkd.8 telnet.1 telnetd.8 tftp.1 tftpd.8 traceroute.1    \
+      uucpd.8 whois.1
 
 dist_man1_MANS =
 
@@ -34,7 +34,7 @@ dist_man1_MANS += ifconfig.1
 endif
 
 if ENABLE_inetd
-dist_man1_MANS += inetd.1
+dist_man1_MANS += inetd.8
 endif
 
 if ENABLE_ftp
@@ -42,7 +42,7 @@ dist_man1_MANS += ftp.1
 endif
 
 if ENABLE_ftpd
-dist_man1_MANS += ftpd.1
+dist_man1_MANS += ftpd.8
 endif
 
 if ENABLE_logger
@@ -62,7 +62,7 @@ dist_man1_MANS += rexec.1
 endif
 
 if ENABLE_rexecd
-dist_man1_MANS += rexecd.1
+dist_man1_MANS += rexecd.8
 endif
 
 if ENABLE_rlogin
@@ -70,7 +70,7 @@ dist_man1_MANS += rlogin.1
 endif
 
 if ENABLE_rlogind
-dist_man1_MANS += rlogind.1
+dist_man1_MANS += rlogind.8
 endif
 
 if ENABLE_rsh
@@ -78,11 +78,11 @@ dist_man1_MANS += rsh.1
 endif
 
 if ENABLE_rshd
-dist_man1_MANS += rshd.1
+dist_man1_MANS += rshd.8
 endif
 
 if ENABLE_syslogd
-dist_man1_MANS += syslogd.1
+dist_man1_MANS += syslogd.8
 endif
 
 if ENABLE_talk
@@ -90,7 +90,7 @@ dist_man1_MANS += talk.1
 endif
 
 if ENABLE_talkd
-dist_man1_MANS += talkd.1
+dist_man1_MANS += talkd.8
 endif
 
 if ENABLE_telnet
@@ -98,7 +98,7 @@ dist_man1_MANS += telnet.1
 endif
 
 if ENABLE_telnetd
-dist_man1_MANS += telnetd.1
+dist_man1_MANS += telnetd.8
 endif
 
 if ENABLE_tftp
@@ -106,7 +106,7 @@ dist_man1_MANS += tftp.1
 endif
 
 if ENABLE_tftpd
-dist_man1_MANS += tftpd.1
+dist_man1_MANS += tftpd.8
 endif
 
 if ENABLE_traceroute
@@ -114,7 +114,7 @@ dist_man1_MANS += traceroute.1
 endif
 
 if ENABLE_uucpd
-dist_man1_MANS += uucpd.1
+dist_man1_MANS += uucpd.8
 endif
 
 if ENABLE_whois
@@ -127,13 +127,13 @@ MAINTAINERCLEANFILES = $(all)
 
 ftp.1: ftp.h2m $(top_srcdir)/ftp/main.c $(top_srcdir)/configure.ac
 
-ftpd.1: ftpd.h2m $(top_srcdir)/ftpd/ftpd.c $(top_srcdir)/configure.ac
+ftpd.8: ftpd.h2m $(top_srcdir)/ftpd/ftpd.c $(top_srcdir)/configure.ac
 
 hostname.1: hostname.h2m $(top_srcdir)/hostname/hostname.c 
$(top_srcdir)/configure.ac
 
 ifconfig.1: ifconfig.h2m $(top_srcdir)/ifconfig/options.c 
$(top_srcdir)/configure.ac
 
-inetd.1: inetd.h2m $(top_srcdir)/inetd/inetd.c $(top_srcdir)/configure.ac
+inetd.8: inetd.h2m $(top_srcdir)/inetd/inetd.c $(top_srcdir)/configure.ac
 
 logger.1: logger.h2m $(top_srcdir)/logger/logger.c $(top_srcdir)/configure.ac
 
@@ -143,33 +143,33 @@ rcp.1: rcp.h2m $(top_srcdir)/rcp/rcp.c 
$(top_srcdir)/configure.ac
 
 rexec.1: rexec.h2m $(top_srcdir)/rexec/rexec.c $(top_srcdir)/configure.ac
 
-rexecd.1: rexecd.h2m $(top_srcdir)/rexecd/rexecd.c $(top_srcdir)/configure.ac
+rexecd.8: rexecd.h2m $(top_srcdir)/rexecd/rexecd.c $(top_srcdir)/configure.ac
 
 rlogin.1: rlogin.h2m $(top_srcdir)/rlogin/rlogin.c $(top_srcdir)/configure.ac
 
-rlogind.1: rlogind.h2m $(top_srcdir)/rlogind/rlogind.c 
$(top_srcdir)/configure.ac
+rlogind.8: rlogind.h2m $(top_srcdir)/rlogind/rlogind.c 
$(top_srcdir)/configure.ac
 
 rsh.1: rsh.h2m $(top_srcdir)/rsh/rsh.c $(top_srcdir)/configure.ac
 
-rshd.1: rshd.h2m $(top_srcdir)/rshd/rshd.c $(top_srcdir)/configure.ac
+rshd.8: rshd.h2m $(top_srcdir)/rshd/rshd.c $(top_srcdir)/configure.ac
 
-syslogd.1: syslogd.h2m $(top_srcdir)/syslogd/syslogd.c 
$(top_srcdir)/configure.ac
+syslogd.8: syslogd.h2m $(top_srcdir)/syslogd/syslogd.c 
$(top_srcdir)/configure.ac
 
 talk.1: talk.h2m $(top_srcdir)/talk/talk.c $(top_srcdir)/configure.ac
 
-talkd.1: talkd.h2m $(top_srcdir)/talkd/talkd.c $(top_srcdir)/configure.ac
+talkd.8: talkd.h2m $(top_srcdir)/talkd/talkd.c $(top_srcdir)/configure.ac
 
 telnet.1: telnet.h2m $(top_srcdir)/telnet/main.c $(top_srcdir)/configure.ac
 
-telnetd.1: telnetd.h2m $(top_srcdir)/telnetd/telnetd.c 
$(top_srcdir)/configure.ac
+telnetd.8: telnetd.h2m $(top_srcdir)/telnetd/telnetd.c 
$(top_srcdir)/configure.ac
 
 tftp.1: tftp.h2m $(top_srcdir)/tftp/main.c $(top_srcdir)/configure.ac
 
-tftpd.1: tftpd.h2m $(top_srcdir)/tftpd/tftpd.c $(top_srcdir)/configure.ac
+tftpd.8: tftpd.h2m $(top_srcdir)/tftpd/tftpd.c $(top_srcdir)/configure.ac
 
 traceroute.1: traceroute.h2m $(top_srcdir)/traceroute/traceroute.c 
$(top_srcdir)/configure.ac
 
-uucpd.1: uucpd.h2m $(top_srcdir)/uucpd/uucpd.c $(top_srcdir)/configure.ac
+uucpd.8: uucpd.h2m $(top_srcdir)/uucpd/uucpd.c $(top_srcdir)/configure.ac
 
 whois.1: whois.h2m $(top_srcdir)/whois/whois.c $(top_srcdir)/configure.ac
 
@@ -187,3 +187,20 @@ whois.1: whois.h2m $(top_srcdir)/whois/whois.c 
$(top_srcdir)/configure.ac
        && cp tmp/$@ address@hidden                                     \
        && rm -rf tmp                                           \
        && mv address@hidden $@
+
+.h2m.8:
+       rm -f $@ address@hidden                                         \
+       && {                                                    \
+               rm -rf tmp;                                     \
+               mkdir tmp;                                      \
+               (cd tmp && $(LN_S) ../../$*/$* $*);             \
+                       $(HELP2MAN)                             \
+                       --source='$(PACKAGE_STRING)'            \
+                       --include=$(srcdir)/$*.h2m              \
+                       --output=tmp/$@                         \
+                       --section 8                             \
+                       tmp/$*;                                 \
+       }                                                       \
+       && cp tmp/$@ address@hidden                                     \
+       && rm -rf tmp                                           \
+       && mv address@hidden $@

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    6 +++++
 man/Makefile.am |   65 ++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 47 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]