]> git.pld-linux.org Git - packages/xen.git/commitdiff
- s/success/ok/g and s/failure/fail/g - for PLD functions
authormarcus <marcus@pld-linux.org>
Tue, 25 Oct 2011 09:29:27 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xen-xendomains.init -> 1.3

xen-xendomains.init

index 4ea87e0008b6fd3c58bc1aec1facc13581c2bc15..bb8a4637ff8822b9dd8cc79e55a6f6fde42008ce 100644 (file)
@@ -59,9 +59,9 @@ elif [ -r $INITD/functions ]; then
     on_fn_exit()
     {
        if [ $RETVAL -eq 0 ]; then
-           success
+           ok
        else
-           failure
+           fail
        fi
 
        echo
This page took 0.104475 seconds and 4 git commands to generate.