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.

14 lines
404 B

  1. # Desc: Apple Darwin Multicast DNS / DNS Service Discovery daemon
  2. # Runlevel: 20 rcX rc3 rc4 rc5
  3. main_begin
  4. block_begin(start, `Starting Apple Darwin Multicast DNS / DNS Service Discovery daemon.')
  5. check(`D_prefix/sbin/mdnsd')
  6. block_end
  7. block_begin(stop, `Stopping Apple Darwin Multicast DNS / DNS Service Discovery daemon.')
  8. check(`killall D_prefix/sbin/mdnsd')
  9. block_end
  10. main_end