Gentoo Archives: gentoo-catalyst

From: Christophe PEREZ <christophe.perez@×××××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
Date: Fri, 15 Jul 2005 00:52:32
Message-Id: pan.2005.07.15.00.52.14.485284@novazur.fr
In Reply to: Re: [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig by Chris Gianelloni
1 another small improvement could be :
2
3 --- livecd-bashrc.orig 2005-07-14 20:44:56.000000000 -0400
4 +++ livecd-bashrc 2005-07-14 20:45:32.000000000 -0400
5 @@ -8,7 +8,7 @@
6 then
7 rm -f /etc/startx
8 ##STARTX
9 - cat /etc/motd
10 + [ -f /etc/motd ] && cat /etc/motd
11 fi
12 fi
13 fi
14
15 to avoid the error message, if you want.
16
17 --
18 Christophe PEREZ
19 --
20 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig Chris Gianelloni <wolf31o2@g.o>