diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-08-13 12:07:52 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-08-13 12:07:52 +0000 |
commit | 87947d1287a3393b9a34776d6e0ecf1e60419ee1 (patch) | |
tree | 815f77336c093f809e92d845aa69f0bf91759f99 /testing/rp-pppoe | |
parent | 2e18f0f3e3b19fe17d79f49283bc483350cb044c (diff) | |
download | aports-87947d1287a3393b9a34776d6e0ecf1e60419ee1.tar.bz2 aports-87947d1287a3393b9a34776d6e0ecf1e60419ee1.tar.xz |
testing/rp-pppoe: minor
Diffstat (limited to 'testing/rp-pppoe')
-rw-r--r-- | testing/rp-pppoe/rp-pppoe.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rp-pppoe/rp-pppoe.initd b/testing/rp-pppoe/rp-pppoe.initd index 871e5d8cd9..7c5bdf6c09 100644 --- a/testing/rp-pppoe/rp-pppoe.initd +++ b/testing/rp-pppoe/rp-pppoe.initd @@ -6,7 +6,7 @@ DAEMON=/usr/sbin/pppoe-server NAME=pppoe-server # Setup server and service names, Server peer IP, start of IP range for clients peers, amount of peers at same time -PARAMS="-C XGT01 -S RESNET -L 172.19.${BRNUM}.2 -R 172.19.${BRNUM}.100 -N 100" +PARAMS="-C XGT01 -S PPPoEC -L 172.19.${BRNUM}.2 -R 172.19.${BRNUM}.100 -N 100" test -x /usr/sbin/pppoe-server -a -f /etc/ppp/pppoe-server-options || exit 0 |