CVS: initscripts Makefile,1.2,1.3

Chuck Mead csm at lunar-linux.org
Sun Oct 26 18:31:30 GMT 2003


Update of /var/cvs/lunar/initscripts
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8237

Modified Files:
	Makefile 
Log Message:
ensuring that the symlink from /etc/rc.d/init.d to /etc/init.d is created
at install time.


Index: Makefile
===================================================================
RCS file: /var/cvs/lunar/initscripts/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	26 Oct 2003 17:32:50 -0000	1.2
+++ Makefile	26 Oct 2003 18:31:28 -0000	1.3
@@ -74,6 +74,7 @@
 	done
 
 # Can't store symlinks in a CVS archive
+	ln -sf $(ROOT)/etc/rc.d/init.d $(ROOT)/etc/init.d
 	ln -sf ../init.d/killall $(ROOT)/etc/rc.d/rc0.d/S00killall
 	ln -sf ../init.d/killall $(ROOT)/etc/rc.d/rc6.d/S00killall
 




More information about the Lunar-commits mailing list