port lots of init scripts over to rc.common (more to come)
[openwrt/svn-archive/archive.git] / net / bitchx / files / S98bitchxrc
1 #!/bin/sh /etc/rc.common
2
3 start() {
4 # make /tmp/.bitchxrc as many servers ban root
5 if [ ! -e /tmp/.bitchxrc ]
6 then
7 echo "IRCUSER OpenWrt" >/tmp/.bitchxrc
8 echo "IRCNAME OpenWrt User!" >>/tmp/.bitchxrc
9 fi
10 }