ALT Linux Bugzilla
– Attachment 1046 Details for
Bug 7617
Obsolete path to xscreensaver in xscreenlock script
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Proposed patch
xscreenlock.patch (text/plain), 1020 bytes, created by
Sir Raorn
on 2005-08-10 22:21:43 MSD
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Sir Raorn
Created:
2005-08-10 22:21:43 MSD
Size:
1020 bytes
patch
obsolete
>--- /usr/X11R6/bin/xscreenlock 2003-01-24 19:56:23 +0300 >+++ xscreenlock 2005-08-10 22:17:57 +0400 >@@ -20,16 +20,23 @@ > # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. > # > >-unset n XSCREEN_CUSTOM XSCREEN_SERVER XSCREEN_CLIENT XSCREEN_XLOCK ||: >+unset n XSCREEN_CUSTOM XSCREEN_SERVER XSCREEN_CLIENT XSCREEN_SERVER_1 XSCREEN_CLIENT_1 XSCREEN_XLOCK ||: > XSCREEN_CUSTOM="$HOME/.xscreenlock" > XSCREEN_SERVER="/usr/X11R6/bin/xscreensaver" > XSCREEN_CLIENT="/usr/X11R6/bin/xscreensaver-command" >+XSCREEN_SERVER_1="/usr/bin/xscreensaver" >+XSCREEN_CLIENT_1="/usr/bin/xscreensaver-command" > XSCREEN_XLOCK="/usr/X11R6/bin/xlock" > > if [ -x "$XSCREEN_CUSTOM" ]; then > exec "$XSCREEN_CUSTOM" "$@" > fi > >+if [ -x "$XSCREEN_SERVER_1" -a -x "$XSCREEN_CLIENT_1" ]; then >+ XSCREEN_SERVER="XSCREEN_SERVER_1" >+ XSCREEN_CLIENT="XSCREEN_CLIENT_1" >+fi >+ > if [ -x "$XSCREEN_SERVER" -a -x "$XSCREEN_CLIENT" ]; then > if ! "$XSCREEN_CLIENT" -version >/dev/null 2>&1; then > "$XSCREEN_SERVER" -nosplash </dev/null &
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7617
:
1046
|
1048