NetBSD/usr.bin/chpass
elad 925c6f17f2 PR/29722: Andreas Kling: chpass temporary files in /etc not always unlinked
We had a (long) discussion about this in #NetBSD-code and the consensus was
that /tmp should always be sticky (+t), and as such it is safe to create
the temporary files for chpass(1) in there. We added a check to guarantee
this (and bail out otherwise) and now temporary files are created in /tmp,
not filling up /etc.

Thanks to rivo nurges et al.
2006-10-07 20:09:09 +00:00
..
Makefile
chpass.1 PR/29722: Andreas Kling: chpass temporary files in /etc not always unlinked 2006-10-07 20:09:09 +00:00
chpass.c PR/29722: Andreas Kling: chpass temporary files in /etc not always unlinked 2006-10-07 20:09:09 +00:00
chpass.h
edit.c
field.c
pathnames.h
pw_yp.c
table.c
util.c