forked from pool/kscreenlocker
- Use SIGKILL for forcing greeter restart instead of SIGQUIT,
which does not seem to be enough. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=84
This commit is contained in:
parent
d962dec0a7
commit
d7c42b7fa7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 14 20:09:38 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Use SIGKILL for forcing greeter restart instead of SIGQUIT,
|
||||||
|
which does not seem to be enough.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 13 21:35:01 CEST 2017 - fabian@ritter-vogt.de
|
Tue Jun 13 21:35:01 CEST 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ exit 0
|
|||||||
/usr/sbin/pam-config -a --unix || :
|
/usr/sbin/pam-config -a --unix || :
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ $1 = 1 ] && [ -f /run/kscreenlocker_restart ]; then
|
if [ $1 = 1 ] && [ -f /run/kscreenlocker_restart ]; then
|
||||||
killall -TERM kscreenlocker_greet
|
killall -KILL kscreenlocker_greet
|
||||||
rm /run/kscreenlocker_restart
|
rm /run/kscreenlocker_restart
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user