aboutsummaryrefslogtreecommitdiff
path: root/src/ppp/ppp
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2013-06-29 19:59:38 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2013-06-29 19:59:38 +0200
commit5c61a7d623349e92b1b167ebeda338290df7451a (patch)
tree258b9caeb04070576d3141d986994792d3d46138 /src/ppp/ppp
parent3ba8aca0896d24b0907e73d423c4cc4c17c1f64d (diff)
downloadrcdscripts-5c61a7d623349e92b1b167ebeda338290df7451a.tar.xz
rcdscripts: autofs, bluez, nfs-utils and ppp sbin deprecation2013.06.29
Diffstat (limited to 'src/ppp/ppp')
-rwxr-xr-xsrc/ppp/ppp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppp/ppp b/src/ppp/ppp
index 16e01ba..7b2ab12 100755
--- a/src/ppp/ppp
+++ b/src/ppp/ppp
@@ -3,7 +3,7 @@
. /etc/rc.conf
. /etc/rc.d/functions
-PID=`pidof -o %PPID /usr/sbin/pppd`
+PID=`pidof -o %PPID /usr/bin/pppd`
case "$1" in
start)
stat_busy "Starting PPP daemon"