diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2007-10-04 15:09:19 +0000 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2007-10-04 15:09:19 +0000 |
commit | 7593fddfa1558d086e3142ad96cf2790007f5d84 (patch) | |
tree | c0eacd4abe36cfe0e62c2a8faf5ac300b9d661e7 /lib/ChangeLog | |
parent | a3aaf5b0ceb8c5b3821793333b4057df872fbedd (diff) |
+ pidfiles are now always created with 0644 perms instead if LOGFILE_MASK (0600)
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 8125451f..887c7854 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2007-10-04 Denis Ovsienko + + * pid_output.c: (pid_output) stop using LOGFILE_MASK + (0600 by default), introduce and use PIDFILE_MASK (0644) + instead. + 2007-09-18 Paul Jakma <paul.jakma@sun.com> * privs.c: definition of ZCAP_NET_ADMIN on Solaris should |