summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-11 20:35:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-11 20:35:36 +0000
commit88964924ef148fb3f1ba31f6cef168562956937b (patch)
tree81fa4baff87a23f2c2596f80b1ba7921d6ce8076 /etc/rc.bootup
parent7a3a352afff32e846207bb56172e1f0df80dc4c0 (diff)
downloadpfsense-88964924ef148fb3f1ba31f6cef168562956937b.zip
pfsense-88964924ef148fb3f1ba31f6cef168562956937b.tar.gz
Ticket #854 fixes
* Compute the correct amount of ng interface for pptp and pppoe * Restart mpd processes in one function so that duplicates do not end up in mpd.conf file
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 94d93c5..7f86de5 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -220,11 +220,8 @@
/* start the NTP client */
system_ntp_configure();
- /* start pptpd */
- vpn_pptpd_configure();
-
- /* start pppoe server */
- vpn_pppoe_configure();
+ /* setup pppoe and pptp */
+ vpn_setup();
/* start the captive portal */
captiveportal_configure();
OpenPOWER on IntegriCloud