Fixed miau and vsftpd bugs

This commit is contained in:
Stefan Schantl
2009-03-24 22:39:11 +01:00
parent 23e368ab73
commit 490ecce576
7 changed files with 27 additions and 7 deletions

View File

@@ -18,7 +18,9 @@
case "${1}" in
start)
boot_mesg "Starting miau - another IRC-bouncer/proxy..."
loadproc /opt/miau/bin/miau -d /opt/miau/config
chown -R nobody.nobody /opt/miau
loadproc sudo -u nobody /opt/miau/bin/miau -d /opt/miau/config | head -n 0
evaluate_retval
;;
stop)