forked from pool/rp-pppoe
34 lines
796 B
Diff
34 lines
796 B
Diff
--- scripts/pppoe-connect.in
|
|
+++ scripts/pppoe-connect.in
|
|
@@ -32,7 +32,7 @@
|
|
PPPD=@PPPD@
|
|
SETSID=@SETSID@
|
|
PPPOE=@sbindir@/pppoe
|
|
-LOGGER="/usr/bin/logger -t `basename $0`"
|
|
+LOGGER="/bin/logger -t `basename $0`"
|
|
|
|
# Set to "C" locale so we can parse messages from commands
|
|
LANG=C
|
|
--- scripts/pppoe-setup.in
|
|
+++ scripts/pppoe-setup.in
|
|
@@ -21,7 +21,7 @@
|
|
PPPD=@PPPD@
|
|
PPPOE=@sbindir@/pppoe
|
|
ECHO=@ECHO@
|
|
-LOGGER="/usr/bin/logger -t `basename $0`"
|
|
+LOGGER="/bin/logger -t `basename $0`"
|
|
|
|
# Set to "C" locale so we can parse messages from commands
|
|
LANG=C
|
|
--- scripts/pppoe-stop.in
|
|
+++ scripts/pppoe-stop.in
|
|
@@ -25,7 +25,7 @@
|
|
export LANG
|
|
|
|
ME="`basename $0`"
|
|
-LOGGER="/usr/bin/logger -t $ME"
|
|
+LOGGER="/bin/logger -t $ME"
|
|
CONFIG="$1"
|
|
if [ "$CONFIG" = "" ] ; then
|
|
CONFIG=/etc/ppp/pppoe.conf
|