[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#249608: marked as done (prebaseconfig: Chgrp cdrom for IDE CD device)



Your message dated Tue, 25 May 2004 15:47:05 -0400
with message-id <E1BShtB-0000id-00@newraff.debian.org>
and subject line Bug#249608: fixed in prebaseconfig 0.66
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; 18 May 2004 13:06:25 +0000
>From kmuto@debian.org Tue May 18 06:06:25 2004
Return-path: <kmuto@debian.org>
Received: from orochi.topstudio.co.jp (mail.topstudio.co.jp) [202.224.239.193] (postfix)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BQ4Ib-0004DZ-00; Tue, 18 May 2004 06:06:25 -0700
Received: from localhost (localhost [127.0.0.1])
	by mail.topstudio.co.jp (Postfix) with ESMTP id 1FA99222F41
	for <submit@bugs.debian.org>; Tue, 18 May 2004 22:06:23 +0900 (JST)
Received: from mail.topstudio.co.jp ([127.0.0.1])
	by localhost (hydra [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
	id 27146-08 for <submit@bugs.debian.org>;
	Tue, 18 May 2004 22:06:23 +0900 (JST)
Received: from hellhound (orochi.topstudio.co.jp [202.224.239.193])
	by mail.topstudio.co.jp (Postfix) with ESMTP id EC04A222EF2
	for <submit@bugs.debian.org>; Tue, 18 May 2004 22:06:22 +0900 (JST)
Received: by hellhound (Postfix, from userid 1000)
	id 73328214094; Tue, 18 May 2004 22:06:22 +0900 (JST)
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: prebaseconfig: Chgrp cdrom for IDE CD device
X-Debbugs-CC: Kenshi Muto <kmuto@debian.org>
From: Kenshi Muto <kmuto@debian.org>
User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 MULE XEmacs/21.4 (patch 15) (Security Through Obscurity) (i386-debian-linux)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
Message-Id: <[🔎] 20040518130622.73328214094@hellhound>
Date: Tue, 18 May 2004 22:06:22 +0900 (JST)
X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at topstudio.co.jp
X-BadReturnPath: kmuto@hellhound.kmuto.org rewritten as kmuto@debian.org
  using "From" header
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: prebaseconfig
Severity: wishlist
Version: 0.66cvs
Tags: patch

Hi,
I found IDE CD device was set as group 'disk' still, not
'cdrom' even if I installed from IDE CD.
Of couse users can mount because 'user' option is defined at
/etc/fstab, but it is more friendly to set group 'cdrom' on this
device file for CD writer software.

I created a patch. How about this?

--- prebaseconfig.d/90prepare-base-config       (revision 15611)
+++ prebaseconfig.d/90prepare-base-config       (working copy)
@@ -62,3 +62,4 @@
 if [ -n "$CDDEV" ] && [ -e "/target/$CDDEV" ]; then
        ln -s "$CDDEV" /target/dev/cdrom
 fi
+[ -n "$CDDEV" ] && chown 0:24 /target$CDDEV

---------------------------------------
Received: (at 249608-close) by bugs.debian.org; 25 May 2004 19:53:02 +0000
>From katie@ftp-master.debian.org Tue May 25 12:53:02 2004
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 1BShyv-0005fW-00; Tue, 25 May 2004 12:53:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BShtB-0000id-00; Tue, 25 May 2004 15:47:05 -0400
From: Joey Hess <joeyh@debian.org>
To: 249608-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#249608: fixed in prebaseconfig 0.66
Message-Id: <E1BShtB-0000id-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 25 May 2004 15:47:05 -0400
Delivered-To: 249608-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(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_2004_03_25
X-Spam-Level: 

Source: prebaseconfig
Source-Version: 0.66

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

prebaseconfig_0.66.dsc
  to pool/main/p/prebaseconfig/prebaseconfig_0.66.dsc
prebaseconfig_0.66.tar.gz
  to pool/main/p/prebaseconfig/prebaseconfig_0.66.tar.gz
prebaseconfig_0.66_all.udeb
  to pool/main/p/prebaseconfig/prebaseconfig_0.66_all.udeb



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 249608@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (supplier of updated prebaseconfig 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: Tue, 25 May 2004 15:30:08 -0300
Source: prebaseconfig
Binary: prebaseconfig
Architecture: source all
Version: 0.66
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
Description: 
 prebaseconfig - Finish the installation and reboot (udeb)
Closes: 249608
Changes: 
 prebaseconfig (0.66) unstable; urgency=low
 .
   * Christian Perrier
     - Fixed ellipsis in templates
   * Kenshi Muto
     - Modify /dev/hd* group to 'cdrom' when it is used as CD drive.
       (Closes: Bug#249608)
   * Updated translations:
     - Italian (it.po) by Stefano Melchior
     - Polish (pl.po) by Bartosz Fenski
     - Russian (ru.po) by Yuri Kozlov
Files: 
 a5a10f24f9a6b50305a17b5823ff9e3b 741 debian-installer required prebaseconfig_0.66.dsc
 327e3c3ced97ea9d0c701dbc904e623a 35609 debian-installer required prebaseconfig_0.66.tar.gz
 c242c05d141806e00e7a11ac9059965c 14900 debian-installer required prebaseconfig_0.66_all.udeb
package-type: udeb

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

iD8DBQFAs5MEic1LIWB1WeYRAlTQAJ9MoCSXj6ecY8w+azRVBWw4V5jmlACgqGBa
5JHNAZwTlhXN/gE7OX3rwcE=
=Yyms
-----END PGP SIGNATURE-----



Reply to: