diff options
author | tg <tg@FreeBSD.org> | 2002-04-16 19:48:37 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-04-16 19:48:37 +0800 |
commit | 8ece48e65df575afc1dfd260d5f5c5e766658196 (patch) | |
tree | 274b3632867f732d4b279642024b72dcef955dd2 /x11/xlockmore | |
parent | 5be6dbb1131b864790923fd6a1cc4dfffd5ea659 (diff) | |
download | freebsd-ports-gnome-8ece48e65df575afc1dfd260d5f5c5e766658196.tar.gz freebsd-ports-gnome-8ece48e65df575afc1dfd260d5f5c5e766658196.tar.zst freebsd-ports-gnome-8ece48e65df575afc1dfd260d5f5c5e766658196.zip |
Don't use bitmap we don't have.
Submitted by: Christian Chen <oistrakh@earthlink.net>
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/files/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/x11/xlockmore/files/patch-aa b/x11/xlockmore/files/patch-aa index 8f4bbb12c3be..8ad92dfa3b6f 100644 --- a/x11/xlockmore/files/patch-aa +++ b/x11/xlockmore/files/patch-aa @@ -1,6 +1,6 @@ ---- xlock/XLock.ad.orig Fri Oct 29 15:16:40 1999 -+++ xlock/XLock.ad Tue Nov 2 09:59:11 1999 -@@ -54,10 +54,10 @@ +--- xlock/XLock.ad.orig Fri Dec 14 17:51:13 2001 ++++ xlock/XLock.ad Mon Apr 15 16:08:11 2002 +@@ -60,10 +60,10 @@ ! For marquee & nose modes !XLock.program: fortune -o @@ -13,3 +13,12 @@ !XLock.program: /usr/games/fortune !XLock.program: finger !XLock.messagesfile: fortune.dat +@@ -75,7 +75,7 @@ + ! For modes with images + !XLock.*.bitmap: bitmaps/m-xlock.xbm + !XLock.*.bitmap: pixmaps/m-xlock.xpm +-XLock.*.bitmap: /usr/share/pixmaps/redhat/redhat-292.xbm ++!XLock.*.bitmap: /usr/share/pixmaps/redhat/redhat-292.xbm + + ! For mailbox check application + !XLock.mailCmd: /usr/ucb/mail -e |