1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-07-07 18:06:51 +02:00

Cruft removal

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2012-01-04 08:07:45 -08:00
parent 9353788285
commit 847c285e65

@ -105,10 +105,7 @@ fi
# #
# DEST is the SysVInit script directory # DEST is the SysVInit script directory
# INIT is the name of the script in the $DEST directory # INIT is the name of the script in the $DEST directory
# ARGS is "yes" if we've already parsed an argument
# #
ARGS=""
if [ -z "$DEST" ] ; then if [ -z "$DEST" ] ; then
DEST="/etc/init.d" DEST="/etc/init.d"
fi fi
@ -131,7 +128,6 @@ while [ $# -gt 0 ] ; do
;; ;;
esac esac
shift shift
ARGS="yes"
done done
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin