Changeset 1951 for alternc/trunk/install/alternc.install
- Timestamp:
- 09/27/07 10:29:11 (6 years ago)
- File:
-
- 1 edited
-
alternc/trunk/install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/install/alternc.install
r1950 r1951 287 287 288 288 # We should restart apaches after all configuration stuff ... 289 for service in apache apache-ssl ; do 290 test -x /etc/init.d/$service && invoke-rc.d $service restart || true 291 done 289 for service in apache apache-ssl apache2 ; do 290 test -x /etc/init.d/$service && invoke-rc.d $service stop || true 291 done 292 for service in apache apache-ssl apache2 ; do 293 test -x /etc/init.d/$service && invoke-rc.d $service start || true 294 done
Note: See TracChangeset
for help on using the changeset viewer.
