mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
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:
parent
a57872d853
commit
80843978ef
2 changed files with 9 additions and 5 deletions
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -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
3
debian/postinst
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue