openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : udhcp Makefile,1.3,1.4


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : udhcp Makefile,1.3,1.4
Date: Mon, 29 Jul 2002 16:11:05 -0400

Update of /cvsroot/openap/udhcp
In directory subversions:/tmp/cvs-serv10122

Modified Files:
        Makefile 
Log Message:
Fix broken permissions on udhcpd config files, thanks to 
Sergio M. Ammirata <address@hidden>.


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/udhcp/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile    20 May 2002 00:42:10 -0000      1.3
+++ Makefile    29 Jul 2002 20:11:02 -0000      1.4
@@ -93,8 +93,8 @@
        mkdir -p $(ETCDIR)/init.d
        mkdir -p $(ETCDIR)/rc1.d
        mkdir -p $(ETCDIR)/rc3.d
-       $(INSTALL) samples/udhcpd.conf $(ETCDIR)
-       $(INSTALL) udhcpd.init $(ETCDIR)/init.d/udhcpd
+       $(INSTALL) --mode=0644 samples/udhcpd.conf $(ETCDIR)
+       $(INSTALL) --mode=0755 udhcpd.init $(ETCDIR)/init.d/udhcpd
        ln -s ../init.d/udhcpd $(ETCDIR)/rc1.d/K50udhcpd
        ln -s ../init.d/udhcpd $(ETCDIR)/rc3.d/S50udhcpd
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]