Author: justin
Date: 2005-10-03 23:34:32 -0600 (Mon, 03 Oct 2005)
New Revision: 846
Modified:
trunk/Makefile
Log:
Changed group and passwd install command.
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-10-04 05:32:45 UTC (rev 845)
+++ trunk/Makefile 2005-10-04 05:34:32 UTC (rev 846)
@@ -291,8 +291,7 @@
@-$(WD)/bin/ln -s bash /bin/sh
createfiles:
- @install -m644 -oroot -groot $(WD)/etc/passwd /etc
- @install -m644 -oroot -groot $(WD)/etc/group /etc
+ @install -m644 -oroot -groot $(WD)/etc/{group,passwd} /etc
@touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
@chgrp utmp /var/run/utmp /var/log/lastlog
@chmod 664 /var/run/utmp /var/log/lastlog
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page