diff options
author | tron <tron@pkgsrc.org> | 2001-02-19 21:26:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-19 21:26:14 +0000 |
commit | 8fb8d7a91e80ecc29aea4d565375c249dc51835c (patch) | |
tree | 6f10bf31eaf9c336d26584c6e5718d21e45ee5b8 /net/rp-pppoe/patches | |
parent | 2670c125b772400ef03c4409d6495e978901a624 (diff) | |
download | pkgsrc-8fb8d7a91e80ecc29aea4d565375c249dc51835c.tar.gz |
Fix "adsl-setup" to create "/etc/resolv.conf" public readable. Problem
noted by Hubert Feyrer.
Diffstat (limited to 'net/rp-pppoe/patches')
-rw-r--r-- | net/rp-pppoe/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/rp-pppoe/patches/patch-ab b/net/rp-pppoe/patches/patch-ab new file mode 100644 index 00000000000..ae264215634 --- /dev/null +++ b/net/rp-pppoe/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.3 2001/02/19 21:26:14 tron Exp $ + +--- adsl-setup.in.orig Mon Jan 8 15:58:35 2001 ++++ adsl-setup.in Mon Feb 19 22:23:47 2001 +@@ -304,6 +304,7 @@ + if [ "$DNS2" != "" ] ; then + $ECHO "nameserver $DNS2" >> /etc/resolv.conf + fi ++ chmod 644 /etc/resolv.conf + fi + fi + |