Your message dated 04 Jun 2003 11:48:58 +0200 with message-id <[EMAIL PROTECTED]> and subject line awe removed 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 maintonly) by bugs.debian.org; 7 Jan 2002 12:56:44 +0000 >From [EMAIL PROTECTED] Mon Jan 07 06:56:44 2002 Return-path: <[EMAIL PROTECTED]> Received: from (adsl-nrp8-C8B73A51.sao.terra.com.br) [200.183.58.81] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16NZKT-0005KZ-00; Mon, 07 Jan 2002 06:56:44 -0600 Received: from mantis.autsens.localnet ([192.168.131.7] ident=mail) by adsl-nrp8-C8B73A51.sao.terra.com.br with esmtp (Exim 3.12 #1 (Debian)) id 16NZKR-0002bt-00; Mon, 07 Jan 2002 12:56:39 +0000 Received: from pzn by mantis.autsens.localnet with local (Exim 3.33 #1 (Debian)) id 16NZKR-0007c9-00; Mon, 07 Jan 2002 10:56:39 -0200 Date: Mon, 7 Jan 2002 10:56:39 -0200 From: Pedro Zorzenon Neto <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: awe-drv: wish a init.d script Message-ID: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.24i X-Reportbug-Version: 1.41.1421 Sender: Pedro Zorzenon Neto <[EMAIL PROTECTED]> X-mail-filter-smtp: adsl-nrp8-C8B73A51.sao.terra.com.br 2002-01-07 12:56:41 X-mail-filter-pl: done Delivered-To: [EMAIL PROTECTED] Package: awe-drv Version: 0.4.3.1-1.2 Severity: wishlist Tags: patch Hi, I'd like a init.d script to load my prefered soundbank at boot. Please include the following script to awe-drv. Also put "aumix" package in "Suggests" section. Thanks, Pedro --- begin of /etc/init.d/awe-drv --- #! /bin/sh # # awe-drv loads awe32 soundbank. # # Written by Pedro Zorzenon Neto <[EMAIL PROTECTED]> # # Version: @(#)awe-drv 0.1 07-Jan-2002 [EMAIL PROTECTED] # please edit next two lines SBK="/full/path/to/your/favorite/soundbank.sbk" SBKNAME="somename" PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin test -x /usr/bin/sfxload || exit 0 if [ ! -e "$SBK" ]; then echo "*** Please edit /etc/init.d/awe-drv to load a soundbank at boot ***" exit 1 fi if [ -x /usr/bin/aumix ]; then if [ -x /bin/tempfile ]; then AUMIX="1" fi fi case "$1" in start|restart|force-reload) echo -n "Loading AWE32 soundbank: " #save audio settings and mute before changing sbk if [ "$AUMIX" ]; then tmp=`tempfile` || exit 1 aumix -q -v0 > $tmp || exit 1 fi #loads soundbank echo -n $SBKNAME sfxload $SBK || exit 1 #restore audio settings if [ "$AUMIX" ]; then aumix -L -f $tmp >/dev/null 2>&1 rm -f $tmp fi echo "." ;; stop) ;; *) echo "Usage: /etc/init.d/awe-drv {start|stop|restart|force-reload}" exit 1 esac exit 0 --- end of /etc/init.d/awe-drv --- -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux mantis 2.2.19 #1 Sat Oct 20 18:09:49 EST 2001 i686 Locale: LANG=C, LC_CTYPE=pt_BR Versions of packages awe-drv depends on: ii libawe0.4 0.4.3.1-1.2 AWE32 shared library ii libc6 2.2.4-7 GNU C Library: Shared libraries an ii patch 2.5.4-6 Apply a diff file to an original --------------------------------------- Received: (at 128111-done) by bugs.debian.org; 4 Jun 2003 09:44:44 +0000 >From [EMAIL PROTECTED] Wed Jun 04 04:44:43 2003 Return-path: <[EMAIL PROTECTED]> Received: from www.hostsharing.net (pomo.hostsharing.net) [212.42.230.151] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19NUp0-0007vI-00; Wed, 04 Jun 2003 04:44:42 -0500 Received: from p4.domain.lan (p508E9513.dip.t-dialin.net [80.142.149.19]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pomo.hostsharing.net (Postfix) with ESMTP id 403E6292C78; Wed, 4 Jun 2003 11:44:43 +0200 (CEST) Subject: awe removed From: =?ISO-8859-1?Q?No=E8l_K=F6the?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-WxyoC1yV3xZTRvxKZU30" Organization: Debian GNU/Linux, www.debian.org Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 04 Jun 2003 11:48:58 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-13.6 required=4.0 tests=BAYES_01,PGP_SIGNATURE_2,USER_AGENT_XIMIAN version=2.53-bugs.debian.org_2003_05_24 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 (1.174.2.15-2003-03-30-exp) --=-WxyoC1yV3xZTRvxKZU30 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, the old awe package is removed and these bugs doesn't belong to the new awesfx package. I'm closing them because awe is removed in sarge/sid. --=20 No=C3=A8l K=C3=B6the <[EMAIL PROTECTED]> Debian GNU/Linux, www.debian.org --=-WxyoC1yV3xZTRvxKZU30 Content-Type: application/pgp-signature; name=signature.asc Content-Description: Dies ist ein digital signierter Nachrichtenteil -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA+3cCI9/DnDzB9Vu0RAhvnAKCRnf2WBVhUTrU11y7jZvYlcxEYrwCgkzE/ emSxJcrzHpDF3eWIg1TU7t4= =p1ur -----END PGP SIGNATURE----- --=-WxyoC1yV3xZTRvxKZU30--