A couple of tweaks

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7896 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-12-11 23:45:31 +00:00
parent 7402fb137a
commit 9016e08942
2 changed files with 3 additions and 5 deletions

View File

@ -119,10 +119,8 @@ qt1()
while [ 1 ]; do
"$@" >/dev/null 2>&1
status=$?
[ $status -ne 4 ] && break
[ $status -ne 4 ] && return $status
done
return $status
}
#

View File

@ -37,8 +37,8 @@
#
# If no options are given, all options are assumed.
#
# If <previous version> is given, a patch file reflecting the differences
# between that version and the current version ( <version> ) is
# If <previous version> is given, patch files reflecting the differences
# between that version and the current version ( <version> ) are generated
# generated. The directory ./shorewall-<previous version> must exist and
# contain the version against which the patch is generated.
################################################################################