diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-31 01:55:26 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-31 01:55:26 +0000 |
commit | 64b0a544d4153f0b3e386f8696a2014e37a02f1e (patch) | |
tree | 0322067458df83b939a5096c946e4cc0f5e89170 /packages/carp.xml | |
parent | 880da9d2c2dace6a069743529f86c8d49e45a3a5 (diff) | |
download | pfsense-packages-64b0a544d4153f0b3e386f8696a2014e37a02f1e.tar.gz pfsense-packages-64b0a544d4153f0b3e386f8696a2014e37a02f1e.tar.bz2 pfsense-packages-64b0a544d4153f0b3e386f8696a2014e37a02f1e.zip |
Move carp.sh init to filter_configure
Diffstat (limited to 'packages/carp.xml')
-rw-r--r-- | packages/carp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp.xml b/packages/carp.xml index 63a2525c..c24a4f22 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -216,7 +216,7 @@ */ conf_mount_rw(); config_lock(); - $fout = fopen("/usr/local/etc/rc.d/carp.sh","w"); + $fout = fopen("/usr/local/pkg/pf/carp.sh","w"); fwrite($fout, "#!/bin/sh \n"); global $config; $carp_instances_counter = 0; |