[Lunar-commits] CVS: moonbase/net/pppconfig BUILD,1.2,1.3
Auke Kok
sofar at lunar-linux.org
Sun Jun 6 12:30:57 GMT 2004
Update of /var/cvs/lunar/moonbase/net/pppconfig
In directory dbguin.lunar-linux.org:/tmp/cvs-serv29460/net/pppconfig
Modified Files:
BUILD
Log Message:
None of these had 'prepare_install' or the default_make/build equivalent.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/pppconfig/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 17 Aug 2003 13:48:51 -0000 1.2
+++ BUILD 6 Jun 2004 12:30:54 -0000 1.3
@@ -1,9 +1,10 @@
(
- # ppp creates /etc/ppp but we need a couple of dirs more
- for dir in /etc/ppp/ip-down.d/ /etc/ppp/ip-up.d/ /etc/ppp/resolv/
- do
- test -e $dir || mkdir $dir
+ prepare_install
+
+ # ppp creates /etc/ppp but we need a couple of dirs more
+ for dir in /etc/ppp/ip-down.d/ /etc/ppp/ip-up.d/ /etc/ppp/resolv/ ; do
+ test -e $dir || mkdir $dir
done
# pppconfig searches in /etc/chatscripts instead of /etc/chat, so we just link it
More information about the Lunar-commits
mailing list