From 53571b35bf70fe66bccbd5212a7f1009b153a57f Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 11 Jul 2005 21:17:45 +0000 Subject: Add rp-pppoe package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1413 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/rp-pppoe/files/pppoe-client.init | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openwrt/package/rp-pppoe/files/pppoe-client.init (limited to 'openwrt/package/rp-pppoe/files/pppoe-client.init') diff --git a/openwrt/package/rp-pppoe/files/pppoe-client.init b/openwrt/package/rp-pppoe/files/pppoe-client.init new file mode 100644 index 000000000..fb3f4ca3e --- /dev/null +++ b/openwrt/package/rp-pppoe/files/pppoe-client.init @@ -0,0 +1,12 @@ +#!/bin/sh + +case "$1" in + start|stop) + adsl-$1 + ;; + *) + echo "usage: $0 {start|stop}" + exit 1 +esac + +exit $? -- cgit v1.2.3