From: radzio Date: Sun, 7 Dec 2003 17:15:11 +0000 (+0000) Subject: - s/log_succes /log_success / X-Git-Tag: auto/ac/dgee-0_1_6-2_0_2~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdgee.git;a=commitdiff_plain;h=a5a2056f39175bc5682eef9ecb5d64f389e0a9e6 - s/log_succes /log_success / - export GWCONFIG variable Changed files: dgee.init -> 1.3 --- diff --git a/dgee.init b/dgee.init index e4b67ec..58b552c 100644 --- a/dgee.init +++ b/dgee.init @@ -23,7 +23,7 @@ SRC_CONFIG=/etc/dgeeconf.xml # Get service config - may override defaults [ -f /etc/sysconfig/dgee ] && . /etc/sysconfig/dgee - +export GWCONFIG # Check that networking is up. @@ -48,7 +48,7 @@ case "$1" in busy goldwater --prompt='dotGNU DGEE' start if [ $?="0" ]; then - log_succes "dgee startup" + log_success "dgee startup" goldwater --prompt='dotGNU DGEE' boot if [ $?="0" ]; then log_success "dgeews startup" @@ -78,11 +78,11 @@ case "$1" in if [ -f /var/lock/subsys/dgee ]; then # Stop daemons. # show "Stopping %s service" dgee - msg_stopping dgee (and web services) + msg_stopping dgee busy goldwater --prompt='dotGNU DGEE' stop if [ $?="0" ]; then - log_succes "dgee shutdown" + log_success "dgee shutdown" ok rm -f /var/lock/subsys/dgee exit 0