Your message dated Fri, 04 Apr 2008 14:32:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#470106: fixed in tac-plus 1:4.0.4.alpha-14.2
has caused the Debian Bug report #470106,
regarding tac-plus: 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.)
--
470106: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470106
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tac-plus
Version: 1:4.0.4.alpha-13
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-dependency
I just checked the shutdown order in unstable on a machine with
dependency based boot sequencing enabled, and discovered a problem
with the init.d scripts provided in spread. It stops to late and
start to early, as it do not depend on $remote_fs which guarantee that
/usr/ will be mounted and that it stops before sendsigs.
Another issue is that the init.d script list S in its stop runlevel
list. This make a useless stop symlink in rcS.d/, and S should not be
included there.
Here is a patch to solve these issues.
diff -ur tac-plus-4.0.4.alpha.orig/debian/init.d
tac-plus-4.0.4.alpha/debian/init.d
--- tac-plus-4.0.4.alpha.orig/debian/init.d 2008-03-09 08:21:06.000000000
+0100
+++ tac-plus-4.0.4.alpha/debian/init.d 2008-03-09 08:22:21.000000000 +0100
@@ -2,10 +2,10 @@
#
### BEGIN INIT INFO
# Provides: tac-plus
-# Required-Start: $network
-# Required-Stop:
+# Required-Start: $network $remote_fs
+# Required-Stop: $network $remote_fs
# Default-Start: 2 3 4 5
-# Default-Stop: S 0 1 6
+# Default-Stop: 0 1 6
# Short-Description: Start tac-plus server.
# Description: Run the tac-plus server listening for
# AAA ( access, acounting and autorization request )
As the stop script do not seem to do much except killing the daemon,
that task might be better left to the sendsigs script in runlevel 0
and 6, to speed up shutdown. If this is indeed the case, I recommend
removing 0 and 6 from the Default-Stop list.
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: tac-plus
Source-Version: 1:4.0.4.alpha-14.2
We believe that the bug you reported is fixed in the latest version of
tac-plus, which is due to be installed in the Debian FTP archive:
tac-plus_4.0.4.alpha-14.2.diff.gz
to pool/main/t/tac-plus/tac-plus_4.0.4.alpha-14.2.diff.gz
tac-plus_4.0.4.alpha-14.2.dsc
to pool/main/t/tac-plus/tac-plus_4.0.4.alpha-14.2.dsc
tac-plus_4.0.4.alpha-14.2_i386.deb
to pool/main/t/tac-plus/tac-plus_4.0.4.alpha-14.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 tac-plus 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: Fri, 04 Apr 2008 16:15:13 +0200
Source: tac-plus
Binary: tac-plus
Architecture: source i386
Version: 1:4.0.4.alpha-14.2
Distribution: unstable
Urgency: low
Maintainer: Carlos Barros <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description:
tac-plus - TACACS+ authentication daemon
Closes: 429976 470106 472246
Changes:
tac-plus (1:4.0.4.alpha-14.2) unstable; urgency=low
.
* Non-maintainer upload.
* Fixed incorrect dependencies in LSB header in init.d script
(closes: #470106)
* Removed unneeded build dependency postgresql-dev (closes: #429976)
* Fixed bashisms in preinst (closes: #472246)
* Fixed watch file
Files:
8f3dafbecf1d3063ff32c4581c5f80c2 702 net extra tac-plus_4.0.4.alpha-14.2.dsc
61d5959731a62b762c7205e511ebb1e6 85586 net extra
tac-plus_4.0.4.alpha-14.2.diff.gz
fa31ef9013644958f77d4c49adcd2c6e 107904 net extra
tac-plus_4.0.4.alpha-14.2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH9jjITTx8oVVPtMYRAogZAJ40zojrX/IHKnM+0Z6LNeHr2ChaOACeMd7b
e5qk69hp90ffwBKjRBuwIFo=
=Lb2Y
-----END PGP SIGNATURE-----
--- End Message ---