Package: dbconfig-common
Version: 1.8.43
Severity: important
Tags: patch
test requires -o, as || is interpereted by the shell.
--- /usr/share/dbconfig-common/dpkg/config 2010-02-05 11:32:58.000000000
-0700
+++ /usr/share/dbconfig-common/dpkg/config 2010-02-05 11:33:14.000000000
-0700
@@ -110,7 +110,7 @@
# - multidb support step 1
2)
db_get $install_question
- if [ "$DEBIAN_FRONTEND" = "noninteractive" || "$RET" != "true"
]; then
+ if [ "$DEBIAN_FRONTEND" = "noninteractive" -o "$RET" != "true"
]; then
db_set $dbc_package/internal/skip-preseed true
return 0;
fi
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dbconfig-common depends on:
ii debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii ucf 3.0025 Update Configuration File: preserv
dbconfig-common recommends no packages.
Versions of packages dbconfig-common suggests:
ii postgresql-client-8.4 [postgr 8.4.2-2 front-end programs for PostgreSQL
-- debconf information:
dbconfig-common/pgsql/app-pass: (password omitted)
dbconfig-common/mysql/app-pass: (password omitted)
dbconfig-common/mysql/admin-pass: (password omitted)
dbconfig-common/password-confirm: (password omitted)
dbconfig-common/pgsql/admin-pass: (password omitted)
dbconfig-common/app-password-confirm: (password omitted)
dbconfig-common/remote-questions-default: false
dbconfig-common/db/basepath:
dbconfig-common/pgsql/revertconf: false
dbconfig-common/install-error: abort
dbconfig-common/pgsql/no-empty-passwords:
dbconfig-common/pgsql/admin-user: postgres
dbconfig-common/dbconfig-install: true
dbconfig-common/internal/skip-preseed: false
dbconfig-common/db/dbname:
dbconfig-common/dbconfig-reinstall: false
dbconfig-common/remote/host:
dbconfig-common/pgsql/manualconf:
dbconfig-common/pgsql/changeconf: false
dbconfig-common/remote/newhost:
dbconfig-common/dbconfig-remove: true
dbconfig-common/missing-db-package-error: abort
dbconfig-common/dbconfig-upgrade: true
dbconfig-common/mysql/method: unix socket
dbconfig-common/pgsql/no-user-choose-other-method:
dbconfig-common/upgrade-backup: true
dbconfig-common/internal/reconfiguring: false
dbconfig-common/passwords-do-not-match:
dbconfig-common/pgsql/authmethod-admin: ident
dbconfig-common/remove-error: abort
dbconfig-common/remember-admin-pass: false
dbconfig-common/mysql/admin-user: root
dbconfig-common/pgsql/method: unix socket
dbconfig-common/pgsql/authmethod-user:
dbconfig-common/upgrade-error: abort
dbconfig-common/database-type:
dbconfig-common/db/app-user:
dbconfig-common/remote/port:
dbconfig-common/purge: false
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]