summaryrefslogtreecommitdiff
path: root/etc/security
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-10 07:26:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-10 07:26:02 +0000
commit2e3a38383d0df8ce70836910a11d1c0210630747 (patch)
tree026cd19137b29111630a9c64e2248a1875b4ecff /etc/security
parent881ef68c1a5157da7b289d9e30e0b4858921cc1e (diff)
blow away tmp dir on more traps
Diffstat (limited to 'etc/security')
-rw-r--r--etc/security4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security
index a4e930ba4eb..2280321cdfd 100644
--- a/etc/security
+++ b/etc/security
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: security,v 1.16 1996/12/06 18:12:57 millert Exp $
+# $OpenBSD: security,v 1.17 1996/12/10 07:26:01 deraadt 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