rc_status relays exit code
[metaproxy-moved-to-github.git] / rpm / metaproxy.init
index cba4ed9..d303d36 100755 (executable)
@@ -27,7 +27,9 @@ if test -f /etc/rc.status; then
        . /etc/rc.status
 else
        rc_status() {
+               r=$?
                echo ""
+               return $r
        }
 fi