Import patches-unapplied version 2.289 to ubuntu/vivid-proposed

Imported using git-ubuntu import.

Changelog parent: 898c13bafe

New changelog entries:
  * add info about /var/log ownership so it ends up in the ubuntu-touch build
    logs
impish
Oliver Grawert 10 years ago committed by usd-importer
parent 898c13bafe
commit 9efe2723ef

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.289) vivid; urgency=medium
* add info about /var/log ownership so it ends up in the ubuntu-touch build
logs
-- Oliver Grawert <ogra@ubuntu.com> Tue, 03 Mar 2015 15:10:07 +0100
livecd-rootfs (2.288) vivid; urgency=low
[ Michael Vogt ]

@ -298,7 +298,9 @@ mkdir -p /var/lib/usermetrics
chown usermetrics:usermetrics /var/lib/usermetrics
chmod 750 /var/lib/usermetrics
chgrp syslog /var/log
echo "adjusting ownership of /var/log" >&2
chown root:syslog /var/log
ls -ln /var | grep log >&2
# Record the current state for later comparison
for file in /etc/passwd /etc/shadow /etc/group /etc/gshadow; do

@ -49,4 +49,7 @@ if [ -n "$ERRCNT" ]; then
exit 1
fi
echo "ownership of /var/log after build:" >&2
ls -ln /var| grep log >&2
rm /etc/passwd.orig /etc/shadow.orig /etc/group.orig /etc/gshadow.orig

Loading…
Cancel
Save