summaryrefslogtreecommitdiff
path: root/fixprogs
diff options
context:
space:
mode:
authordjm <djm>2000-09-16 05:10:56 +0000
committerdjm <djm>2000-09-16 05:10:56 +0000
commitc2a8998e0d201d161bee3978764c2ba1064a2ab7 (patch)
tree0929cd8b24dc4346b9a9939e8527966a36405a9b /fixprogs
parent449215c39b0497832cb3989c253930cdf68c5150 (diff)
downloadopenssh-c2a8998e0d201d161bee3978764c2ba1064a2ab7.tar.gz
Fix fixprogs
Diffstat (limited to 'fixprogs')
-rwxr-xr-xfixprogs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixprogs b/fixprogs
index f781fec0..61840cf8 100755
--- a/fixprogs
+++ b/fixprogs
@@ -45,7 +45,7 @@ foreach (@infile) {
# child
close STDIN; close STDOUT; close STDERR;
open (STDIN, "</dev/null");
- open (STDOUT, ">/tmp/foo");
+ open (STDOUT, ">/dev/null");
open (STDERR, ">/dev/null");
exec $path @args;
exit 1; # shouldn't be here