directory etc/update-motd.d, debian/postinst:

- dropped motd message; unfortunately annoyed some people, LP: #680657
  - we still need a way to enable people who don't know about byobu
    to actually find it
This commit is contained in:
Dustin Kirkland 2010-11-29 14:57:05 -06:00
commit 80843978ef
2 changed files with 9 additions and 5 deletions

11
debian/changelog vendored
View file

@ -1,11 +1,12 @@
byobu (3.14) unreleased; urgency=low
byobu (3.14-0ubuntu1) natty; urgency=low
* debian/install, etc/update-motd.d/55-window-manager, === removed
directory etc/update-motd.d: dropped motd message; unfortunately
annoyed some people; we still need a way to expose byobu to people
who want it, but don't know what it's called, LP: #680657
directory etc/update-motd.d, debian/postinst:
- dropped motd message; unfortunately annoyed some people, LP: #680657
- we still need a way to enable people who don't know about byobu
to actually find it
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 29 Nov 2010 14:47:08 -0600
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 29 Nov 2010 14:54:31 -0600
byobu (3.13-0ubuntu1) natty; urgency=low

3
debian/postinst vendored
View file

@ -16,6 +16,9 @@ fi
# the divert removal to fail; we don't want that to happen
[ -e "/usr/bin/screen.real" ] && [ ! -e "/usr/bin/screen" ] && cp -a /usr/bin/screen.real /usr/bin/screen
# Remove the short-lived MOTD message
rm -f /etc/update-motd.d/55-window-manager
# Notify users that they should reload their profile
DIR="/var/run/screen"
if [ -d "$DIR" ]; then