[DRE-commits] [SCM] unicorn.git branch, master, updated. upstream/4.3.1-26-g021fd00

Hleb Valoshka 375GNU at Gmail.COM
Sun Jun 24 08:08:13 UTC 2012


The following commit has been merged in the master branch:
commit 173da39add45957ba3cd171d9519586b6a1ae2f9
Author: Hleb Valoshka <375GNU at Gmail.COM>
Date:   Sun Jun 24 11:03:52 2012 +0300

    Suppress invoke-rc.d status output in postinst hook

diff --git a/debian/unicorn.postinst b/debian/unicorn.postinst
index f67655e..7e5d0f9 100644
--- a/debian/unicorn.postinst
+++ b/debian/unicorn.postinst
@@ -23,7 +23,7 @@ invoke() {
 }
 
 running() {
-  invoke $1 status
+  invoke $1 status >/dev/null 2>&1
 }
 
 sig() {

-- 
unicorn.git



More information about the Pkg-ruby-extras-commits mailing list