diff --git a/pkgsel.d/Base/LIBC.conf b/pkgsel.d/Base/LIBC.conf index a14f8a0..5529241 100644 --- a/pkgsel.d/Base/LIBC.conf +++ b/pkgsel.d/Base/LIBC.conf @@ -2,14 +2,15 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: target/mnemosyne/pkgsel/Base/LIBC.conf +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2002 - 2006 Alejandro Mery -# +# # More information can be found in the files COPYING and README. -# +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -SDECFGSET_LIBC="$SDECFG_TRG_MNEMOSYNE_LIBC" +SDECFGSET_LIBC="$2" diff --git a/pkgsel.d/Services/Mail/MTA.conf b/pkgsel.d/Services/Mail/MTA.conf index 73b4093..0a2692b 100644 --- a/pkgsel.d/Services/Mail/MTA.conf +++ b/pkgsel.d/Services/Mail/MTA.conf @@ -1,20 +1,20 @@ #!/bin/sh # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# +# # Filename: target/mnemosyne/pkgsel/Services/Mail/MTA.conf -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2008 The OpenSDE Project # Copyright (C) 2002 - 2006 Alejandro Mery -# +# # More information can be found in the files COPYING and README. -# +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -case "$SDECFG_TRG_MNEMOSYNE_MTA" in +case "$2" in qmail-ldap) SDECFGSET_PKG_QMAIL_LDAP=1 SDECFGSET_PKG_QMAIL_LDAP_DOMAINALIAS=1 ;; diff --git a/pkgsel.d/Services/Web/Web.conf b/pkgsel.d/Services/Web/Web.conf index 32b7d28..6d556bf 100644 --- a/pkgsel.d/Services/Web/Web.conf +++ b/pkgsel.d/Services/Web/Web.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: target/mnemosyne/pkgsel/Services/Web/Web.conf +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2002 - 2006 Alejandro Mery # # More information can be found in the files COPYING and README. @@ -12,10 +13,9 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -case "$SDECFG_TRG_MNEMOSYNE_WEB" in +case "$2" in apache) SDECFGSET_PKG_APACHE_SUEXEC=1 SDECFGSET_PKG_APACHE_DOCROOT="/srv" ;; esac -