Your message dated Mon, 18 Apr 2005 15:48:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297997: fixed in openvpn 2.0-1
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Mar 2005 21:30:15 +0000
>From [EMAIL PROTECTED] Thu Mar 03 13:30:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from post-24.mail.nl.demon.net [194.159.73.194]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D6xtf-0008Ve-00; Thu, 03 Mar 2005 13:30:15 -0800
Received: from aglu.demon.nl ([83.160.174.170]:36910 helo=localhost)
by post-24.mail.nl.demon.net with esmtp (Exim 4.43)
id 1D6xtd-000Fsq-6Z
for [EMAIL PROTECTED]; Thu, 03 Mar 2005 21:30:13 +0000
Received: by localhost (Postfix, from userid 1001)
id C7EC010DD42; Thu, 3 Mar 2005 22:29:18 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============0386887555=="
MIME-Version: 1.0
From: Thomas Hood <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Patch to improve initscript output
X-Mailer: reportbug 3.8
Date: Thu, 03 Mar 2005 22:29:18 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============0386887555==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: openvpn
Version: 1.99+2.rc16-1
Severity: minor
Tags: patch
Here is a patch which brings the initscript into line with the standard
message format:
Starting <description of service>: <servicename>.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages openvpn depends on:
ii debconf 1.4.32 Debian configuration management sy
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii liblzo1 1.08-1.2 A real-time data compression libra
ii libssl0.9.7 0.9.7e-2 SSL shared libraries
-- debconf information:
openvpn/change_init: true
* openvpn/stop2upgrade: true
openvpn/default_port:
openvpn/create_tun: false
--===============0386887555==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="openvpn.init_jdth1.patch"
--- openvpn_ORIG 2005-02-06 11:49:35.000000000 +0100
+++ openvpn 2005-03-03 22:26:24.000000000 +0100
@@ -8,6 +8,7 @@
test $DEBIAN_SCRIPT_DEBUG && set -v -x
DAEMON=/usr/sbin/openvpn
+DESC="virtual private network daemon"
CONFIG_DIR=/etc/openvpn
test -x $DAEMON || exit 0
test -d $CONFIG_DIR || exit 0
@@ -34,9 +35,9 @@
case "$1" in
start)
- echo -n "Starting openvpn:"
+ echo -n "Starting $DESC:"
- if test -z $2 ; then
+ if test -z "$2" ; then
for CONFIG in `cd $CONFIG_DIR; ls *.conf 2> /dev/null`; do
NAME=${CONFIG%%.conf}
start_vpn
@@ -48,7 +49,7 @@
NAME=$1
start_vpn
else
- echo -n " No such VPN: $1"
+ echo -n " (failure: No such VPN: $1)"
fi
done
fi
@@ -56,9 +57,9 @@
;;
stop)
- echo -n "Stopping openvpn:"
+ echo -n "Stopping $DESC:"
- if test -z $2 ; then
+ if test -z "$2" ; then
for PIDFILE in `ls /var/run/openvpn.*.pid 2> /dev/null`; do
NAME=`echo $PIDFILE | cut -c18-`
NAME=${NAME%%.pid}
@@ -75,7 +76,7 @@
stop_vpn
echo -n " $NAME"
else
- echo -n " No such running VPN: $1"
+ echo -n " (failure: No such VPN is running: $1)"
fi
done
fi
@@ -83,7 +84,7 @@
;;
# We only 'reload' for running VPNs. New ones will only start with 'start' or
'restart'.
reload|force-reload)
- echo -n "Reloading openvpn:"
+ echo -n "Reloading $DESC:"
for PIDFILE in `ls /var/run/openvpn.*.pid 2> /dev/null`; do
NAME=`echo $PIDFILE | cut -c18-`
NAME=${NAME%%.pid}
--===============0386887555==--
---------------------------------------
Received: (at 297997-close) by bugs.debian.org; 18 Apr 2005 19:53:08 +0000
>From [EMAIL PROTECTED] Mon Apr 18 12:53:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DNcIu-0003We-00; Mon, 18 Apr 2005 12:53:08 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DNcEN-0002yz-00; Mon, 18 Apr 2005 15:48:27 -0400
From: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297997: fixed in openvpn 2.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 18 Apr 2005 15:48:27 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 3
Source: openvpn
Source-Version: 2.0-1
We believe that the bug you reported is fixed in the latest version of
openvpn, which is due to be installed in the Debian FTP archive:
openvpn_2.0-1.diff.gz
to pool/main/o/openvpn/openvpn_2.0-1.diff.gz
openvpn_2.0-1.dsc
to pool/main/o/openvpn/openvpn_2.0-1.dsc
openvpn_2.0-1_i386.deb
to pool/main/o/openvpn/openvpn_2.0-1_i386.deb
openvpn_2.0.orig.tar.gz
to pool/main/o/openvpn/openvpn_2.0.orig.tar.gz
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.
Alberto Gonzalez Iniesta <[EMAIL PROTECTED]> (supplier of updated openvpn
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, 18 Apr 2005 09:07:05 +0200
Source: openvpn
Binary: openvpn
Architecture: source i386
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
Changed-By: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
Description:
openvpn - Virtual Private Network daemon
Closes: 280464 294332 296133 297997 299082 304895
Changes:
openvpn (2.0-1) unstable; urgency=low
.
* The 'This-is-the-real-2.0' release
* New upstream version.
* openvpn.8: s/--/\\-\\-/g a.k.a escaped dashes to make it possible
to search for options with UTF charsets. (Closes: #296133)
* Improved init.d script output. (Closes: #297997)
Thanks Thomas Hood for the patch.
* debian/control. Rewrote Description: field.
Now it's more useful and complete. (Closes: #304895)
* init.d script:
- Fixed restarting of multiple VPNs
- Fixed TAB converted to spaces.
- Remove status file on VPN stop
- Respect 'status' option if given in the config file
- New /etc/default/openvpn configuration file that allows
control on which VPNs are automatically started and also
controls status file refresh interval
Thanks Philipp A. Hartmann for the nice patch. (Closes: #294332)
* init.d script: Added cond-restart to only restart VPNs in use.
postint: Call init.d script with cond-restart instead of restart.
(Closes: #280464)
* init.d script: change order of --config and --cd to permit
nested 'configs'. (Closes: #299082)
Files:
f79aed5ebde2b4d5fcc0b0b7450480f4 617 net optional openvpn_2.0-1.dsc
7401faebc6baee9add32608709c54eec 639201 net optional openvpn_2.0.orig.tar.gz
064f5c2c29cddc033bf9692546a2f1fe 47428 net optional openvpn_2.0-1.diff.gz
4c10814dd58ab5cf3be8746003194f43 301556 net optional openvpn_2.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCZAc/xRSvjkukAcMRAup5AKDzji8/kxILHMlzlVyD1x6+jMBZfwCePOmB
ofI4E5XE/lWfhgmlC/IX4SY=
=STQq
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]