ppcrcd/trunk/conf.dir/etc/bashrc
sparky
cvs at pld-linux.org
Thu Aug 10 03:01:59 CEST 2006
Author: sparky
Date: Thu Aug 10 03:01:56 2006
New Revision: 7650
Modified:
ppcrcd/trunk/conf.dir/etc/bashrc
Log:
- welcome message, needs extending
Modified: ppcrcd/trunk/conf.dir/etc/bashrc
==============================================================================
--- ppcrcd/trunk/conf.dir/etc/bashrc (original)
+++ ppcrcd/trunk/conf.dir/etc/bashrc Thu Aug 10 03:01:56 2006
@@ -35,3 +35,15 @@
echo
echo "Welcome to PPCRCD !"
echo
+if [ "$(resolvesymlink /proc/self/fd/0)" = "/dev/tty1" ] && \
+ [ ! -r /tmp/welcome ]; then
+ touch /tmp/welcome
+cat << 'EOF'
+ If this is first time you run PPCRCD you probably would like to read some
+documentation. To do so, type 'elinks documentation.html'.
+ If you have any bug-report or some wishlist mail me.
+
+ Enjoy !
+ -- Sparky. <sparky at pld-linux.org>
+EOF
+fi
More information about the pld-cvs-commit
mailing list