Changes between Version 2 and Version 3 of doc/install/gentoo/auth-server
- Timestamp:
- 02/01/06 11:52:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install/gentoo/auth-server
v2 v3 81 81 To automise startup on boot 82 82 {{{ 83 rc-update add apache default83 rc-update add apache2 default 84 84 }}} 85 85 … … 87 87 88 88 {{{ 89 /etc/init.d/apache start89 /etc/init.d/apache2 start 90 90 }}} 91 91