vapier 15/04/08 21:13:16 Modified: genmans.sh Log: Version bump #545836 by Agostino Sarubbo. Disable IPv6 lines in default restrict.conf when USE=-ipv6 #524726 by Toralf Förster. Increase default rlimit to 256MiB #533232 by Dennis Lichtenthäler. Add patch from upstream for crashes in ntpd #533966 by Wouter Smeltekop. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.6 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.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/man-pages/genmans.sh?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/man-pages/genmans.sh?r1=1.5&r2=1.6 Index: genmans.sh =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/files/man-pages/genmans.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- genmans.sh 31 Dec 2011 07:42:00 -0000 1.5 +++ genmans.sh 8 Apr 2015 21:13:16 -0000 1.6 @@ -62,6 +62,7 @@ ( d=${PWD} cd ${MANDIR} +shopt -s nullglob for p in $d/*.5.patch ; do patch -F0 -p0 < $p || exit 1 done
