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 Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
edit.c appease gcc -Wuninitialized 2005-06-02 01:42:11 +00:00
field.c Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
pathnames.h
pw_yp.c Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
table.c
util.c Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00