From 9598f5141ea75ffa72a3c7c85639c6f296020ef1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Oct 2012 01:22:20 -0700 Subject: Sat Oct 20 01:22:19 PDT 2012 --- core/ppp/ip-down | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ppp/ip-down') diff --git a/core/ppp/ip-down b/core/ppp/ip-down index 301f3ab9b..cfd3ae093 100644 --- a/core/ppp/ip-down +++ b/core/ppp/ip-down @@ -3,7 +3,7 @@ # This script is run by pppd after the connection has ended. # -# Execute all scripts in /etc/ppp/ip-up.d/ +# Execute all scripts in /etc/ppp/ip-down.d/ for ipdown in /etc/ppp/ip-down.d/*.sh; do if [ -x $ipdown ]; then # Parameters: interface-name tty-device speed local-IP-address remote-IP-address ipparam -- cgit v1.2.3-54-g00ecf