diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-16 23:44:05 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-16 23:44:05 +0000 |
commit | 8920cca5ba6dc2370ebe7f4ecf8d1c807da4fb51 (patch) | |
tree | adcab4fdcf6c828bbcc4155353ead933609cf6f9 /usr/local/www | |
parent | de283d92e9076ff5e03f3dc6876f76ffb6fe1407 (diff) | |
download | pfsense-8920cca5ba6dc2370ebe7f4ecf8d1c807da4fb51.zip pfsense-8920cca5ba6dc2370ebe7f4ecf8d1c807da4fb51.tar.gz |
MFC 11472
no longer use dirty pool - restart all of slbd if VS or Pool changes
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/guiconfig.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index b5d8d8c..416d1e6 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -76,7 +76,6 @@ $d_passthrumacsdirty_path = $g['varrun_path'] . "/passthrumacs.dirty"; $d_allowedipsdirty_path = $g['varrun_path'] . "/allowedips.dirty"; $d_ovpnclidirty_path = $g['varrun_path'] . "/ovpnclient.dirty"; $d_vipconfdirty_path = $g['varrun_path'] . "/vip.conf.dirty"; -$d_poolconfdirty_path = $g['varrun_path'] . "/pool.conf.dirty"; $d_vsconfdirty_path = $g['varrun_path'] . "/vs.conf.dirty"; $d_shaperconfdirty_path = $g['varrun_path'] . "/shaper.conf.dirty"; |