diff options
author | atatat <atatat@pkgsrc.org> | 2003-02-12 00:47:52 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2003-02-12 00:47:52 +0000 |
commit | 3e4aff075b357112f899cd94a4fd0deee7a0407f (patch) | |
tree | 6bc3a8df63ef19bad53bcc79304364569be3adc9 /wm/fvwm2/Makefile | |
parent | dbf78792e5fd24e20fbfc6cf01a746e8601d08b0 (diff) | |
download | pkgsrc-3e4aff075b357112f899cd94a4fd0deee7a0407f.tar.gz |
Re-open /dev/null on the (now) closed stdin file descriptor. The
fvwm2 changelog says they did this to make gmplayer realize it was not
running interactively (ie, its stdin was not a tty), but that means
that all things get executed with stdin closed. That's not a very
good security posture. Some things can get confused or do wrong
things if stdin is closed when they start.
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r-- | wm/fvwm2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index 34e1800c1db..8d039e262eb 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2003/01/26 13:13:54 martti Exp $ +# $NetBSD: Makefile,v 1.30 2003/02/12 00:47:52 atatat Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # DISTNAME= fvwm-${FVWM_VER} PKGNAME= fvwm2-${FVWM_VER} +PKGREVISION= 2 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ \ |