Clarify mutual exclusion comments

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4188 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-07-02 23:34:17 +00:00
parent 7b8ea6ba02
commit ed760be0ac

View File

@ -452,8 +452,8 @@ load_kernel_modules()
}
#
# Call this function to assert MUTEX with Shorewall. If you invoke the
# /sbin/shorewall program while holding MUTEX, you should pass "nolock" as
# Call this function to assert mutual exclusion with Shorewall. If you invoke the
# /sbin/shorewall program while holding mutual exclusion, you should pass "nolock" as
# the first argument. Example "shorewall nolock refresh"
#
# This function uses the lockfile utility from procmail if it exists.
@ -490,7 +490,7 @@ mutex_on()
}
#
# Call this function to release MUTEX
# Call this function to release mutual exclusion
#
mutex_off()
{