]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - ppp/auth-down
Make DELAY_LOGIN checks consistent with the one in rc.sysinit (broken in 277e5f5352e6...
[projects/rc-scripts.git] / ppp / auth-down
index 91598528b13f0afc100d165cdf8443934505e75d..3b7cf437ff17f544057ceeb3e68ef4b36892e444 100755 (executable)
@@ -1,20 +1,19 @@
 #!/bin/sh
 #
-# $Id$
 #
 # This script is run by the pppd _after_ the link is brought down.
 #
 # This script is called with the following arguments:
-#    Arg  Name                          Example
-#    $1   Interface name                ppp0
-#    $2   Peer name
-#    $3   User name
-#    $4   The tty                       ttyS1
-#    $5   The link speed                38400
+#      Arg     Name                    Example
+#      $1      Interface name          ppp0
+#      $2      Peer name
+#      $3      User name
+#      $4      The tty                 ttyS1
+#      $5      The link speed          38400
 
 set +e
 
-# The  environment is cleared before executing this script
+# The environment is cleared before executing this script
 # so the path must be reset
 PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
 export PATH
@@ -27,7 +26,7 @@ PPP_SPEED="$5"
 export PPP_IFACE PPP_PEER PPP_USER PPP_TTY PPP_SPEED
 
 . /etc/rc.d/init.d/functions
-. /etc/sysconfig/network-scripts/functions.network 
+. /lib/rc-scripts/functions.network
 CONFIG="$PPP_IPPARAM"
 source_config
 
This page took 0.037759 seconds and 4 git commands to generate.