mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 22:30:58 +01:00
Cruft removal
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user