r25728 - in /desktop/unstable/gdm3/debian: changelog gdm3.postrm

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Dec 1 20:50:16 UTC 2010


Author: joss
Date: Wed Dec  1 20:50:15 2010
New Revision: 25728

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25728
Log:
+deluser

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/gdm3.postrm

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=25728&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Wed Dec  1 20:50:15 2010
@@ -2,7 +2,7 @@
 
   * gdm3.init: chown the configuration to Debian-gdm, to avoid umask 
     issues. Closes: #603510.
-  * gdm3.postrm: handle delgroup failures gracefully.
+  * gdm3.postrm: handle deluser/delgroup failures gracefully.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 21 Nov 2010 10:16:07 +0100
 

Modified: desktop/unstable/gdm3/debian/gdm3.postrm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/gdm3.postrm?rev=25728&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/gdm3.postrm [utf-8] (original)
+++ desktop/unstable/gdm3/debian/gdm3.postrm [utf-8] Wed Dec  1 20:50:15 2010
@@ -17,7 +17,7 @@
 	rm -rf /var/cache/gdm
         if getent passwd Debian-gdm >/dev/null; then
                 if [ -x /usr/sbin/deluser ]; then
-                        deluser --system Debian-gdm
+                        deluser --system Debian-gdm || echo "Could not remove Debian-gdm user."
                 fi
         fi
         if getent group Debian-gdm >/dev/null; then




More information about the pkg-gnome-commits mailing list