[csw-devel] SF.net SVN: gar:[7596] csw/mgar/pkg/dhcp/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Fri Dec 11 17:30:14 CET 2009


Revision: 7596
          http://gar.svn.sourceforge.net/gar/?rev=7596&view=rev
Author:   bonivart
Date:     2009-12-11 16:30:14 +0000 (Fri, 11 Dec 2009)

Log Message:
-----------
dhcp: update to 4.1.1rc1, fix init script

Modified Paths:
--------------
    csw/mgar/pkg/dhcp/trunk/Makefile
    csw/mgar/pkg/dhcp/trunk/checksums
    csw/mgar/pkg/dhcp/trunk/files/CSWdhcp.cswdhcpd

Modified: csw/mgar/pkg/dhcp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dhcp/trunk/Makefile	2009-12-11 12:35:23 UTC (rev 7595)
+++ csw/mgar/pkg/dhcp/trunk/Makefile	2009-12-11 16:30:14 UTC (rev 7596)
@@ -1,5 +1,5 @@
 GARNAME = dhcp
-GARVERSION = 4.1.1b3
+GARVERSION = 4.1.1rc1
 CATEGORIES = net
 
 DESCRIPTION = ISC DHCP reference implementation

Modified: csw/mgar/pkg/dhcp/trunk/checksums
===================================================================
--- csw/mgar/pkg/dhcp/trunk/checksums	2009-12-11 12:35:23 UTC (rev 7595)
+++ csw/mgar/pkg/dhcp/trunk/checksums	2009-12-11 16:30:14 UTC (rev 7596)
@@ -1 +1 @@
-085da9c98f3d4ec285b319fcdda6d552  dhcp-4.1.1b3.tar.gz
+f2b4dfe70640d33b29da6b75eb5c82a0  dhcp-4.1.1rc1.tar.gz

Modified: csw/mgar/pkg/dhcp/trunk/files/CSWdhcp.cswdhcpd
===================================================================
--- csw/mgar/pkg/dhcp/trunk/files/CSWdhcp.cswdhcpd	2009-12-11 12:35:23 UTC (rev 7595)
+++ csw/mgar/pkg/dhcp/trunk/files/CSWdhcp.cswdhcpd	2009-12-11 16:30:14 UTC (rev 7596)
@@ -33,9 +33,9 @@
     FAIL=
     /opt/csw/sbin/dhcpd -cf $CONF -t || FAIL=1
     /opt/csw/sbin/dhcpd -cf $CONF -T || FAIL=2
-    [ $FAIL = 1 ] && echo "Your configuration seems broken. Exiting."
-    [ $FAIL = 2 ] && echo "Your lease file seems broken. Exiting."
-    [ $FAIL ] && exit 1
+    [ "$FAIL" = 1 ] && echo "Your configuration seems broken. Not restarting."
+    [ "$FAIL" = 2 ] && echo "Your lease file seems broken. Not restarting."
+    [ "$FAIL" ] && exit 1
     $0 stop
     echo "Waiting for $SERVICE to stop.\c"
     while ( /usr/bin/pgrep -x dhcpd > /dev/null ); do


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list