summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-03 02:01:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-03 02:01:02 +0000
commit270d7423287b81a567594f128bcef494bb45fe76 (patch)
tree874885d503ce939667f07847f00bcafd60ce76e9
parent541207da6466dde836d2e48d13b7531cc83d33da (diff)
downloadpfsense-270d7423287b81a567594f128bcef494bb45fe76.zip
pfsense-270d7423287b81a567594f128bcef494bb45fe76.tar.gz
Correctly deteect CVS directories
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 2edfc7a..cee1ad8 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -159,7 +159,7 @@ function filter_configure() {
if(stristr($file, ".sh") == true) {
mwexec("/usr/local/pkg/pf/" . $file . " start");
} else {
- if(stristr($text,"CVS") == false) {
+ if(stristr($file,"CVS") == false) {
if($g['booting'] == true)
echo "\t{$file}... ";
eval($text);
OpenPOWER on IntegriCloud