polynomial-c 15/02/10 00:27:08 Modified: dhcpd.init5 Log: Revbump to fix a typo which slipped in with the latest init script fix. Removed old (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.6 net-misc/dhcp/files/dhcpd.init5 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/files/dhcpd.init5?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/files/dhcpd.init5?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/files/dhcpd.init5?r1=1.5&r2=1.6 Index: dhcpd.init5 =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcpd.init5,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dhcpd.init5 7 Feb 2015 07:51:39 -0000 1.5 +++ dhcpd.init5 10 Feb 2015 00:27:08 -0000 1.6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcpd.init5,v 1.5 2015/02/07 07:51:39 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcpd.init5,v 1.6 2015/02/10 00:27:08 polynomial-c Exp $ extra_commands="configtest" @@ -92,7 +92,7 @@ -user dhcp -group dhcp \ ${chroot:+-chroot} ${chroot} ${DHCPD_IFACE} eend $? \ - && save_options dhcpcd_chroot "${chroot}" \ + && save_options dhcpd_chroot "${chroot}" \ && save_options pidfile "${pidfile}" }
