mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 03:40:11 +01:00
arch: remove hal dependency from initscript (bgo #605530)
This commit is contained in:
parent
644dabd7ab
commit
39ad6084ac
1 changed files with 0 additions and 2 deletions
|
|
@ -16,8 +16,6 @@ NETWORKMANAGER_BIN=${sbindir}/NetworkManager
|
|||
PID=`pidof -o %PPID $NETWORKMANAGER_BIN`
|
||||
case "$1" in
|
||||
start)
|
||||
ck_daemon hal && /etc/rc.d/hal start
|
||||
sleep 1
|
||||
stat_busy "Starting NetworkManager"
|
||||
if [ -z "$PID" ]; then
|
||||
$NETWORKMANAGER_BIN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue