Changeset 1021
- Timestamp:
- 04/25/06 18:13:35 (3 years ago)
- Files:
-
- trunk/install/alternc.install (modified) (1 diff)
- trunk/install/dopo.sh (modified) (1 diff)
- trunk/src/slave_dns (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/alternc.install
r1009 r1021 214 214 courier-imap courier-imap-ssl courier-pop courier-pop-ssl \ 215 215 cron proftpd; do 216 test -x /etc/init.d/$service && /etc/init.d/$service force-reload || true216 test -x /etc/init.d/$service && invoke-rc.d $service force-reload || true 217 217 done 218 218 trunk/install/dopo.sh
r854 r1021 40 40 41 41 # Relance les apache pour qu'ils vident leur cache GetText 42 /etc/init.d/apache restart43 /etc/init.d/apache-ssl restart42 invoke-rc.d apache restart 43 invoke-rc.d apache-ssl restart 44 44 45 45 exit 0 trunk/src/slave_dns
r724 r1021 53 53 fputs($f,"};\n};\n"); 54 54 fclose($f); 55 exec(" /etc/init.d/bind9 reload");55 exec("invoke-rc.d bind9 reload"); 56 56 } 57 57
