[Lunar-commits] r17816 - moonbase/trunk/net/ppp

Terry Chan tchan at lunar-linux.org
Tue Dec 27 16:51:29 UTC 2005


Author: tchan
Date: 2005-12-27 16:51:29 +0000 (Tue, 27 Dec 2005)
New Revision: 17816

Modified:
   moonbase/trunk/net/ppp/BUILD
Log:
Fixing another bug in the BUILD script -- there was no group ppp in /etc/group,
so a groupadd command is necessary.  I guess this shows how many people still
use the ppp module.  I don't think this ever could have worked unless installs
were done with older Lunar ISOs that automatically created default extra entries
in /etc/group.


Modified: moonbase/trunk/net/ppp/BUILD
===================================================================
--- moonbase/trunk/net/ppp/BUILD	2005-12-27 16:38:28 UTC (rev 17815)
+++ moonbase/trunk/net/ppp/BUILD	2005-12-27 16:51:29 UTC (rev 17816)
@@ -35,6 +35,7 @@
 
 	cat  $SCRIPT_DIRECTORY/message  &&
 
+        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