]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: Remove trailing whitespace in usermod command (SUSE) 10707/head
authorTim Serong <tserong@suse.com>
Fri, 12 Aug 2016 11:30:53 +0000 (21:30 +1000)
committerTim Serong <tserong@suse.com>
Fri, 12 Aug 2016 11:30:53 +0000 (21:30 +1000)
Trailing whitespace after the backslash on the -d line of the
usermod command effectively splits it in two, breaking the
rpm %pre script for SUSE builds.

Signed-off-by: Tim Serong <tserong@suse.com>
ceph.spec.in

index 6fa56012726278b52c82b55e1480b825c2704176..7fd2ba520906d3483511b7158ee263c143a54914 100644 (file)
@@ -903,7 +903,7 @@ if ! getent passwd ceph >/dev/null ; then
     useradd ceph $CEPH_USER_ID_OPTION -r -g ceph -s /sbin/nologin 2>/dev/null || :
 fi
 usermod -c "Ceph storage service" \
-        -d %{_localstatedir}/lib/ceph \   
+        -d %{_localstatedir}/lib/ceph \
         -g ceph \
         -s /sbin/nologin \
         ceph