Changeset 1008

Show
Ignore:
Timestamp:
04/25/06 02:35:45 (2 years ago)
Author:
anarcat
Message:

don't change perms on postfix files if postfix isn't installed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install/alternc.install

    r1007 r1008  
    195195 
    196196# Attribute the correct rights to critical postfix files 
    197 chown root:postfix /etc/postfix/my* 
    198 chmod 640 /etc/postfix/my* 
     197if [ -x /etc/init.d/postfix ]; then 
     198    chown root:postfix /etc/postfix/my* 
     199    chmod 640 /etc/postfix/my* 
     200fi 
    199201 
    200202if [ -x /etc/init.d/courier-pop ]; then