Your message dated Wed, 16 Jun 2004 09:09:56 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#254312: base-config: add a suffix to the file names of the menu 
items
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; 14 Jun 2004 09:19:32 +0000
>From [EMAIL PROTECTED] Mon Jun 14 02:19:32 2004
Return-path: <[EMAIL PROTECTED]>
Received: from vsmtp2alice.tin.it (vsmtp2.tin.it) [212.216.176.142] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BZncq-000369-00; Mon, 14 Jun 2004 02:19:32 -0700
Received: from [127.0.0.1] (80.182.37.71) by vsmtp2.tin.it (7.0.027)
        id 40CC2D4400050CA5; Mon, 14 Jun 2004 11:19:00 +0200
Message-ID: <[EMAIL PROTECTED]> (added by [EMAIL PROTECTED])
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Free Ekanayaka <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: base-config: add a suffix to the file names of the menu items
Bcc: Free Ekanayaka <[EMAIL PROTECTED]>
X-Mailer: reportbug 2.58
Date: Mon, 14 Jun 2004 09:20:23 +0200
Delivered-To: [EMAIL PROTECTED]
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=-5.4 required=4.0 tests=ADDR_FREE,BAYES_00,
        HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: base-config
Version: 2.21
Severity: wishlist


It would be useful to add a special suffix to the executable
files in /usr/lib/base-config/menu which will be considered
as menu entries.

For example we could have:

mta.cfg mta.mnu mta.tst

and then change the code in prep-menu accordingly:

find menu \( -type f -or -type l \) -perm -700 -printf '%f\n' | grep .cfg

This way it would be easier for other packages to customise base-config. For
example a package could provide a custom mta.cfg diverting the original file
to mta.cfg.distrib, and prep-menu will not include the .distrib file in the
menu. 

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-multimedia-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages base-config depends on:
ii  adduser                 3.52             Add and remove users and groups
ii  apt                     0.5.24           Advanced front-end for dpkg
ii  aptitude                0.2.14-3         curses-based apt frontend
ii  bsdutils                1:2.12-3         Basic utilities from 4.4BSD-Lite
ii  console-data            2002.12.04dbs-38 Keymaps, fonts, charset maps, fall
ii  console-tools           1:0.2.3dbs-52    Linux console and font utilities
ii  debconf                 1.4.25           Debian configuration management sy
ii  debianutils             2.8.1            Miscellaneous utilities specific t
ii  gettext-base            0.14.1-2         GNU Internationalization utilities
ii  passwd                  1:4.0.3-26       Change and administer password and

---------------------------------------
Received: (at 254312-done) by bugs.debian.org; 16 Jun 2004 09:09:02 +0000
>From [EMAIL PROTECTED] Wed Jun 16 02:09:02 2004
Return-path: <[EMAIL PROTECTED]>
Received: from eta.fastwebnet.it [213.140.2.50] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BaWPm-0006K7-00; Wed, 16 Jun 2004 02:09:02 -0700
Received: from localhost (37.244.89.42) by eta.fastwebnet.it (7.0.028)
        id 4096DB0E00C2B21B; Wed, 16 Jun 2004 11:08:27 +0200
To: Joey Hess <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Bug#254312: base-config: add a suffix to the file names of the menu items
References: <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
From: Free Ekanayaka <[EMAIL PROTECTED]>
Organization: AGNULA
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
Date: Wed, 16 Jun 2004 09:09:56 +0200
In-Reply-To: <[EMAIL PROTECTED]>
 (Joey Hess's message of "Mon, 14 Jun 2004 12:32:35 -0400")
Message-ID: <[EMAIL PROTECTED]>
Lines: 19
User-Agent: T-gnus/6.15.7 (based on Oort Gnus v0.08) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 
(Marutamachi) APEL/10.6 MULE XEmacs/21.4 (patch 6) (Common Lisp) (i386-debian-linux)
Delivered-To: [EMAIL PROTECTED]
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=-3.4 required=4.0 tests=ADDR_FREE,BAYES_00,
        HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

>>>>> On Mon, 14 Jun 2004 12:32:35 -0400, Joey Hess <[EMAIL PROTECTED]> said:

    Joey> [1 <text/plain; us-ascii (quoted-printable)>]
    Joey> Free Ekanayaka wrote:
    >> This way it would be easier for other packages to customise
    >> base-config. For example a package could provide a custom
    >> mta.cfg diverting the original file to mta.cfg.distrib, and
    >> prep-menu will not include the .distrib file in the menu.

    Joey> Not that I'm opposed to your idea, but you should be able to
    Joey> just divert the menu item to a different directory.

Yes true, and that's fine for me.

I'm closing the bug.

Thanks,

Free


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to