Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, dsd@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/sandbox: ChangeLog sandbox-1.2.18.1-r1.ebuild
Date: Thu, 18 Oct 2007 01:04:38
Message-Id: 20071018005129.GE5699@supernova
1 On 15:55 Wed 17 Oct , Daniel Drake (dsd) wrote:
2 > 1.1 sys-apps/sandbox/sandbox-1.2.18.1-r1.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.1-r1.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sandbox/sandbox-1.2.18.1-r1.ebuild?rev=1.1&content-type=text/plain
6
7 > keepdir /var/log/sandbox
8 > fowners root:portage /var/log/sandbox
9 > fperms 0770 /var/log/sandbox
10 >
11 > cd ${S}
12 > dodoc AUTHORS ChangeLog NEWS README
13 > }
14 >
15 > pkg_preinst() {
16 > chown root:portage ${D}/var/log/sandbox
17 > chmod 0770 ${D}/var/log/sandbox
18 > }
19
20 How come you need to repeat the permissions like this?
21
22 Also, quoting. =)
23
24 Thanks,
25 Donnie
26 --
27 gentoo-dev@g.o mailing list

Replies