forked from pool/systemd
- Remove output and error redirection to /dev/null in install
script, it might help tracing pam related issue (bnc#841573). OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=442
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 13:11:08 CEST 2013 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Remove output and error redirection to /dev/null in install
|
||||||
|
script, it might help tracing pam related issue (bnc#841573).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 19 16:37:03 CEST 2013 - fcrozat@suse.com
|
Thu Sep 19 16:37:03 CEST 2013 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@@ -631,7 +631,7 @@ getent group systemd-journal >/dev/null || groupadd -r systemd-journal || :
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/usr/sbin/pam-config -a --systemd >/dev/null 2>&1 || :
|
/usr/sbin/pam-config -a --systemd || :
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
/usr/bin/systemd-machine-id-setup >/dev/null 2>&1 || :
|
/usr/bin/systemd-machine-id-setup >/dev/null 2>&1 || :
|
||||||
/usr/lib/systemd/systemd-random-seed save >/dev/null 2>&1 || :
|
/usr/lib/systemd/systemd-random-seed save >/dev/null 2>&1 || :
|
||||||
@@ -675,7 +675,7 @@ if [ $1 -ge 1 ]; then
|
|||||||
/usr/bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
|
/usr/bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
/usr/sbin/pam-config -d --systemd >/dev/null 2>&1 || :
|
/usr/sbin/pam-config -d --systemd || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 13:11:08 CEST 2013 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Remove output and error redirection to /dev/null in install
|
||||||
|
script, it might help tracing pam related issue (bnc#841573).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 19 16:37:03 CEST 2013 - fcrozat@suse.com
|
Thu Sep 19 16:37:03 CEST 2013 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@@ -626,7 +626,7 @@ getent group systemd-journal >/dev/null || groupadd -r systemd-journal || :
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/usr/sbin/pam-config -a --systemd >/dev/null 2>&1 || :
|
/usr/sbin/pam-config -a --systemd || :
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
/usr/bin/systemd-machine-id-setup >/dev/null 2>&1 || :
|
/usr/bin/systemd-machine-id-setup >/dev/null 2>&1 || :
|
||||||
/usr/lib/systemd/systemd-random-seed save >/dev/null 2>&1 || :
|
/usr/lib/systemd/systemd-random-seed save >/dev/null 2>&1 || :
|
||||||
@@ -670,7 +670,7 @@ if [ $1 -ge 1 ]; then
|
|||||||
/usr/bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
|
/usr/bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
/usr/sbin/pam-config -d --systemd >/dev/null 2>&1 || :
|
/usr/sbin/pam-config -d --systemd || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
Reference in New Issue
Block a user