[Lunar-commits] r17855 - moonbase/trunk/net/ppp
Terry Chan
tchan at lunar-linux.org
Sat Dec 31 01:36:12 UTC 2005
Author: tchan
Date: 2005-12-31 01:36:11 +0000 (Sat, 31 Dec 2005)
New Revision: 17855
Modified:
moonbase/trunk/net/ppp/BUILD
Log:
I suppose removing the && on the groupadd line is a quick/dirty hack on the BUILD file....
Modified: moonbase/trunk/net/ppp/BUILD
===================================================================
--- moonbase/trunk/net/ppp/BUILD 2005-12-30 13:43:17 UTC (rev 17854)
+++ moonbase/trunk/net/ppp/BUILD 2005-12-31 01:36:11 UTC (rev 17855)
@@ -35,7 +35,7 @@
cat $SCRIPT_DIRECTORY/message &&
- groupadd ppp 2>/dev/null &&
+ groupadd ppp 2>/dev/null
chown root:ppp /usr/sbin/pppd &&
chmod 4750 /usr/sbin/pppd &&
chown -R root:ppp /etc/ppp &&
More information about the Lunar-commits
mailing list