Skip to content

Commit

Permalink
noting we're going to need umask in FileAppender
Browse files Browse the repository at this point in the history
  • Loading branch information
kgoess committed Jan 7, 2006
1 parent 891f2fe commit d117d21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ldap/log4perl.schema
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ objectclass ( myobjs:6
SUP log4perlAppender
STRUCTURAL
MUST ( log4perlfilename $ log4perlmode )
MAY ( log4perlautoflush )
MAY ( log4perlautoflush )
)
#DEBUG: MAY umask --how to do octal?

objectclass ( myobjs:10 NAME 'log4perlSocketAppender'
DESC 'log4perl socket appender'
Expand Down

0 comments on commit d117d21

Please sign in to comment.