diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-03-06 20:29:49 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-03-06 20:29:49 +0000 |
commit | 05b24a7aaa93f20af176cb6a6f2427a2605f8ec6 (patch) | |
tree | ffbabf11463a664630f455b05abe5a4cae4f79b1 | |
parent | 8d6f86027933f4f82e5223e5d4f80275b4a246cc (diff) |
Add -n to the netstat invocation. Faster running, less chance of being spoofed, no unneeded dial-on-demands
-rw-r--r-- | etc/daily | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily index d99b15b5126..438aa3ac5a6 100644 --- a/etc/daily +++ b/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.34 2001/01/04 06:27:45 angelos Exp $ +# $OpenBSD: daily,v 1.35 2001/03/06 20:29:48 niklas Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin @@ -161,7 +161,7 @@ fi echo "" echo "network:" -netstat -iv +netstat -ivn echo "" t=/var/rwho/* |