X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=linux%2FMakefile.top;h=c2049404e3656fe74e57fe2603b70cce6e49e0d9;hp=3660c89b5f23eaac6c6b537442a550e3548faab7;hb=b5c0cf380b11e37f580e6f2affcb78d5ccedade0;hpb=6589bd3bbe86761cc41767a1400a69bbc985788a diff --git a/linux/Makefile.top b/linux/Makefile.top index 3660c89..c204940 100644 --- a/linux/Makefile.top +++ b/linux/Makefile.top @@ -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: