Charles created DAEMON-403:
------------------------------

             Summary: umask log is wrong
                 Key: DAEMON-403
                 URL: https://issues.apache.org/jira/browse/DAEMON-403
             Project: Commons Daemon
          Issue Type: Bug
          Components: Jsvc
    Affects Versions: 1.2.0, 1.1.0
            Reporter: Charles


The following log is wrong in  jsvc-unix.c since the following bug  fix has 
been fixed:

fixed: https://issues.apache.org/jira/browse/DAEMON-318

l. 1271 log_debug("Switching umask back to %03o from %03o", envmask, 
args->umask);

 

Indeed the umask is never set back to the initial unmask.

The log may show something like this instead:

l. 1271 log_debug("Switching umask from %03o to %03o", envmask, args->umask);

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to