summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-11-13 22:22:42 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-11-13 22:22:42 +0000
commitfe904d00f8019fcf0122b303444eae89f36c233a (patch)
tree98e6241b5f72989076c2dde386c7fc576238a37b /net-dialup/ppp/files/ip-up
parentNew package (diff)
downloadhistorical-fe904d00f8019fcf0122b303444eae89f36c233a.tar.gz
historical-fe904d00f8019fcf0122b303444eae89f36c233a.tar.bz2
historical-fe904d00f8019fcf0122b303444eae89f36c233a.zip
added sample ip-up script, IUSE, fixed path to update-modules
Diffstat (limited to 'net-dialup/ppp/files/ip-up')
-rw-r--r--net-dialup/ppp/files/ip-up13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-dialup/ppp/files/ip-up b/net-dialup/ppp/files/ip-up
new file mode 100644
index 000000000000..8f950b4b8238
--- /dev/null
+++ b/net-dialup/ppp/files/ip-up
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# this is a script which is executed after connecting the ppp interface.
+# look at man pppd for details
+
+# the followings parameters are available:
+# $1 = interface-name
+# $2 = tty-device
+# $3 = speed
+# $4 = local-IP-address
+# $5 = remote-IP-address
+# $6 = ipparam
+