* byobu-export: tar files with owner/group as root/root, LP: #371025

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-05-14 00:56:11 -05:00
commit f423285213
2 changed files with 3 additions and 2 deletions

View file

@ -239,7 +239,7 @@ sed -i "s:.$PKG/profile\":\.screenrc\":" "$PROFILE"
sed -i "s:^bindkey -k k9 screen -t help:#bindkey -k k9 screen -t help:" "$PROFILE"
# tar up the results
tar -zcf "$file" -C "$DIR" . || error "Could not create archive"
tar --owner=root --group=root -zcf "$file" -C "$DIR" . || error "Could not create archive"
echo
echo "Success!"

3
debian/changelog vendored
View file

@ -12,12 +12,13 @@ byobu (2.4) unreleased; urgency=low
colors look bad on the light* profiles
* bin/ip-address: hostname -i doesn't always work, use ifconfig
instead, LP: #376080
* byobu-export: tar files with owner/group as root/root, LP: #371025
* debian/control: suggest vim, for better handling of status details
[ David Duffey ]
* rpm/byobu.spec: initial specfile for RH packaging
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 13 May 2009 23:08:39 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 May 2009 00:55:35 -0500
byobu (2.3-0ubuntu1) karmic; urgency=low