Changeset 1890

Show
Ignore:
Timestamp:
08/26/07 21:05:22 (1 year ago)
Author:
benjamin
Message:

we must restart services : apache and apache-ssl have to much modifications to be only reloaded ...

Files:

Legend:

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

    r1889 r1890  
    224224 
    225225####################################################################### 
    226 # Reload services 
     226# Restart services 
    227227# 
    228228for service in apache apache-ssl postfix bind9 courier-authdaemon \ 
    229229               courier-imap courier-imap-ssl courier-pop courier-pop-ssl \ 
    230230               cron proftpd; do 
    231     test -x /etc/init.d/$service && invoke-rc.d $service reload || true 
     231    test -x /etc/init.d/$service && invoke-rc.d $service restart || true 
    232232done 
    233233