Fedora HAL

This commit is contained in:
Kovid Goyal 2007-11-15 18:50:00 +00:00
parent b529439ada
commit c027381636

View File

@ -208,7 +208,10 @@ def setup_udev_rules():
try:
check_call('/etc/init.d/hald restart', shell=True)
except:
check_call('/etc/init.d/hal restart', shell=True)
try:
check_call('/etc/init.d/hal restart', shell=True)
except:
check_call('/etc/init.d/haldaemon restart', shell=True)
try:
check_call('udevcontrol reload_rules', shell=True)