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