add a message about cleanup hacks that should be removed later

This commit is contained in:
Dustin Kirkland 2009-02-11 08:23:05 -06:00
commit fe4586b7b9

5
screen
View file

@ -30,8 +30,13 @@
# Ensure that the user's .screenrc at least exists
[ -r "$HOME/.screenrc" ] || touch "$HOME/.screenrc"
##########################################################################
# The following hacks should be removed when Jaunty goes Beta
# Prevent recursion; .screenrc should no longer source .screenrc-profile
sed -i '/^source .*\.screenrc-profile$/d' $HOME/.screenrc
# .screenrc-windows should no longer reference screen-profiles-helper
sed -i 's/screen-profiles-helper/screen-profiles/' $HOME/.screenrc-windows
##########################################################################
# Now let's execute screen!
exec /usr/bin/screen.real -c "$HOME/.screenrc-profile" "$@"