Debian bug report logs - #615
bind uses old /etc/rc.misc directory
Package: bind; Reported by: iwj10@cus.cam.ac.uk (Ian Jackson); 92 days old.
Message received at debian-bugs:
From thor.cam.ac.uk!iwj10 Mon Mar 20 09:51:40 1995
Return-Path: <iwj10@thor.cam.ac.uk>
Received: from pixar.com by mongo.pixar.com with smtp
(Smail3.1.28.1 #15) id m0rqlcB-0002DEC; Mon, 20 Mar 95 09:51 PST
Received: from hammer.thor.cam.ac.uk by pixar.com with SMTP id AA02993
(5.65c/IDA-1.4.4 for <debian-bugs@pixar.com>); Mon, 20 Mar 1995 09:51:30 -0800
Received: by hammer.thor.cam.ac.uk
(Smail-3.1.29.0 #71) id m0rqlby-000Jf5C; Mon, 20 Mar 95 17:51 GMT
Message-Id: <m0rqlby-000Jf5C@hammer.thor.cam.ac.uk>
Date: Mon, 20 Mar 95 17:51 GMT
Sender: iwj10@thor.cam.ac.uk (Ian Jackson)
From: iwj10@cus.cam.ac.uk (Ian Jackson)
To: debian-bugs@pixar.com
Subject: bind uses old /etc/rc.misc directory
Package: bind
Version: 4.9.3-BETA17-1
The bind package installs /etc/rc.misc/named. This should migrate to
/etc/init.d/named. I wrote one - here it is:
#!/bin/sh
# Start/stop the nameserver.
test -f /usr/sbin/named || exit 0
case "$1" in
start) start-stop-daemon --start --verbose --exec /usr/sbin/named ;;
stop) start-stop-daemon --stop --verbose --exec /usr/sbin/named ;;
*) echo "Usage: /etc/init.d/named start|stop"; exit 1 ;;
esac
exit 0
Appropriate changes should be added to the postinst - in particular,
update-rc.d should be called to install links in /etc/rc?.d/*.
The contents of /etc/rc.misc/named are commented out atm - see my
earlier message, where I said I think it should be installed and
started by default.
Ian.
Message sent:
From: iwj10@thor.cam.ac.uk (Ian Jackson)
To: iwj10@cus.cam.ac.uk (Ian Jackson)
Subject: Bug#615: Acknowledgement (was: bind uses old /etc/rc.misc directory)
In-Reply-To: <m0rqlby-000Jf5C@hammer.thor.cam.ac.uk>
References: <m0rqlby-000Jf5C@hammer.thor.cam.ac.uk>
Thank you for the problem report you have sent regarding Debian GNU/Linux.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers' mailing list for
their attention; they will reply in due course.
If you wish to submit further information on your problem, please send
it to debian-bugs@pixar.com, but please ensure that the Subject
line of your message starts with "Bug#615" or "Re: Bug#615" so that
we can identify it as relating to the same problem.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, debian-bugs)
Message sent to debian-devel@pixar.com:
Subject: Bug#615: bind uses old /etc/rc.misc directory
Reply-To: iwj10@cus.cam.ac.uk (Ian Jackson), debian-bugs@pixar.com
Orignal-Sender: iwj10@thor.cam.ac.uk (Ian Jackson)
Resent-To: debian-devel@pixar.com
Resent-From: iwj10@cus.cam.ac.uk (Ian Jackson)
Resent-Sender: iwj10@cus.cam.ac.uk
Resent-Date: Mon, 20 Mar 1995 18:03:03 GMT
Resent-Message-ID: <debian-bugs-handler.615.032017583915406@pixar.com>
X-Debian-PR-Package: bind
X-Debian-PR-Keywords:
Received: via spool for debian-bugs; Mon, 20 Mar 1995 18:03:03 GMT
Received: with rfc822 via encapsulated-mail id 032017583915406;
Mon, 20 Mar 1995 17:58:40 GMT
Received: from pixar.com by mongo.pixar.com with smtp
(Smail3.1.28.1 #15) id m0rqlcB-0002DEC; Mon, 20 Mar 95 09:51 PST
Received: from hammer.thor.cam.ac.uk by pixar.com with SMTP id AA02993
(5.65c/IDA-1.4.4 for <debian-bugs@pixar.com>); Mon, 20 Mar 1995 09:51:30 -0800
Received: by hammer.thor.cam.ac.uk
(Smail-3.1.29.0 #71) id m0rqlby-000Jf5C; Mon, 20 Mar 95 17:51 GMT
Message-Id: <m0rqlby-000Jf5C@hammer.thor.cam.ac.uk>
Date: Mon, 20 Mar 95 17:51 GMT
Sender: iwj10@thor.cam.ac.uk (Ian Jackson)
From: iwj10@cus.cam.ac.uk (Ian Jackson)
To: debian-bugs@pixar.com
Package: bind
Version: 4.9.3-BETA17-1
The bind package installs /etc/rc.misc/named. This should migrate to
/etc/init.d/named. I wrote one - here it is:
#!/bin/sh
# Start/stop the nameserver.
test -f /usr/sbin/named || exit 0
case "$1" in
start) start-stop-daemon --start --verbose --exec /usr/sbin/named ;;
stop) start-stop-daemon --stop --verbose --exec /usr/sbin/named ;;
*) echo "Usage: /etc/init.d/named start|stop"; exit 1 ;;
esac
exit 0
Appropriate changes should be added to the postinst - in particular,
update-rc.d should be called to install links in /etc/rc?.d/*.
The contents of /etc/rc.misc/named are commented out atm - see my
earlier message, where I said I think it should be installed and
started by default.
Ian.
Ian Jackson /
iwj10@thor.cam.ac.uk,
with the debian-bugs tracking mechanism