public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ntp/files/man-pages: ntp.conf.5.patch genmans.sh
@ 2011-04-08  3:42 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-04-08  3:42 UTC (permalink / raw
  To: gentoo-commits

vapier      11/04/08 03:42:28

  Modified:             genmans.sh
  Added:                ntp.conf.5.patch
  Log:
  trim some freebsd-specific pieces from the man page #354835 by Sergey S. Starikoff
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-misc/ntp/files/man-pages/genmans.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/man-pages/genmans.sh?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/man-pages/genmans.sh?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/man-pages/genmans.sh?r1=1.3&r2=1.4

Index: genmans.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/files/man-pages/genmans.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- genmans.sh	18 Jul 2010 21:52:39 -0000	1.3
+++ genmans.sh	8 Apr 2011 03:42:28 -0000	1.4
@@ -66,6 +66,13 @@
 echo
 
 cp -vi /usr/local/src/freebsd/src/usr.sbin/ntp/doc/*.5 ${MANDIR}
+(
+d=${PWD}
+cd ${MANDIR}
+for p in $d/*.5.patch ; do
+	patch -F0 -p0 < $p || exit 1
+done
+) || exit 1
 cp -vi ${SRCDIR}/*.patch ${SRCDIR}/genmans.sh ${SRCDIR}/ntp.xsl ${MANDIR}
 
 tar -jcf ${VERSION}-manpages.tar.bz2 -C ${MANDIR}/.. man



1.1                  net-misc/ntp/files/man-pages/ntp.conf.5.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/man-pages/ntp.conf.5.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/man-pages/ntp.conf.5.patch?rev=1.1&content-type=text/plain

Index: ntp.conf.5.patch
===================================================================
--- ntp.conf.5
+++ ntp.conf.5
@@ -24,16 +24,6 @@
 .Fl c
 command line option).
 .Pp
-The
-.Pa /etc/rc.d/ntpdate
-script reads this file to get a list of NTP servers to use if the
-variable
-.Dq Li ntpdate_hosts
-was not declared.
-Refer to the
-.Xr rc.conf 5
-man page for further info about this.
-.Pp
 The file format is similar to other
 .Ux
 configuration files.
@@ -2686,7 +2676,6 @@
 Diffie-Hellman agreement parameters
 .El
 .Sh SEE ALSO
-.Xr rc.conf 5 ,
 .Xr ntpd 8 ,
 .Xr ntpdc 8 ,
 .Xr ntpq 8






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-08  3:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08  3:42 [gentoo-commits] gentoo-x86 commit in net-misc/ntp/files/man-pages: ntp.conf.5.patch genmans.sh Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox