2005-10-22 23:52:29 +02:00
sbin/pppoe-connect
sbin/pppoe-init
sbin/pppoe-setup
sbin/pppoe-start
sbin/pppoe-status
sbin/pppoe-stop
2004-06-24 16:26:50 +02:00
sbin/pppoe
2004-08-01 18:31:10 +02:00
sbin/pppoe-relay
2004-06-24 16:26:50 +02:00
sbin/pppoe-server
etc/ppp/firewall-masq.sample
etc/ppp/firewall-standalone.sample
etc/ppp/pap-secrets.sample
etc/ppp/pppoe-server-options.sample
2004-08-01 18:31:10 +02:00
@unexec for i in ppp/pppoe.conf rc.d/04pppoe-server.sh rc.d/04pppoe-relay.sh ; do if cmp -s %D/etc/$i.sample %D/etc/$i ; then rm %D/etc/$i ; fi ; done
2004-06-24 16:26:50 +02:00
etc/ppp/pppoe.conf.sample
2004-08-01 18:31:10 +02:00
etc/rc.d/04pppoe-server.sh.sample
etc/rc.d/04pppoe-relay.sh.sample
2004-06-24 16:26:50 +02:00
@unexec rmdir %D/etc/ppp 2>/dev/null || echo "If you are permanently removing pppoe, you should also ``rm -Rf ${PKG_PREFIX}/etc/ppp'' removing any configuration and password files left." | /usr/bin/fmt