Hello community,

here is the log from the commit of package autofs for openSUSE:12.2 checked in 
at 2012-07-30 20:11:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/autofs (Old)
 and      /work/SRC/openSUSE:12.2/.autofs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autofs", Maintainer is "mszer...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:12.2/autofs/autofs.changes       2012-07-30 
09:08:20.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.autofs.new/autofs.changes  2012-07-30 
20:12:34.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul 29 23:38:32 UTC 2012 - lchiqui...@suse.com
+
+- adjust the NetworkManager dispatcher script to check if the
+  AutoFS service is enabled in SysV or systemd (bnc#773440)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ NetworkManager-autofs ++++++
--- /var/tmp/diff_new_pack.o817qo/_old  2012-07-30 20:12:36.000000000 +0200
+++ /var/tmp/diff_new_pack.o817qo/_new  2012-07-30 20:12:36.000000000 +0200
@@ -8,7 +8,11 @@
 
 case "$2" in
     up)
-       rc_active autofs && /etc/init.d/autofs restart
+        if test -x /bin/systemctl && systemctl -q is-enabled autofs.service; 
then
+                systemctl restart autofs.service
+        elif rc_active autofs; then
+                /etc/init.d/autofs restart
+        fi
         ;;
     *)
         exit 0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to