For the record...on all of my CentOS 5 and 5.1 boxes it stuck with the modified group.<br><br><div class="gmail_quote">On Sat, May 17, 2008 at 11:21 AM, Krash, Paul <<a href="mailto:pkrash@exegy.com">pkrash@exegy.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Mr. Luthman wrote:<br>
<br>
 > Can you give us all some details on how do to that?<br>
<br>
</div>Sure!<br>
Here is the default script from Centos5.1 with the chmod command:<br>
<br>
        #/etc/cron.daily/logrotate<br>
        #!/bin/sh<br>
        /usr/sbin/logrotate /etc/logrotate.conf<br>
        EXITVALUE=$?<br>
        if [ $EXITVALUE != 0 ]; then<br>
            /usr/bin/logger -t logrotate "ALERT exited abnormally with<br>
[$EXITVALUE]"<br>
        fi<br>
        /bin/chmod 755 /var/log/messages<br>
        exit 0<br>
<br>
Notice that this makes /var/log/messages world readable. :-O<br>
<br>
But I digress. :-)<br>
<br>
Best,<br>
<br>
PKrash, temporarily working off a Winserver, sorry for any Outlook<br>
mangling.<br>
<div class="Ih2E3d"><br>
This e-mail and any documents accompanying it may contain legally privileged and/or confidential information belonging to Exegy, Inc. Such information may be protected from disclosure by law. The information is intended for use by only the addressee. If you are not the intended recipient, you are hereby notified that any disclosure or use of the information is strictly prohibited. If you have received this e-mail in error, please immediately contact the sender by e-mail or phone regarding instructions for return or destruction and do not use or disclose the content to others.<br>

<br>
</div><div><div></div><div class="Wj3C7c">To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373<br><br>Those who don't understand UNIX are condemned to reinvent it, poorly.<br>
--- Henry Spencer