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

Bug#3066: a.out binaries in various packages



Package: nas
Version 1.2p2-1

On Mon, 20 May 1996, Michael Nonweiler wrote:

>
> On Mon, 20 May 1996, Craig Sanders wrote:
> > ii  tripwire        1.2-0          a file and directory integrity checker.
> 1.2-1 is ELF.
>
> > ii  trn             3.6-4          Threaded USENET news reader, based on rn
> and I'll add:
> >     nas             1.2p2-1        The Network Audio System (NAS)
>
> I believe both trn and nas have been orphaned.
>
> I've recompiled them both myself for my own use.  Would it be acceptable
> for me to upload fixed versions of these packages, without actually taking
> Maintainer responsibility for them?
>
> I'd put my name in the Maintainer field in the package, but I'd make sure
> they stayed on Sven's list of packages that are looking for a maintainer.

If you upload a new version of nas, could you fix its /etc/init.d/nas
file? Right now it looks like this:

#! /bin/sh
# /etc/init.d/nas: start or stop the Network Audio System.

. /etc/init.d/functions

test -x /usr/bin/X11/auvoxware

[etc]

1. The '.' line is obsolete.

2. The test line should read

test -f /usr/bin/X11/auvoxware || exit 0

or something like that...

   Christian

PS Hmm... Would it be better to test for -f or for -x in the init.d
files??



Reply to: