mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* debian/postinst: can't assume a group named for the user, LP: #391722
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
4ec4814925
commit
510ba14b21
2 changed files with 4 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
|||
byobu (2.17) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* debian/postinst: can't assume a group named for the user, LP: #391722
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 23 Jun 2009 14:50:24 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 24 Jun 2009 12:44:29 -0500
|
||||
|
||||
byobu (2.16-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -12,7 +12,8 @@ DIR="/var/run/screen"
|
|||
for d in $(ls "$DIR"); do
|
||||
touch "$DIR/$d/$PKG.reload-required"
|
||||
u=$(echo "$d" | sed "s:^S-::")
|
||||
chown $u:$u "$DIR/$d/$PKG.reload-required"
|
||||
chown $u "$DIR/$d/$PKG.reload-required"
|
||||
chmod 700 "$DIR/$d/$PKG.reload-required"
|
||||
done
|
||||
|
||||
#DEBHELPER#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue