commit autofs for openSUSE:Factory
Hello community, here is the log from the commit of package autofs for openSUSE:Factory checked in at 2012-07-30 20:11:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autofs (Old) and /work/SRC/openSUSE:Factory/.autofs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "autofs", Maintainer is "MSzeredi@novell.com" Changes: -------- --- /work/SRC/openSUSE:Factory/autofs/autofs.changes 2012-07-30 09:08:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes 2012-07-30 20:12:32.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Jul 29 23:38:32 UTC 2012 - lchiquitto@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.fDtAhM/_old 2012-07-30 20:12:34.000000000 +0200 +++ /var/tmp/diff_new_pack.fDtAhM/_new 2012-07-30 20:12:34.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+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de