Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, matsuu@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-misc/scponly: ChangeLog scponly-4.6-r3.ebuild
Date: Wed, 12 Dec 2007 07:46:18
Message-Id: 20071212074331.GJ31432@supernova
1 On 16:18 Tue 11 Dec , Matsuu Takuto (matsuu) wrote:
2 > 1.1 net-misc/scponly/scponly-4.6-r3.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/scponly/scponly-4.6-r3.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/scponly/scponly-4.6-r3.ebuild?rev=1.1&content-type=text/plain
6
7 > pkg_config() {
8 > # pkg_postinst is based on ${S}/setup_chroot.sh.
9 >
10 > einfo "Updating /etc/shells"
11 > { grep -v "^/usr/bin/scponly$" /etc/shells;
12 > echo "/usr/bin/scponly"
13 > } > "${T}"/shells
14 > cp "${T}"/shells /etc/shells
15 >
16 > { grep -v "^/usr/sbin/scponlyc$" /etc/shells;
17 > echo "/usr/sbin/scponlyc"
18 > } > "${T}"/shells
19 > cp "${T}"/shells /etc/shells
20
21 This should get submitted to baselayout for inclusion in the installed
22 /etc/shells file.
23
24 Thanks,
25 Donnie
26 --
27 gentoo-dev@g.o mailing list