]> andersk Git - openssh.git/commitdiff
Fix fixprogs
authordjm <djm>
Sat, 16 Sep 2000 05:10:56 +0000 (05:10 +0000)
committerdjm <djm>
Sat, 16 Sep 2000 05:10:56 +0000 (05:10 +0000)
fixprogs

index f781fec0813856af5548e16941c1a2b4ab962198..61840cf810b7b4417dd3a9a97c9964a498df0097 100755 (executable)
--- 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
This page took 0.037701 seconds and 5 git commands to generate.