commit | aeaa1264b5e95bb6aa2fc8eabf115c28d7c02398 | [log] [tgz] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sat Sep 16 16:10:56 2000 +1100 |
committer | Damien Miller <djm@mindrot.org> | Sat Sep 16 16:10:56 2000 +1100 |
tree | 8de399e0f600d0454023e6116103bac638213a96 | |
parent | 9d5705a4b34f09a02cffb751d0be076bf667c8bc [diff] [blame] |
Fix fixprogs
diff --git a/fixprogs b/fixprogs index f781fec..61840cf 100755 --- a/fixprogs +++ b/fixprogs
@@ -45,7 +45,7 @@ # 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