]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/functions/functions.firewall
Drop old locking functions
[people/stevee/network.git] / src / functions / functions.firewall
index 347916ef63121647767a597abf15af6fc022cb14..e22576b0332964e0308cda25e9eb11aac97e95c6 100644 (file)
@@ -269,7 +269,8 @@ firewall_panic() {
 }
 
 firewall_lock_acquire() {
-       lock_acquire ${RUN_DIR}/.firewall_lock
+       # XXX DEPRECATED
+       #lock_acquire ${RUN_DIR}/.firewall_lock
 
        # Make sure the lock is released after the firewall
        # script has crashed or exited early.