Changeset 2997
- Timestamp:
- 06/04/11 16:19:10 (2 years ago)
- Location:
- alternc/trunk
- Files:
-
- 5 edited
-
debian/alternc-slave.dirs (modified) (1 diff)
-
debian/alternc-slave.templates (modified) (1 diff)
-
debian/alternc.dirs (modified) (1 diff)
-
debian/templates (modified) (1 diff)
-
install/alternc.install (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/debian/alternc-slave.dirs
r2559 r2997 3 3 etc/bind 4 4 etc/bind/templates 5 etc/courier6 5 etc/phpmyadmin 7 6 etc/postfix -
alternc/trunk/debian/alternc-slave.templates
r2559 r2997 5 5 You are currently trying to install AlternC on your computer. Be aware 6 6 that this package will overwrite critical system files, including but not 7 limited to the config files of bind, postfix, courier, squirrelmail and proftpd.7 limited to the config files of bind, postfix, dovecot, squirrelmail and proftpd. 8 8 . 9 9 A backup of your old configuration will be stored in -
alternc/trunk/debian/alternc.dirs
r2884 r2997 5 5 etc/bind 6 6 etc/bind/templates 7 etc/courier8 7 etc/cron.d 9 8 etc/phpmyadmin -
alternc/trunk/debian/templates
r2974 r2997 5 5 You are currently trying to install AlternC on your computer. Be aware 6 6 that this package will overwrite critical system files, including but not 7 limited to the config files of bind, postfix, courier, squirrelmail and proftpd.7 limited to the config files of bind, postfix, dovecot, squirrelmail and proftpd. 8 8 . 9 9 A backup of your old configuration will be stored in -
alternc/trunk/install/alternc.install
r2981 r2997 40 40 CONFIG_FILES="$CONFIG_FILES etc/bind/templates/zone.template 41 41 etc/bind/templates/named.template etc/bind/named.conf.options" 42 fi43 if [ -e /etc/courier/authdaemonrc ]; then44 CONFIG_FILES="$CONFIG_FILES etc/courier/authdaemonrc45 etc/courier/authmysqlrc"46 42 fi 47 43 if [ -d /etc/postfix ]; then … … 285 281 echo "$OLDDESTINATION" | grep -q -v "$FQDN" && postconf -e "mydestination = $FQDN, $OLDDESTINATION" 286 282 287 if [ -e /etc/courier/authmysqlrc ] ; then288 chown root:root /etc/courier/authmysqlrc289 chmod 640 /etc/courier/authmysqlrc290 fi291 292 283 if [ -e /etc/proftpd.conf ] ; then 293 284 chmod 640 /etc/proftpd/proftpd.conf … … 327 318 # Reload services 328 319 # 329 for service in postfix bind9 courier-authdaemon \ 330 courier-imap courier-imap-ssl courier-pop courier-pop-ssl \ 331 cron proftpd; do 320 for service in postfix bind9 dovecot cron proftpd; do 332 321 invoke-rc.d $service force-reload || true 333 322 done
Note: See TracChangeset
for help on using the changeset viewer.
