]> git.ozlabs.org Git - ppp.git/commitdiff
don't use options.leaf any more
authorPaul Mackerras <paulus@samba.org>
Wed, 28 Aug 1996 06:34:16 +0000 (06:34 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Aug 1996 06:34:16 +0000 (06:34 +0000)
linux/Makefile.top
sunos4/Makefile.top
svr4/Makefile.top

index 3660c89b5f23eaac6c6b537442a550e3548faab7..c2049404e3656fe74e57fe2603b70cce6e49e0d9 100644 (file)
@@ -24,9 +24,7 @@ install-etcppp: $(ETCDIR) $(ETCDIR)/options $(ETCDIR)/pap-secrets \
        $(ETCDIR)/chap-secrets
 
 $(ETCDIR)/options:
-       if netstat -rn | grep default >/dev/null; then \
-         $(INSTALL) -c -m 644 etc.ppp/options $@; \
-       else $(INSTALL) -c -m 644 etc.ppp/options.leaf $@; fi
+       $(INSTALL) -c -m 644 etc.ppp/options $@
 $(ETCDIR)/pap-secrets:
        $(INSTALL) -c -m 600 etc.ppp/pap-secrets $@
 $(ETCDIR)/chap-secrets:
index b63276c67fac34b41589056b2c3bd9a501db23a9..c24e057b4881d21a6bbb99ea48169a82daee4aba 100644 (file)
@@ -26,9 +26,7 @@ install-etcppp: $(ETCDIR) $(ETCDIR)/options $(ETCDIR)/pap-secrets \
        $(ETCDIR)/chap-secrets
 
 $(ETCDIR)/options:
-       if netstat -rn | grep default >/dev/null; then \
-         $(INSTALL) -c -m 644 etc.ppp/options $@; \
-       else $(INSTALL) -c -m 644 etc.ppp/options.leaf $@; fi
+       $(INSTALL) -c -m 644 etc.ppp/options $@
 $(ETCDIR)/pap-secrets:
        $(INSTALL) -c -m 600 etc.ppp/pap-secrets $@
 $(ETCDIR)/chap-secrets:
index ac0baa5415039fbef54e6090678366f2027adb28..95a67807939e02165736b1647863caaa73da0cfb 100644 (file)
@@ -1,7 +1,7 @@
 #
 # ppp top level makefile for Solaris 2
 #
-# $Id: Makefile.top,v 1.2 1995/06/01 02:23:09 paulus Exp $
+# $Id: Makefile.top,v 1.3 1996/08/28 06:34:16 paulus Exp $
 #
 
 BINDIR = /usr/local/bin
@@ -28,9 +28,7 @@ install-etcppp: $(ETCDIR) $(ETCDIR)/options $(ETCDIR)/pap-secrets \
        $(ETCDIR)/chap-secrets
 
 $(ETCDIR)/options:
-       if netstat -rn | grep default >/dev/null; then \
-         cp etc.ppp/options $@; \
-       else cp etc.ppp/options.leaf $@; fi
+       cp etc.ppp/options $@
        chmod go-w $@
 $(ETCDIR)/pap-secrets:
        $(INSTALL) -f $(ETCDIR) -m 600 etc.ppp/pap-secrets