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
392 B

# Desc: Apple Darwin Multicast DNS / DNS Service Discovery daemon
# Runlevel: 20 rcX
main_begin
block_begin(start, `Starting Apple Darwin Multicast DNS / DNS Service Discovery daemon.')
check(`D_prefix/sbin/mdnsd')
block_end
block_begin(stop, `Stopping Apple Darwin Multicast DNS / DNS Service Discovery daemon.')
check(`killall D_prefix/sbin/mdnsd')
block_end
main_end