[Pkg-ceph-commits] [ceph] 01/05: d/ceph-common.postinst: Silence output of usermod call (LP: #1569249).

James Downing Page jamespage at moszumanska.debian.org
Thu Apr 14 09:10:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch ubuntu-xenial
in repository ceph.

commit 1d4cd803c70bd128d3fc677fc5979c34ad448aef
Author: James Page <james.page at ubuntu.com>
Date:   Tue Apr 12 11:03:16 2016 +0100

    d/ceph-common.postinst: Silence output of usermod call (LP: #1569249).
---
 debian/ceph-common.postinst | 2 +-
 debian/changelog            | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/ceph-common.postinst b/debian/ceph-common.postinst
index 356b45d..020b89b 100644
--- a/debian/ceph-common.postinst
+++ b/debian/ceph-common.postinst
@@ -56,7 +56,7 @@ case "$1" in
        usermod -c "$SERVER_NAME" \
                -d $SERVER_HOME   \
                -g $SERVER_GROUP  \
-               $SERVER_USER
+               $SERVER_USER 2>/dev/null
 
        # 5. adjust file and directory permissions
        if ! dpkg-statoverride --list $SERVER_HOME >/dev/null
diff --git a/debian/changelog b/debian/changelog
index 28e9359..ba0e6af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (10.1.1-0ubuntu2) UNRELEASED; urgency=medium
+
+  * d/ceph-common.postinst: Silence output of usermod call (LP: #1569249).
+
+ -- James Page <james.page at ubuntu.com>  Tue, 12 Apr 2016 11:02:42 +0100
+
 ceph (10.1.1-0ubuntu1) xenial; urgency=medium
 
   * New upstream release candidate for Ceph Jewel:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list