diff options
Diffstat (limited to 'recipes-connectivity/ppp/ppp-2.4.7/pon')
-rw-r--r-- | recipes-connectivity/ppp/ppp-2.4.7/pon | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-connectivity/ppp/ppp-2.4.7/pon b/recipes-connectivity/ppp/ppp-2.4.7/pon deleted file mode 100644 index 91c0595..0000000 --- a/recipes-connectivity/ppp/ppp-2.4.7/pon +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if [ "$1" = "quick" ] -then - touch /var/run/ppp-quick - shift -fi - -/usr/sbin/pppd call ${1:-provider} |