Laurent Fousse <[EMAIL PROTECTED]> writes: > I think the correct approach to text file creation is to ask for > "0666" mode (or stricter) and let the umask restrict it further -- > no point in asking for the execute bit at file creation for a log > file.
Right. I will put a 0666 in the binary and a umask 022 into the init.d script. Does that sound okay to you? Cheers, -Hilko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

