mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
byobu-janitor: do not fail on optional sed replacement, LP: #408945
[ Scott Moser ] Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
62aced90bb
commit
ed639d4728
2 changed files with 6 additions and 2 deletions
|
@ -53,7 +53,7 @@ if [ -d "$HOME/.$OLDPKG" ] && [ ! -e "$HOME/.$PKG" ]; then
|
||||||
byobu-select-profile -s "$profile" >/dev/null 2>&1 || byobu-select-profile -s "$DEFAULT_PROFILE" >/dev/null 2>&1
|
byobu-select-profile -s "$profile" >/dev/null 2>&1 || byobu-select-profile -s "$DEFAULT_PROFILE" >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
# Replace all instances of the old package name with the new
|
# Replace all instances of the old package name with the new
|
||||||
sed -i "s/$OLDPKG/$PKG/g" "$HOME/.$PKG"/*
|
sed -i "s/$OLDPKG/$PKG/g" "$HOME/.$PKG"/* || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Affects: First runs with no configuration
|
# Affects: First runs with no configuration
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,13 +1,17 @@
|
||||||
byobu (2.25) unreleased; urgency=low
|
byobu (2.25) unreleased; urgency=low
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
* hostname, ip_address, mem_available: make sure statusrc exists
|
* hostname, ip_address, mem_available: make sure statusrc exists
|
||||||
before sourcing it, LP: #407478
|
before sourcing it, LP: #407478
|
||||||
* temp_f, temp_c: use degree character
|
* temp_f, temp_c: use degree character
|
||||||
* release, logo: default the logo and release to Byobu, if undetermined
|
* release, logo: default the logo and release to Byobu, if undetermined
|
||||||
|
|
||||||
|
[ Scott Moser ]
|
||||||
* debian/source_byobu.py: invoke ls command allowing for shell expansion,
|
* debian/source_byobu.py: invoke ls command allowing for shell expansion,
|
||||||
LP: #408936
|
LP: #408936
|
||||||
|
* byobu-janitor: do not fail on optional sed replacement, LP: #408945
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 05 Aug 2009 12:24:14 +0100
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 05 Aug 2009 12:27:16 +0100
|
||||||
|
|
||||||
byobu (2.24-0ubuntu1) karmic; urgency=low
|
byobu (2.24-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue