Modified vdramin initscript

This commit is contained in:
Stefan Schantl
2009-03-25 14:13:37 +01:00
parent 0737bb547d
commit 99fe80024b
2 changed files with 2 additions and 18 deletions

View File

@@ -18,7 +18,8 @@
case "${1}" in
start)
boot_mesg "Starting VDR Webadministration Tool..."
loadproc /usr/bin/vdradmind
loadproc /usr/bin/vdradmind > /dev/null
evaluate_retval
;;
stop)