Bug#236466: marked as done (support for start/stop by default)

Debian Bug Tracking System owner@bugs.debian.org
Sat, 29 Jan 2005 04:33:23 -0800


Your message dated Sat, 29 Jan 2005 07:17:11 -0500
with message-id <E1CurXL-00042s-00@newraff.debian.org>
and subject line Bug#236466: fixed in gnugk 2:2.2.1-3
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; 6 Mar 2004 10:16:13 +0000
>From erwan@mas.nom.fr Sat Mar 06 02:16:13 2004
Return-path: <erwan@mas.nom.fr>
Received: from maya40.nic.fr [192.134.4.151] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AzYqq-0003MW-00; Sat, 06 Mar 2004 02:16:13 -0800
Received: from mafate.nic.fr (mafate.nic.fr [192.134.4.104])
	by maya40.nic.fr (8.12.4/8.12.4) with ESMTP id i26AG8Yc837531
	for <submit@bugs.debian.org>; Sat, 6 Mar 2004 11:16:08 +0100 (CET)
Received: from uucp by mafate.nic.fr with local-rmail (Exim 3.36 #1 (Debian))
	id 1AzYqm-0001bP-00
	for <submit@bugs.debian.org>; Sat, 06 Mar 2004 11:16:08 +0100
Received: by voyageur.nic.fr (Postfix, from userid 1000)
	id 5E27F11F6D; Sat,  6 Mar 2004 11:16:02 +0100 (CET)
Date: Sat, 6 Mar 2004 11:16:02 +0100
From: Erwan MAS <erwan@mas.nom.fr>
To: submit@bugs.debian.org
Subject: support for start/stop by default
Message-ID: <20040306101602.GA1289@voyageur.nic.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_05 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_03_05
X-Spam-Level: 


Package: openh323gk
Severity: wishlist

A package can have a default file in directory /etc/default/ .
In this file you can specify some options .
In my case I  add a option start_at_boot .

bye

=========================================================================
--- openh323gk.orig     2003-06-30 14:31:30.000000000 +0200
+++ openh323gk  2004-03-06 11:07:50.000000000 +0100
@@ -13,6 +13,16 @@
 NAME=gnugk
 DESC='H.323 gatekeeper'
 ARGS='--config /etc/gatekeeper.ini --output /var/log/gnugk/gnugk.log --pid /var/run/gnugk/gnugk.pid'
+DEFAULT=/etc/default/$NAME
+
+if [ -e $DEFAULT ]; then
+    . $DEFAULT
+    if [ "$start_at_boot" != "true" ]; then
+       echo "$NAME : do nothing."
+       exit 0
+    fi
+fi
+
 
 test -f $DAEMON || exit 0

=========================================================================

=========================================================================
start_at_boot=false
=========================================================================--
     ____________________________________________________________
    / Erwan MAS                                                 /\
   | mailto:erwan@mas.nom.fr                                   |_/
___|________________________________________________________   |
\___________________________________________________________\__/

---------------------------------------
Received: (at 236466-close) by bugs.debian.org; 29 Jan 2005 12:23:02 +0000
>From katie@ftp-master.debian.org Sat Jan 29 04:23:02 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Curcz-0007sA-00; Sat, 29 Jan 2005 04:23:01 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CurXL-00042s-00; Sat, 29 Jan 2005 07:17:11 -0500
From: Kilian Krause <kk@verfaction.de>
To: 236466-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#236466: fixed in gnugk 2:2.2.1-3
Message-Id: <E1CurXL-00042s-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 29 Jan 2005 07:17:11 -0500
Delivered-To: 236466-close@bugs.debian.org
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: 

Source: gnugk
Source-Version: 2:2.2.1-3

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

gnugk_2.2.1-3.diff.gz
  to pool/main/g/gnugk/gnugk_2.2.1-3.diff.gz
gnugk_2.2.1-3.dsc
  to pool/main/g/gnugk/gnugk_2.2.1-3.dsc
gnugk_2.2.1-3_i386.deb
  to pool/main/g/gnugk/gnugk_2.2.1-3_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 236466@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kilian Krause <kk@verfaction.de> (supplier of updated gnugk 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Sat, 29 Jan 2005 11:30:05 +0100
Source: gnugk
Binary: gnugk
Architecture: source i386
Version: 2:2.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Changed-By: Kilian Krause <kk@verfaction.de>
Description: 
 gnugk      - OpenH323 Gatekeeper - The GNU Gatekeeper
Closes: 236466
Changes: 
 gnugk (2:2.2.1-3) unstable; urgency=low
 .
   * debian/init.d, debian/default: Added handler to stop launching at boot
     time. Service shutdown can now either be by removing /etc/gatekeeper.ini
     or editing /etc/default/gnugk. (Closes: #236466)
Files: 
 2a82cf459f29b66384664d192c121788 999 comm optional gnugk_2.2.1-3.dsc
 4554d76b7db95647c986223936dfb699 43298 comm optional gnugk_2.2.1-3.diff.gz
 6226a220fd13aad09dc5c3a2fbd87639 719994 comm optional gnugk_2.2.1-3_i386.deb

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

iD8DBQFB+3t8S+BYJZB4jhERAsMqAKCjOGBO+kSoFPoDidSxmPaL2H3XYgCcCuQU
NyU6P88D6Xko5pTJ/MtsKMw=
=hZEJ
-----END PGP SIGNATURE-----