Your message dated Sun, 04 Nov 2007 00:16:58 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430653: fixed in shorewall-common 4.0.5-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: shorewall
Version: 3.4.2-1
Priority: wishlist
Tags: patch
Currently shorewall's init script does not log start/stop/refresh/restart
times in the log file (/var/log/shorewall-init.log). A log file without any
date information is, IMHO, not that much useful.
Please consider using the attached patch to log the date.
Thanks
Javier
--- shorewall.orig 2007-06-26 12:18:59.000000000 +0200
+++ shorewall 2007-06-26 12:27:09.000000000 +0200
@@ -80,6 +80,8 @@
# start the firewall
shorewall_start () {
echo -n "Starting \"Shorewall firewall\": "
+ echo "Starting \"Shorewall firewall\": " >> $INITLOG
+ date -R >> $INITLOG
wait_for_pppd
$SRWL start >> $INITLOG 2>&1 && echo "done." || echo_notdone
return 0
@@ -88,6 +90,8 @@
# stop the firewall
shorewall_stop () {
echo -n "Stopping \"Shorewall firewall\": "
+ echo "Stopping \"Shorewall firewall\": " >> $INITLOG
+ date -R >> $INITLOG
$SRWL clear >> $INITLOG 2>&1 && echo "done." || echo_notdone
return 0
}
@@ -95,6 +99,8 @@
# restart the firewall
shorewall_restart () {
echo -n "Restarting \"Shorewall firewall\": "
+ echo "Restarting \"Shorewall firewall\": " >> $INITLOG
+ date -R >> $INITLOG
$SRWL restart >> $INITLOG 2>&1 && echo "done." || echo_notdone
return 0
}
@@ -102,6 +108,8 @@
# refresh the firewall
shorewall_refresh () {
echo -n "Refreshing \"Shorewall firewall\": "
+ echo "Refreshing \"Shorewall firewall\": " >> $INITLOG
+ date -R >> $INITLOG
$SRWL refresh >> $INITLOG 2>&1 && echo "done." || echo_notdone
return 0
}
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: shorewall-common
Source-Version: 4.0.5-2
We believe that the bug you reported is fixed in the latest version of
shorewall-common, which is due to be installed in the Debian FTP archive:
shorewall-common_4.0.5-2.diff.gz
to pool/main/s/shorewall-common/shorewall-common_4.0.5-2.diff.gz
shorewall-common_4.0.5-2.dsc
to pool/main/s/shorewall-common/shorewall-common_4.0.5-2.dsc
shorewall-common_4.0.5-2_all.deb
to pool/main/s/shorewall-common/shorewall-common_4.0.5-2_all.deb
shorewall-common_4.0.5.orig.tar.gz
to pool/main/s/shorewall-common/shorewall-common_4.0.5.orig.tar.gz
shorewall_4.0.5-2_all.deb
to pool/main/s/shorewall-common/shorewall_4.0.5-2_all.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.
Roberto C. Sanchez <[EMAIL PROTECTED]> (supplier of updated shorewall-common
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: Mon, 29 Oct 2007 18:57:24 -0400
Source: shorewall-common
Binary: shorewall shorewall-common
Architecture: source all
Version: 4.0.5-2
Distribution: experimental
Urgency: low
Maintainer: Roberto C. Sanchez <[EMAIL PROTECTED]>
Changed-By: Roberto C. Sanchez <[EMAIL PROTECTED]>
Description:
shorewall - Shoreline Firewall (transitional package)
shorewall-common - Shoreline Firewall, netfilter configurator (common files)
Closes: 336088 430653 436071 436072 436073 446657
Changes:
shorewall-common (4.0.5-2) experimental; urgency=low
.
* debian/rules: Fix computation of next version for release candidates
* debian/control: Add a Replaces for shorewall
* debian/copyright: Fix statement that package is GPL2+ to say GPL2 only and
add note about LGPL example files
* debian/control: Add Vcs-Browser and Vcs-Svn tags
.
shorewall-common (4.0.5-1) experimental; urgency=low
.
* Initial release (Closes: #446657, #436071, #436072, #336088)
* Include watch file (Closes: #436073)
* Add timestamps to log files (Closes: #430653)
Files:
7d90644b3b86edbc33cf6aebae93476b 802 net optional shorewall-common_4.0.5-2.dsc
751fe1216c93a042f000c4bfabad1cde 181588 net optional
shorewall-common_4.0.5.orig.tar.gz
cdafc3de1b3c837129186ba2dc6e4e74 35514 net optional
shorewall-common_4.0.5-2.diff.gz
af73cab1679d4e680b537b95b8127e2e 188498 net optional
shorewall-common_4.0.5-2_all.deb
b405f67873646721ef7bc31890a5cbd7 5940 net optional shorewall_4.0.5-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHJmYJ5SXWIKfIlGQRAmxXAJ9XjHcBjbvV74dq2FtKvzqSaV/FNwCeLtVr
7zaaMz/K2c41C09v6I7k+XQ=
=UM+V
-----END PGP SIGNATURE-----
--- End Message ---