Gentoo Archives: gentoo-dev

From: Francesco Riosa <vivo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] baselayout-1.13 going into ~ARCH soon
Date: Mon, 06 Nov 2006 17:53:16
Message-Id: 454F762F.40409@gentoo.org
In Reply to: [gentoo-dev] baselayout-1.13 going into ~ARCH soon by Roy Marples
1 Roy Marples wrote:
2 [snip that change the meaning of the message ;]
3 >
4 > Ideas are welcome :)
5 >
6
7 need to jump net.lo in symlink tests fex as tested below:
8
9 for f in ${ROOT}etc/init.d/net.*; do
10 [[ "${f}" == "${ROOT}etc/init.d/net.lo" || -L ${f} ]] && continue
11 echo
12 einfo "WARNING: You have older net.* files in ${ROOT}etc/init.d/"
13 [...]
14
15 there is a bug where to report gotchas ?
16 --
17 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] baselayout-1.13 going into ~ARCH soon Roy Marples <uberlord@g.o>