diff options
author | 2004-09-27 10:49:22 +0000 | |
---|---|---|
committer | 2004-09-27 10:49:22 +0000 | |
commit | f69ebcf86680467b0bebc37823ee99bd2da31715 (patch) | |
tree | aefaeb01ec9d1aef893b5a876a0a22a6d228852a /net-dialup | |
parent | apply pcap patch to 2.4.1-r14, bug #51059 (Manifest recommit) (diff) | |
download | gentoo-2-f69ebcf86680467b0bebc37823ee99bd2da31715.tar.gz gentoo-2-f69ebcf86680467b0bebc37823ee99bd2da31715.tar.bz2 gentoo-2-f69ebcf86680467b0bebc37823ee99bd2da31715.zip |
resolv.conf permissions
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/files/2.4.2/ip-up | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dialup/ppp/files/2.4.2/ip-up b/net-dialup/ppp/files/2.4.2/ip-up index 281be12948d3..0aa384f01b7a 100644 --- a/net-dialup/ppp/files/2.4.2/ip-up +++ b/net-dialup/ppp/files/2.4.2/ip-up @@ -32,7 +32,8 @@ if [ "$USEPEERDNS" ]; then mv $REALRESOLVCONF.tmp $REALRESOLVCONF # correct permissions - chmod 644 $REALRESOLVCONF + chmod 640 /etc/resolv.conf + chown root:users /etc/resolv.conf fi |