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. <[EMAIL PROTECTED]> +EOF +fi _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
