Revision: 2915
          http://gar.svn.sourceforge.net/gar/?rev=2915&view=rev
Author:   bonivart
Date:     2009-01-27 18:19:26 +0000 (Tue, 27 Jan 2009)

Log Message:
-----------
dhcp: fix file perm

Modified Paths:
--------------
    csw/mgar/pkg/dhcp/trunk/Makefile

Modified: csw/mgar/pkg/dhcp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dhcp/trunk/Makefile    2009-01-27 17:22:24 UTC (rev 2914)
+++ csw/mgar/pkg/dhcp/trunk/Makefile    2009-01-27 18:19:26 UTC (rev 2915)
@@ -51,6 +51,7 @@
          gmake DESTDIR=$(DESTDIR) install )
        @ginstall -d $(DESTDIR)/etc/opt/csw/init.d
        @cp $(FILEDIR)/CSWdhcp.cswdhcpd $(DESTDIR)/etc/opt/csw/init.d/cswdhcpd
+       @chmod 755 $(DESTDIR)/etc/opt/csw/init.d/cswdhcpd
        @( cd $(DESTDIR)/etc/opt/csw ; \
           mv dhcpd.conf dhcpd.conf.CSW ; \
           mv dhclient.conf dhclient.conf.CSW )


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to