]> git.pld-linux.org Git - packages/dgee.git/commitdiff
- s/log_succes /log_success /
authorradzio <radzio@pld-linux.org>
Sun, 7 Dec 2003 17:15:11 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- export GWCONFIG variable

Changed files:
    dgee.init -> 1.3

dgee.init

index e4b67ec8ee3e2e3a5431119b8c20581675abc35f..58b552c4d186a7b838e96db854e4eb5760e8888b 100644 (file)
--- 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
 
 # Get service config - may override defaults
 [ -f /etc/sysconfig/dgee ] && . /etc/sysconfig/dgee
-
+export GWCONFIG
 
 
 # Check that networking is up.
 
 
 # Check that networking is up.
@@ -48,7 +48,7 @@ case "$1" in
                busy
                goldwater --prompt='dotGNU DGEE' start
                if [ $?="0" ]; then
                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"
                    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
        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
                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
                    ok
                    rm -f /var/lock/subsys/dgee
                    exit 0
This page took 0.058778 seconds and 4 git commands to generate.