slackware: remove HAL requirement from initscript

This commit is contained in:
Robby Workman 2011-01-11 13:48:06 -06:00 committed by Dan Williams
parent aaa54c65a8
commit 1d56981c8b

View file

@ -27,11 +27,6 @@ nm_start()
return
fi
if [ "`pgrep hald`" = "" ]; then
echo "HAL must be running to start NetworkManager"
return
fi
# Just in case the pidfile is still there, we may need to nuke it.
if [ -e "$PIDFILE" ]; then
rm -f $PIDFILE