[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
goofed on the rc script patches
Thankfully Theo caught 2 blatent errors on my part. Talk about careless cut/
paste. The 2 offending lines regard portmap=YES/NO in rc.conf and syslog_flags
in also the same file. Those lines were specific to my installation.
Also I didn't consider the full ramifications of changing the "-f's" to "-r's"
in those various test patterns. Not only did I miss a bunch of them (duh!) but
since "test -r" doesn't preclude the file being a link this is not a good idea.
Purhaps we should do "test -f -a -r" but this is probably going a bit overboard.
What's the point of checking if root has read access when root can do whatever
it wants???
Please excuse my rambling...