[csw-devel] SF.net SVN: gar:[2915] csw/mgar/pkg/dhcp/trunk/Makefile
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Tue Jan 27 19:19:26 CET 2009
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.
More information about the devel
mailing list