Changeset 1899
- Timestamp:
- 08/26/07 22:44:53 (1 year ago)
- Files:
-
- alternc/trunk/install/alternc.install (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/alternc.install
r1894 r1899 249 249 250 250 ####################################################################### 251 # Re startservices251 # Reload services 252 252 # 253 253 for service in apache apache-ssl postfix bind9 courier-authdaemon \ 254 254 courier-imap courier-imap-ssl courier-pop courier-pop-ssl \ 255 255 cron proftpd; do 256 test -x /etc/init.d/$service && invoke-rc.d $service re start|| true256 test -x /etc/init.d/$service && invoke-rc.d $service reload || true 257 257 done 258 258 … … 287 287 fi 288 288 289 # We should restart apaches after all configuration stuff ... 290 for service in apache apache-ssl ; do 291 test -x /etc/init.d/$service && invoke-rc.d $service restart || true 292 done
