CVS: moonbase/net/maradns/init.d named,NONE,1.1
nestu at lunar-linux.org
nestu at lunar-linux.org
Wed Jul 30 23:03:24 GMT 2003
- Previous message: CVS: moonbase/net/maradns BUILD, NONE, 1.1 CONFLICT, NONE,
1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1 POST_REMOVE,
NONE, 1.1 lunar_install.locations, NONE, 1.1
- Next message: CVS: moonbase/net/maradns BUILD,1.1,1.2 POST_REMOVE,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/net/maradns/init.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30233/maradns/init.d
Added Files:
named
Log Message:
Added light and quick dns server maradns to repository
--- NEW FILE: named ---
#!/bin/bash
#
## named This shell script takes care of starting and stopping
## maradns .
#
## chkconfig: 345 45 55
## processname: maradns
## description: maradns is a Domain Name Server (DNS) \
## that is used to resolve host names to IP addresses.
## probe: true
## config: /etc/mararc
case $1 in
stop )
echo "Stopping $0"
killall maradns
sleep 1
;;
start )
echo "Starting $0"
nohup maradns >> /var/log/maradns &
;;
restart )
$0 stop
$0 start
;;
* )
echo "Usage: $0 [ stop | start | restart ]"
;;
esac
- Previous message: CVS: moonbase/net/maradns BUILD, NONE, 1.1 CONFLICT, NONE,
1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1 POST_REMOVE,
NONE, 1.1 lunar_install.locations, NONE, 1.1
- Next message: CVS: moonbase/net/maradns BUILD,1.1,1.2 POST_REMOVE,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list