diff options
Diffstat (limited to 'network/openl2tp/README.SLACKWARE')
-rw-r--r-- | network/openl2tp/README.SLACKWARE | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/network/openl2tp/README.SLACKWARE b/network/openl2tp/README.SLACKWARE deleted file mode 100644 index 204e78ad81..0000000000 --- a/network/openl2tp/README.SLACKWARE +++ /dev/null @@ -1,24 +0,0 @@ -To start openl2tpd at boot, you will need to add the following -lines to /etc/rc.d/rc.local: - - if [ -x /etc/rc.d/rc.openl2tpd ]; then - /etc/rc.d/rc.openl2tpd start - fi - -Then add the following lines to /etc/rc.d/rc.local_shutdown: - - if [ -x /etc/rc.d/rc.openl2tpd ]; then - /etc/rc.d/rc.openl2tpd stop - fi - -Then make sure /etc/rc.d/rc.rpc is executable: - # chmod 0755 /etc/rc.d/rc.rpc - -############################################################## - -If you want to start it without a reboot, first follow the -above directions, and then do this: - - # /etc/rc.d/rc.rpc start - # /etc/rc.d/rc.openl2tpd start - |