slackware: remove HAL requirement from initscript
authorRobby Workman <rw@rlworkman.net>
Tue, 11 Jan 2011 19:48:06 +0000 (13:48 -0600)
committerDan Williams <dcbw@redhat.com>
Tue, 11 Jan 2011 19:48:06 +0000 (13:48 -0600)
initscript/Slackware/rc.networkmanager.in

index 0489038..35c42a4 100644 (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