aboutsummaryrefslogtreecommitdiffstats
path: root/ppp
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>1999-05-24 20:44:41 +0000
committerMichael K. Johnson <johnsonm@redhat.com>1999-05-24 20:44:41 +0000
commit0ebc4a73f7178ab88fa1834baed397585f6ec105 (patch)
tree86ef61ce97dc928da2d58bfce88abc64d9f6023e /ppp
parentf9a3c6f84910b9551a16a015fc4f79ef57da58a1 (diff)
downloadinitscripts-0ebc4a73f7178ab88fa1834baed397585f6ec105.tar
initscripts-0ebc4a73f7178ab88fa1834baed397585f6ec105.tar.gz
initscripts-0ebc4a73f7178ab88fa1834baed397585f6ec105.tar.bz2
initscripts-0ebc4a73f7178ab88fa1834baed397585f6ec105.tar.xz
initscripts-0ebc4a73f7178ab88fa1834baed397585f6ec105.zip
let everyone read /var/run/ppp-*.dev
Diffstat (limited to 'ppp')
-rw-r--r--ppp/ip-up2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppp/ip-up b/ppp/ip-up
index 5d8ea9ab..6e98fbcc 100644
--- a/ppp/ip-up
+++ b/ppp/ip-up
@@ -9,6 +9,8 @@ REALDEVICE=$1
export PATH=/sbin:/usr/sbin:/bin:/usr/bin
echo "$REALDEVICE" > /var/run/ppp-$LOGDEVICE.dev
+chmod a+r /var/run/ppp-$LOGDEVICE.dev
+
[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local $*
/etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE}