mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
411 B

  1. # Desc: Hardware Abstraction Layer Daemon
  2. # Runlevel: 61 rcX rc2 rc3 rc4 rc5
  3. main_begin
  4. block_begin(start, `Setting up Hardware Abstraction Layer.')
  5. check(`export PATH=D_prefix/libexec:$PATH')
  6. check(`D_prefix/sbin/hald --daemon=yes --use-syslog')
  7. block_end
  8. block_begin(stop, `Shutting down Hardware Abstraction Layer.')
  9. check(`D_prefix/bin/killall D_prefix/sbin/hald')
  10. block_end
  11. main_end