Gentoo Archives: gentoo-dev

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] the upcoming ppp ebuild need to remove files from /etc
Date: Mon, 21 Nov 2005 11:50:16
Message-Id: 4381B3E2.6090107@gentoo.org
In Reply to: [gentoo-dev] the upcoming ppp ebuild need to remove files from /etc by Alin Nastac
1 Alin Nastac wrote:
2 > Hi gang,
3 >
4 > The new ppp ebuild should erase /etc/conf.d/net.ppp0 and
5 > /etc/init.d/net.ppp0 installed by previous versions of net-dialup/ppp.
6 > The upcoming sys-apps/baselayout-1.12.0_pre11 will be able to handle any
7 > kind of PPP links.
8 >
9 > What would be the best way of doing this?
10
11 I suggest you install dummy files.
12
13 start() {
14 einfo "This init script is deprecated and you can"
15 einfo "safely remove it from the default runlevel."
16 }
17
18 Also when doing etc-update/dispatch-conf over the conf.d file users will
19 see that the file is deprecated. Then you can just drop installing the
20 files in the next version.
21
22 Regards,
23 Petteri

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] the upcoming ppp ebuild need to remove files from /etc Georgi Georgiev <chutz@×××.net>