summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-03 14:57:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-03 14:57:29 +0000
commit0fe872968f45b46475bee8dbdb926aa2001445fb (patch)
treeabe74e870c8c3b4f34c891d51f8a396038472be8 /etc/rc.bootup
parentadd2e3f7bc03d361ac0da95447b64bae003ad7f5 (diff)
downloadpfsense-0fe872968f45b46475bee8dbdb926aa2001445fb.zip
pfsense-0fe872968f45b46475bee8dbdb926aa2001445fb.tar.gz
call openvpn_resync_all() on bootup
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 460254c..81bc771 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -194,7 +194,7 @@
}
/* start OpenVPN server & clients */
- //openvpn_resync_all();
+ openvpn_resync_all();
/* set up static routes */
system_routing_configure();
OpenPOWER on IntegriCloud