From 778b080b9f9fc68ebf28b2bacb40629b63c73bf0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 9 Aug 2009 21:03:59 -0400 Subject: Overwrite .cshrc and .profile --- tmp/post_upgrade_command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmp') diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command index ae29a50..a2fb94e 100755 --- a/tmp/post_upgrade_command +++ b/tmp/post_upgrade_command @@ -28,7 +28,7 @@ if [ $KERNELTYPE = "UP" ]; then fi # Detect interactive logins and display the shell -echo "if [ \`env | grep SSH_TTY | wc -l\` -gt 0 ] || [ \`env | grep cons25 | wc -l\` -gt 0 ]; then" >> $CVS_CO_DIR/root/.shrc +echo "if [ \`env | grep SSH_TTY | wc -l\` -gt 0 ] || [ \`env | grep cons25 | wc -l\` -gt 0 ]; then" > $CVS_CO_DIR/root/.shrc echo " /etc/rc.initial" >> $CVS_CO_DIR/root/.shrc echo " exit" >> $CVS_CO_DIR/root/.shrc echo "fi" >> $CVS_CO_DIR/root/.shrc -- cgit v1.1