diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-07-31 06:47:05 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-07-31 06:47:05 +0000 |
| commit | c733dcc30655684dfc7962cb1de7bebdf311f3a9 (patch) | |
| tree | f07dcebdd88d801c8522688a006f48ff8b783549 | |
| parent | 09e5a706b7c065e7da561eb51a2da661e0691fcd (diff) | |
Notes
| -rw-r--r-- | etc/security | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security index 0434a9db11b6..1909ed2cee91 100644 --- a/etc/security +++ b/etc/security @@ -1,7 +1,7 @@ #!/bin/sh - # # @(#)security 5.3 (Berkeley) 5/28/91 -# $Id: security,v 1.12 1996/06/30 13:16:21 peter Exp $ +# $Id: security,v 1.13 1996/06/30 19:35:20 alex Exp $ # PATH=/sbin:/bin:/usr/bin LC_ALL=C; export LC_ALL @@ -15,7 +15,7 @@ host=`hostname -s` echo "Subject: $host security check output" LOG=/var/log -TMP=/tmp/_secure.$$ +TMP=/var/run/_secure.$$ umask 027 |
