[Lunar-commits] CVS: moonbase/net/howl/init.d mDNSResponder, NONE, 1.1 nifd, NONE, 1.1

nhudson at lunar-linux.org nhudson at lunar-linux.org
Mon Sep 6 00:41:30 UTC 2004


Update of /var/cvs/lunar/moonbase/net/howl/init.d
In directory espresso.lunar-linux.org:/tmp/cvs-serv11422/howl/init.d

Added Files:
	mDNSResponder nifd 
Log Message:

Adding howl to moonbase, howl is a mDNS zeroconf server.  Looks like its working for me as of now so I am uploading it.


--- NEW FILE: mDNSResponder ---
#!/bin/bash
#
# mDNSResponder:       Starts the mDNSResponder Daemon
#
# chkconfig: 345 34 66
# description: This is a daemon which runs on Howl clients to perform \
#              Zeroconf service discovery on a network.  mDNSResponder must be $#              that use Howl for service discovery. \
#              mDNSResponder should not be running otherwise.
# processname: mDNSResponder
# config: /etc/howl/mDNSResponder.conf
# pidfile: /var/run/mDNSResponder.pid

. /lib/lsb/init-functions $1

--- NEW FILE: nifd ---
#!/bin/bash
#
# nifd:       Starts the nifd Daemon
#
# chkconfig: 345 33 67
# description: This is a daemon which runs on Howl clients to monitor the \
#              state of a network interface.  nifd must be running on systems \
#              that use autoipd and mDNSResponder to automatically obtain a  \
#              Link-Local IPv4 address and do Zeroconf service discovery. \
#              nifd should not be running otherwise.
# processname: nifd
# pidfile: /var/run/nifd.pid
# config: 

. /lib/lsb/init-functions $1




More information about the Lunar-commits mailing list