|
|
Re: Re: livecd-stage1 pkgconfig: msg#00140
|
Subject: |
Re: Re: livecd-stage1 pkgconfig |
On Jul 14, 2005, at 8:52 PM, Christophe PEREZ wrote:
another small improvement could be :
--- livecd-bashrc.orig 2005-07-14 20:44:56.000000000 -0400
+++ livecd-bashrc 2005-07-14 20:45:32.000000000 -0400
@@ -8,7 +8,7 @@
then
rm -f /etc/startx
##STARTX
- cat /etc/motd
+ [ -f /etc/motd ] && cat /etc/motd
fi
fi
fi
to avoid the error message, if you want.
I added this. You shouldn't ever get an error message on any of our
release stuff, but I could see it on non-release stuff. Anyway, I
think I'll be rolling up catalyst 1.1.10.5 either tonight or
tomorrow... so if you have anything else, get it to me now... :P
|
| |