Your message dated Thu, 20 Mar 2008 13:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#471100: fixed in pgpool2 1.3-2
has caused the Debian Bug report #471100,
regarding pgpool2: Problem with LSB header in init.d script
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
471100: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471100
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package:  pgpool2
Version:  1.3-1
Severity: important
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

I just checked the boot order in unstable on a machine with dependency
based boot sequencing enabled, and discovered a problem with the
init.d scripts provided in this package.  A stop symlink is inserted
in the rcS.d/ directory.  This is always wrong and 'S' should be
removed from the Default-Stop header.  Also, it need to depend on
$remote_fs to make sure /usr/ is available.  This make it possible to
drop the $local_fs dependency.

Here is a patch to solve this issue.

diff -ur pgpool2-1.3.orig/debian/init.d pgpool2-1.3/debian/init.d
--- pgpool2-1.3.orig/debian/init.d      2008-03-15 22:51:22.000000000 +0100
+++ pgpool2-1.3/debian/init.d   2008-03-15 22:52:26.000000000 +0100
@@ -2,12 +2,11 @@

 ### BEGIN INIT INFO
 # Provides:          pgpool2
-# Required-Start:    $syslog
-# Required-Stop:     $syslog
-# Should-Start:      $local_fs postgresql
-# Should-Stop:       $local_fs
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Should-Start:      postgresql
 # Default-Start:     2 3 4 5
-# Default-Stop:      S 0 1 6
+# Default-Stop:      0 1 6
 # Short-Description: start pgpool-II
 # Description: pgpool-II is a connection pool server and replication
 #              proxy for PostgreSQL.

Happy hacking,
-- 
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Source: pgpool2
Source-Version: 1.3-2

We believe that the bug you reported is fixed in the latest version of
pgpool2, which is due to be installed in the Debian FTP archive:

pgpool2_1.3-2.diff.gz
  to pool/main/p/pgpool2/pgpool2_1.3-2.diff.gz
pgpool2_1.3-2.dsc
  to pool/main/p/pgpool2/pgpool2_1.3-2.dsc
pgpool2_1.3-2_i386.deb
  to pool/main/p/pgpool2/pgpool2_1.3-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated pgpool2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 20 Mar 2008 13:49:05 +0100
Source: pgpool2
Binary: pgpool2
Architecture: source i386
Version: 1.3-2
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description: 
 pgpool2    - connection pool server and replication proxy for PostgreSQL
Closes: 471100
Changes: 
 pgpool2 (1.3-2) unstable; urgency=low
 .
   * Updated standards version
   * Fixed LSB headers in init.d script (closes: #471100)
   * Added Vcs-* control fields
   * Added linker option --as-needed
Files: 
 dec36f92893ceeed3c630bf2b7e14c88 762 misc optional pgpool2_1.3-2.dsc
 b57646df8672b557726241959e0888d8 3727 misc optional pgpool2_1.3-2.diff.gz
 a15efe6f9765b4ddea370187134a3da3 260936 misc optional pgpool2_1.3-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH4l2iTTx8oVVPtMYRAlemAKC8i4qw7xr0Pk3Q2Jb3XMVhA/c9fgCfcl8o
gjsroODHjARqO4QEQAKl2kA=
=t8U3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to