Changeset 2344 for alternc/trunk/install/alternc.install
- Timestamp:
- 10/07/08 22:14:15 (5 years ago)
- File:
-
- 1 edited
-
alternc/trunk/install/alternc.install (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/install/alternc.install
r2342 r2344 303 303 # Reload services 304 304 # 305 for service in $SERVICESpostfix bind9 courier-authdaemon \305 for service in postfix bind9 courier-authdaemon \ 306 306 courier-imap courier-imap-ssl courier-pop courier-pop-ssl \ 307 307 cron proftpd; do … … 337 337 338 338 # We should restart apaches after all configuration stuff ... 339 for service in apache apache-ssl apache2; do339 for service in $SERVICES; do 340 340 test -x /etc/init.d/$service && invoke-rc.d $service stop || true 341 341 done 342 for service in apache apache-ssl apache2; do342 for service in $SERVICES; do 343 343 test -x /etc/init.d/$service && invoke-rc.d $service start || true 344 344 done
Note: See TracChangeset
for help on using the changeset viewer.
