Browse Source

ecn-mail: Refactored to extend ecn-node instead of mnemosyne.

master
Nagy Károly Gábriel 12 years ago
parent
commit
81edb86b80
2 changed files with 7 additions and 9 deletions
  1. +6
    -8
      config.in
  2. +1
    -1
      extends

+ 6
- 8
config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/ecn-mail/config.in # Filename: target/ecn-mail/config.in
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2009 - 2013 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -14,15 +14,14 @@
#Description: ECN-Mail #Description: ECN-Mail
for x in BOOT='vserver' SECURITY=none \
menu_begin MENU_ECN_NODE 'Ecn Mail Options'
for x in SECURITY=none \
DEVELOPMENT=0 PAM=0 \ DEVELOPMENT=0 PAM=0 \
LDAP='1' GNUTLS='1' \ LDAP='1' GNUTLS='1' \
SPAMFILTER='1' VIRUSSCANNER='1' \ SPAMFILTER='1' VIRUSSCANNER='1' \
SLAPD='1' SQLITE='1' IMAP='dovecot' \
MTA='qmail-ldap'; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ }
SLAPD='1' SQLITE='1' IMAP='dovecot' ; do
export SDECFGSET_TRG_ECN_$x
done done
for x in JAVA F77 OBJC; do for x in JAVA F77 OBJC; do
@ -33,4 +32,3 @@ for x in LDAP_BIGBROTHER='1'; do
eval SDECFGSET_PKG_QMAIL_$x eval SDECFGSET_PKG_QMAIL_$x
done done
menu_begin MENU_MNEMOSYNE 'Advanced Options'

+ 1
- 1
extends

@ -1 +1 @@
mnemosyne
ecn-node

Loading…
Cancel
Save