[Lunar-commits] r17815 - moonbase/trunk/net/ppp
Terry Chan
tchan at lunar-linux.org
Tue Dec 27 16:38:28 UTC 2005
Author: tchan
Date: 2005-12-27 16:38:28 +0000 (Tue, 27 Dec 2005)
New Revision: 17815
Modified:
moonbase/trunk/net/ppp/BUILD
Log:
Fixed a long time standing BUG in the BUILD script. We don't seem to every
have had a file named peers.isp for copying and it should have always been
named "peers" for copying.
Modified: moonbase/trunk/net/ppp/BUILD
===================================================================
--- moonbase/trunk/net/ppp/BUILD 2005-12-27 16:31:34 UTC (rev 17814)
+++ moonbase/trunk/net/ppp/BUILD 2005-12-27 16:38:28 UTC (rev 17815)
@@ -26,7 +26,7 @@
fi
if [ ! -e /etc/ppp/peers/isp ]; then
- cp $SCRIPT_DIRECTORY/peers.isp /etc/ppp/peers/isp
+ cp $SCRIPT_DIRECTORY/peers /etc/ppp/peers/isp
fi
if [ ! -e /etc/ppp/chat/isp ]; then
More information about the Lunar-commits
mailing list