Changeset 1022
- Timestamp:
- 04/25/06 18:48:21 (2 years ago)
- Files:
-
- trunk/install/alternc.install (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/alternc.install
r1021 r1022 166 166 # Initialize database 167 167 # 168 if [ - x /etc/init.d/mysql]; then168 if [ -e /usr/sbin/mysqld ]; then 169 169 echo "Setup MySQL and database..." 170 170 /usr/share/alternc/install/mysql.sh "$MYSQL_USER" "$MYSQL_PASS" "$MYSQL_DATABASE" … … 198 198 199 199 # Attribute the correct rights to critical postfix files 200 if [ - x /etc/init.d/postfix]; then200 if [ -e /etc/postfix/myalias.cf -o -e /etc/postfix/mydomain.cf -o -e /etc/postfix/mygid.cf -o -e /etc/postfix/myvirtual.cf ]; then 201 201 chown root:postfix /etc/postfix/my* 202 202 chmod 640 /etc/postfix/my* 203 203 fi 204 204 205 if [ - x /etc/init.d/courier-pop ]; then205 if [ -e /etc/courier/authmysqlrc ] ; then 206 206 chown root:root /etc/courier/authmysqlrc 207 207 chmod 640 /etc/courier/authmysqlrc
