style fix in cdemud.exlib

for/master
Daniel Mierswa 2010-09-23 20:28:34 +02:00
parent 026cb43ede
commit 98e6ee6dca
1 changed files with 3 additions and 3 deletions

View File

@ -32,13 +32,13 @@ depend() {
} }
start() { start() {
ebegin "Starting cdemu daemon" ebegin "Starting cdemu daemon"
cdemud \${CDEMUD_OPTS} -d -p /var/run/cdemud.pid cdemud \${CDEMUD_OPTS} -d -p /var/run/cdemud.pid
eend \$? eend \$?
} }
stop() { stop() {
ebegin "Stopping cdemu daemon" ebegin "Stopping cdemu daemon"
cdemud \${CDEMUD_OPTS} -k -p /var/run/cdemud.pid cdemud \${CDEMUD_OPTS} -k -p /var/run/cdemud.pid
eend \$? eend \$?
} }