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

Jaime Buffery nestu at lunar-linux.org
Tue Jun 28 21:43:23 UTC 2005


Author: nestu
Date: 2005-06-28 21:43:23 +0000 (Tue, 28 Jun 2005)
New Revision: 15519

Modified:
   moonbase/trunk/net/ppp/BUILD
Log:
touch'ing the /etc/ppp/{chap,pap}-secrets files, just in case they are missing

Modified: moonbase/trunk/net/ppp/BUILD
===================================================================
--- moonbase/trunk/net/ppp/BUILD	2005-06-28 21:42:44 UTC (rev 15518)
+++ moonbase/trunk/net/ppp/BUILD	2005-06-28 21:43:23 UTC (rev 15519)
@@ -38,6 +38,7 @@
 	chown  root:ppp     /usr/sbin/pppd  &&
 	chmod  4750         /usr/sbin/pppd  &&
 	chown  -R root:ppp  /etc/ppp  &&
+	touch               /etc/ppp/{chap,pap}-secrets &&
 	chmod  600          /etc/ppp/*-secrets
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list