Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136077 | Differences between
and this patch

Collapse All | Expand All

(-)ion3-20050322.orig/utils/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
SUBDIRS=ion-completefile
11
SUBDIRS=ion-completefile
12
INSTALL_SUBDIRS=$(SUBDIRS)
12
INSTALL_SUBDIRS=$(SUBDIRS)
13
13
14
SHELLSCRIPTS = ion-runinxterm ion-completeman
14
SHELLSCRIPTS = ion-runinxterm ion-completeman ion-lock
15
15
16
TARGETS = ion-completeman
16
TARGETS = ion-completeman
17
17
(-)ion3-20050322.orig/utils/ion-lock (+6 lines)
Line 0 Link Here
1
#!/bin/sh
2
if xscreensaver-command -version >/dev/null 2>&1; then
3
	exec xscreensaver-command -lock
4
else
5
	exec xlock
6
fi

Return to bug 136077