mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 12:50:17 +01:00
slackware: remove HAL requirement from initscript
This commit is contained in:
parent
aaa54c65a8
commit
1d56981c8b
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue