Project

General

Profile

« Previous | Next » 

Revision 778b080b

Added by Scott Ullrich almost 16 years ago

Overwrite .cshrc and .profile

View differences:

tmp/post_upgrade_command
28 28
fi
29 29

  
30 30
# Detect interactive logins and display the shell
31
echo "if [ \`env | grep SSH_TTY | wc -l\` -gt 0 ] || [ \`env | grep cons25 | wc -l\` -gt 0 ]; then" >> $CVS_CO_DIR/root/.shrc
31
echo "if [ \`env | grep SSH_TTY | wc -l\` -gt 0 ] || [ \`env | grep cons25 | wc -l\` -gt 0 ]; then" > $CVS_CO_DIR/root/.shrc
32 32
echo "        /etc/rc.initial" >> $CVS_CO_DIR/root/.shrc
33 33
echo "        exit" >> $CVS_CO_DIR/root/.shrc
34 34
echo "fi" >> $CVS_CO_DIR/root/.shrc

Also available in: Unified diff