[Webapps-common-discuss] [commit] r84 - trunk/dpkg
Sean Finney
seanius at costa.debian.org
Tue May 16 17:37:11 UTC 2006
Author: seanius
Date: 2006-05-16 17:37:11 +0000 (Tue, 16 May 2006)
New Revision: 84
Modified:
trunk/dpkg/config
Log:
dbc fix in config
Modified: trunk/dpkg/config
===================================================================
--- trunk/dpkg/config 2006-05-16 16:51:39 UTC (rev 83)
+++ trunk/dpkg/config 2006-05-16 17:37:11 UTC (rev 84)
@@ -42,7 +42,11 @@
if [ ! "$wc_multiple_instances" ]; then
if [ "$wc_dbapp" ]; then
_wc_debug "configuring db support"
- . /usr/share/dbconfig-common/dpkg/config
+ if [ "$wc_dbtype" ]; then
+ . /usr/share/dbconfig-common/dpkg/config.$wc_dbtype
+ else
+ . /usr/share/dbconfig-common/dpkg/config
+ fi
dbc_go $@
fi
fi
More information about the Webapps-common-discuss
mailing list