summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches/patch-util_fbsetbg
diff options
context:
space:
mode:
Diffstat (limited to 'wm/fluxbox/patches/patch-util_fbsetbg')
-rw-r--r--wm/fluxbox/patches/patch-util_fbsetbg13
1 files changed, 0 insertions, 13 deletions
diff --git a/wm/fluxbox/patches/patch-util_fbsetbg b/wm/fluxbox/patches/patch-util_fbsetbg
deleted file mode 100644
index 493acbe31d9..00000000000
--- a/wm/fluxbox/patches/patch-util_fbsetbg
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-util_fbsetbg,v 1.1 2012/04/17 20:08:06 bsiegert Exp $
-
---- util/fbsetbg.orig Thu Dec 15 03:36:05 2011
-+++ util/fbsetbg
-@@ -526,7 +526,7 @@ fi
-
-
- if [ ! -r "$wallpaper" ]; then
-- if [ "$ignore_missing_wallpaper" == "true" ]; then
-+ if [ "$ignore_missing_wallpaper" = "true" ]; then
- exit 0
- fi
- message "Can't find wallpaper $wallpaper"