artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c95271
)
blow away tmp dir on more traps
author
deraadt
<deraadt@openbsd.org>
Tue, 10 Dec 1996 07:26:01 +0000
(07:26 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 10 Dec 1996 07:26:01 +0000
(07:26 +0000)
etc/security
patch
|
blob
|
history
diff --git
a/etc/security
b/etc/security
index
a4e930b
..
2280321
100644
(file)
--- a/
etc/security
+++ b/
etc/security
@@
-1,6
+1,6
@@
#!/bin/sh -
#
-# $OpenBSD: security,v 1.1
6 1996/12/06 18:12:57 miller
t Exp $
+# $OpenBSD: security,v 1.1
7 1996/12/10 07:26:01 deraad
t Exp $
# from: @(#)security 8.1 (Berkeley) 6/9/93
#
@@
-22,7
+22,7
@@
if ! mkdir $DIR ; then
exit 1
fi
-trap 'rm -rf $DIR' 0
+trap 'rm -rf $DIR' 0
1 15
# Check the master password file syntax.
MP=/etc/master.passwd