summaryrefslogtreecommitdiffstats
path: root/usr/sbin
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-03-28 23:21:41 +0100
committerErmal <eri@pfsense.org>2014-03-28 23:21:41 +0100
commit0d73a468032a9d32b26305a0303b3d0b02a89579 (patch)
tree54cfdeb2e28e46f24b70e4c123ab2f2efbe84ad2 /usr/sbin
parent412f9462a15eba73c09da5ceed7276779e3aa523 (diff)
downloadpfsense-0d73a468032a9d32b26305a0303b3d0b02a89579.zip
pfsense-0d73a468032a9d32b26305a0303b3d0b02a89579.tar.gz
Remove to other scripts with no function/or not working
Diffstat (limited to 'usr/sbin')
-rwxr-xr-xusr/sbin/config_lock.sh9
-rwxr-xr-xusr/sbin/config_unlock.sh9
2 files changed, 0 insertions, 18 deletions
diff --git a/usr/sbin/config_lock.sh b/usr/sbin/config_lock.sh
deleted file mode 100755
index 8f541c7..0000000
--- a/usr/sbin/config_lock.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /usr/local/bin/php -f
-
-
-<?php
-
-require_once("util.inc");
-$GLOBALS['lockscript'] = lock('config');
-
-?>
diff --git a/usr/sbin/config_unlock.sh b/usr/sbin/config_unlock.sh
deleted file mode 100755
index 39743c8..0000000
--- a/usr/sbin/config_unlock.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /usr/local/bin/php -f
-
-
-<?php
-
-require_once("util.inc");
-unlock($GLOBALS['lockscript']);
-
-?>
OpenPOWER on IntegriCloud