* screen-launcher: drop santizer code; no longer necessary; handled by the

screen wrapper, and screen patched to ignore missing sourced files.
This commit is contained in:
Dustin Kirkland 2009-02-27 10:48:03 -06:00
commit 5cfb8e95bb
2 changed files with 3 additions and 8 deletions

4
debian/changelog vendored
View file

@ -9,8 +9,10 @@ screen-profiles (1.29) UNRELEASED; urgency=low
* screen: added a hack to move ~/.screenrc-* into ~/.screen-profiles/*; * screen: added a hack to move ~/.screenrc-* into ~/.screen-profiles/*;
this hack should be removed after Jaunty GA (only affects upgrading this hack should be removed after Jaunty GA (only affects upgrading
Alpha users) Alpha users)
* screen-launcher: drop santizer code; no longer necessary; handled by the
screen wrapper, and screen patched to ignore missing sourced files.
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 27 Feb 2009 09:54:38 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 27 Feb 2009 10:40:14 -0600
screen-profiles (1.28-0ubuntu1) jaunty; urgency=low screen-profiles (1.28-0ubuntu1) jaunty; urgency=low

View file

@ -18,13 +18,6 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# Sanitize the local user's setup
for i in ".screenrc-keybindings" ".screenrc-windows"; do
if [ ! -e "$HOME/$i" ]; then
touch "$HOME/$i"
fi
done
# Launch screen # Launch screen
if [ "$TERM" != "screen" ]; then if [ "$TERM" != "screen" ]; then
screen -xRR screen -xRR