williamh    15/02/07 01:00:51

  Modified:             dhcpd.init5
  Log:
  typo fix
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.4                  net-misc/dhcp/files/dhcpd.init5

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/files/dhcpd.init5?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/files/dhcpd.init5?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/files/dhcpd.init5?r1=1.3&r2=1.4

Index: dhcpd.init5
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcpd.init5,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dhcpd.init5 7 Feb 2015 00:58:12 -0000       1.3
+++ dhcpd.init5 7 Feb 2015 01:00:51 -0000       1.4
@@ -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.3 
2015/02/07 00:58:12 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcpd.init5,v 1.4 
2015/02/07 01:00:51 williamh Exp $
 
 extra_commands="configtest"
 
@@ -98,7 +98,7 @@
 
 stop() {
        local chroot="$(get_options dhcpd_chroot)"
-       [ -z "$chroot" && chroot="$(get_options chroot)"
+       [ -z "$chroot" ] && chroot="$(get_options chroot)"
 
        ebegin "Stopping ${chroot:+chrooted }${SVCNAME}"
        start-stop-daemon --stop --exec /usr/sbin/dhcpd \




Reply via email to