Package: postgresql-common
Version: 109
Severity: normal
Tags: patch

The force-reload action fails due to a typo in the init script
The attached patch solves the problem me.


Regards,
Pascal

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages postgresql-common depends on:
ii  adduser                       3.112      add and remove users and groups
ii  debconf [debconf-2.0]         1.5.33     Debian configuration management sy
ii  lsb-base                      3.2-23.1   Linux Standard Base 3.2 init scrip
ii  postgresql-client-common      109        manager for multiple PostgreSQL cl
ii  procps                        1:3.2.8-9  /proc file system utilities
ii  ssl-cert                      1.0.25     simple debconf wrapper for OpenSSL

postgresql-common recommends no packages.

postgresql-common suggests no packages.

-- Configuration Files:
/etc/init.d/postgresql changed [not included]

-- debconf information:
  postgresql-common/obsolete-major:
--- /etc/init.d/postgresql.orig 2010-08-01 04:50:46.000000000 +0200
+++ /etc/init.d/postgresql      2010-08-01 04:51:16.000000000 +0200
@@ -34,7 +34,7 @@
         ;;
     force-reload)
        for v in $versions; do
-           reload $VERSION
+           reload $v
        done
         ;;
     *)

Reply via email to