Hello community,

here is the log from the commit of package shadow for openSUSE:Factory checked 
in at 2013-12-13 12:01:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shadow (Old)
 and      /work/SRC/openSUSE:Factory/.shadow.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shadow"

Changes:
--------
--- /work/SRC/openSUSE:Factory/shadow/shadow.changes    2013-11-12 
16:36:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.shadow.new/shadow.changes       2013-12-13 
12:01:08.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 22 10:15:25 UTC 2013 - [email protected]
+
+- Stop any systemd user manager instance in case a user entry will
+  be deleted (bnc#849870).  Nevertheless a running process requires
+  the option --force for the userdel command.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ userdel-pre.local ++++++
--- /var/tmp/diff_new_pack.7d7UYA/_old  2013-12-13 12:01:09.000000000 +0100
+++ /var/tmp/diff_new_pack.7d7UYA/_new  2013-12-13 12:01:09.000000000 +0100
@@ -23,6 +23,10 @@
 # Remove cron jobs
 test -x /usr/bin/crontab && /usr/bin/crontab -r -u $1
 
+# Stop systemd user jobs, even this requires --force
+id=$(id -u $1)
+systemctl stop user@${id}.service > /dev/null 2>&1 &
+
 # All done.
 exit 0
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to