Your message dated Mon, 11 Apr 2005 09:32:22 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#292740: fixed in linuxlogo 4.10-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; 29 Jan 2005 12:10:56 +0000
>From [EMAIL PROTECTED] Sat Jan 29 04:10:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailservice.tudelft.nl [130.161.131.5]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CurRI-000644-00; Sat, 29 Jan 2005 04:10:56 -0800
Received: from localhost (localhost [127.0.0.1])
by rav.antivirus (Postfix) with ESMTP id 3FC63223622;
Sat, 29 Jan 2005 13:10:25 +0100 (CET)
Received: from localhost (x123.decis.nl [130.161.177.123])
by mx0.tudelft.nl (Postfix) with ESMTP id 67502223612;
Sat, 29 Jan 2005 13:10:24 +0100 (CET)
Received: by localhost (Postfix, from userid 1001)
id 81FDB10D5FD; Sat, 29 Jan 2005 13:10:01 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Thomas Hood <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: linuxlogo: Please do not store files in /etc
X-Mailer: reportbug 3.2
Date: Sat, 29 Jan 2005 13:10:01 +0100
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new at tudelft.nl
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:
Package: linuxlogo
Version: 4.09-2
Severity: wishlist
/etc/init.d/linuxlogo writes the files issue.linuxlogo and
issue.linuxlogo.ascii to /etc/ at run time. This is one of very
few remaining obstacles to mounting the root filesystem read-only[0]
and is arguably a FHS violation. Fortunately there is a simple
solution which is to store the files under /var/ and symlink them
back to their old locations. Specifically, create the directory
/var/run/linuxlogo/ and create two symbolic links:
/etc/issue.linuxlogo -> /var/run/linuxlogo/issue
/etc/issue.linuxlogo.ascii -> /var/run/linuxlogo/issue.ascii
Of course the administrator can do this himself, but I see no
reason not to make this the default arrangement.
To implement this in the linuxlogo package, the following could be
done.
* Add /var/run/linuxlogo to dirs.
* Add code like the following to the beginning of the postinst script:
for F in issue.linuxlogo issue.linuxlogo.ascii ; do
if [ ! -L /etc/$F ] ; then
[ -e /etc/$F ] && mv -f /etc/$F /var/run/linuxlogo/$F
ln -sf /var/run/linuxlogo/$F /etc/$F
fi
done
This seems to be all that is necessary, although for cleanliness you
might want to modify the initscript too.
If the two files need to be preserved across reboots for some reason
then use /var/lib/linuxlogo/ instead of /var/run/linuxlogo/ and take
care to delete the files from /var/lib/linuxlogo/ in the postrm on
purge.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages linuxlogo depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
-- debconf information:
* linuxlogo/installation:
* linuxlogo/mode: Login
---------------------------------------
Received: (at 292740-close) by bugs.debian.org; 11 Apr 2005 13:38:04 +0000
>From [EMAIL PROTECTED] Mon Apr 11 06:38:03 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 1DKz75-0001sk-00; Mon, 11 Apr 2005 06:38:03 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DKz1a-00077i-00; Mon, 11 Apr 2005 09:32:22 -0400
From: Khalid El Fathi <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#292740: fixed in linuxlogo 4.10-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 11 Apr 2005 09:32:22 -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: 2
Source: linuxlogo
Source-Version: 4.10-1
We believe that the bug you reported is fixed in the latest version of
linuxlogo, which is due to be installed in the Debian FTP archive:
linuxlogo_4.10-1.diff.gz
to pool/main/l/linuxlogo/linuxlogo_4.10-1.diff.gz
linuxlogo_4.10-1.dsc
to pool/main/l/linuxlogo/linuxlogo_4.10-1.dsc
linuxlogo_4.10-1_i386.deb
to pool/main/l/linuxlogo/linuxlogo_4.10-1_i386.deb
linuxlogo_4.10.orig.tar.gz
to pool/main/l/linuxlogo/linuxlogo_4.10.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.
Khalid El Fathi <[EMAIL PROTECTED]> (supplier of updated linuxlogo 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: Sun, 10 Apr 2005 23:21:16 +0200
Source: linuxlogo
Binary: linuxlogo
Architecture: source i386
Version: 4.10-1
Distribution: unstable
Urgency: low
Maintainer: Khalid El Fathi <[EMAIL PROTECTED]>
Changed-By: Khalid El Fathi <[EMAIL PROTECTED]>
Description:
linuxlogo - Color ANSI System Logo
Closes: 202480 292740 294828 303981
Changes:
linuxlogo (4.10-1) unstable; urgency=low
.
* New upstream release (Closes: #303981).
* Added patch "Patch to improve initscript output", thanks to Thomas Hood
<[EMAIL PROTECTED]> (Closes: #294828).
* Added patch "Don't display the logo on upgrade", thanks to Thomas Hood
<[EMAIL PROTECTED]> (Closes: #202480).
* Moved files /etc/issue.linuxlogo /etc/issue.linuxlogo.ascii under
/var/run/linuxlogo and create symlink in /etc (Closes: #292740).
Files:
583b4bf3db3139a10c6293b6f69c9c7e 579 misc extra linuxlogo_4.10-1.dsc
aaead3dc3c8e1d02c7b5fed19ebb151d 89906 misc extra linuxlogo_4.10.orig.tar.gz
5809cdd9297b03bce9454a1a796e36bb 12268 misc extra linuxlogo_4.10-1.diff.gz
3f918fa4d962dedc84a12a3b81ec6ce0 59204 misc extra linuxlogo_4.10-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCWngKw3ao2vG823MRAhL2AJ9zTR79uGhnB1AT38jNCSqSMgI8NgCcCqqC
8aEDJPQXVIVhOW1iJSINnZA=
=pOoh
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]