Changeset 569
- Timestamp:
- 05/23/08 21:13:06 (6 months ago)
- Files:
-
- 1 modified
-
ares/trunk/debian/postinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ares/trunk/debian/postinst
r567 r569 56 56 cdd-config ldap server 57 57 cdd-config ldap client 58 59 # Don't configure apt on new installs, as it interfers with the installer60 if [ "$2" != "" ]; then61 cdd-config apt ares hardy62 fi63 64 58 cdd-config spamassassin 65 59 cdd-config fetchmail … … 69 63 cdd-config havp 70 64 cdd-config klogd 65 cdd-config apt ares hardy 71 66 72 67 if [ "$2" == "" ]; then
