diff options
author | pat <pat@FreeBSD.org> | 2002-01-29 06:03:59 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-29 06:03:59 +0800 |
commit | 3d425e15e560b80710ae0574c4ecb5fcb552b27b (patch) | |
tree | cf319396e261a818dc8bef264fb1a3ba4b8151cc /x11-wm | |
parent | 8e60fdd68ff3b7c0eb379969200022037dc05de4 (diff) | |
download | freebsd-ports-gnome-3d425e15e560b80710ae0574c4ecb5fcb552b27b.tar.gz freebsd-ports-gnome-3d425e15e560b80710ae0574c4ecb5fcb552b27b.tar.zst freebsd-ports-gnome-3d425e15e560b80710ae0574c4ecb5fcb552b27b.zip |
Fix bsetbg to use mktemp(1)
PR: 34387
Submitted by: maintainer
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/files/patch-util::bsetbg | 11 | ||||
-rw-r--r-- | x11-wm/hackedbox/files/patch-util::bsetbg | 11 | ||||
-rw-r--r-- | x11-wm/openbox/files/patch-util::bsetbg | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/x11-wm/blackbox/files/patch-util::bsetbg b/x11-wm/blackbox/files/patch-util::bsetbg new file mode 100644 index 000000000000..a7183a26b232 --- /dev/null +++ b/x11-wm/blackbox/files/patch-util::bsetbg @@ -0,0 +1,11 @@ +--- util/bsetbg.orig Mon Jan 28 16:53:53 2002 ++++ util/bsetbg Mon Jan 28 16:54:10 2002 +@@ -602,7 +602,7 @@ + VERSION=1.12 + MORE="(C) 2000 by lordzork industries (http://lordzork.com/)" + PATH=$PATH:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/X11/bin +-TMPFILE=`tempfile --prefix=bsetbg` ++TMPFILE=`mktemp -t bsetbg` + ARGUMENT=$1 + + diff --git a/x11-wm/hackedbox/files/patch-util::bsetbg b/x11-wm/hackedbox/files/patch-util::bsetbg new file mode 100644 index 000000000000..a7183a26b232 --- /dev/null +++ b/x11-wm/hackedbox/files/patch-util::bsetbg @@ -0,0 +1,11 @@ +--- util/bsetbg.orig Mon Jan 28 16:53:53 2002 ++++ util/bsetbg Mon Jan 28 16:54:10 2002 +@@ -602,7 +602,7 @@ + VERSION=1.12 + MORE="(C) 2000 by lordzork industries (http://lordzork.com/)" + PATH=$PATH:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/X11/bin +-TMPFILE=`tempfile --prefix=bsetbg` ++TMPFILE=`mktemp -t bsetbg` + ARGUMENT=$1 + + diff --git a/x11-wm/openbox/files/patch-util::bsetbg b/x11-wm/openbox/files/patch-util::bsetbg new file mode 100644 index 000000000000..a7183a26b232 --- /dev/null +++ b/x11-wm/openbox/files/patch-util::bsetbg @@ -0,0 +1,11 @@ +--- util/bsetbg.orig Mon Jan 28 16:53:53 2002 ++++ util/bsetbg Mon Jan 28 16:54:10 2002 +@@ -602,7 +602,7 @@ + VERSION=1.12 + MORE="(C) 2000 by lordzork industries (http://lordzork.com/)" + PATH=$PATH:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/X11/bin +-TMPFILE=`tempfile --prefix=bsetbg` ++TMPFILE=`mktemp -t bsetbg` + ARGUMENT=$1 + + |