Package: rsyslog
Version: 5.8.6-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu raring ubuntu-patch

Dear Maintainer,

*** /tmp/tmphw7Pyr/bug_body

In Ubuntu, the attached patch was applied to achieve the following:


  * debian/rsyslog.postinst: fix ownership of /var/spool/rsyslog (LP: #1075901)


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal-proposed'), (500, 'quantal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-18-generic (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'

=== modified file 'debian/rsyslog.postinst'
--- debian/rsyslog.postinst	2011-11-07 13:54:56 +0000
+++ debian/rsyslog.postinst	2012-11-13 00:15:02 +0000
@@ -25,6 +25,9 @@
 
 	adduser --system --group --no-create-home --quiet syslog || true
 
+	# fix ownership of work directory (LP: #1075901)
+	chown syslog:adm /var/spool/rsyslog
+
 	# /run transition (see #633036)
 	if dpkg --compare-versions "$2" lt "5.8.2-2"; then
 		rm -f /lib/init/rw/sendsigs.omit.d/rsyslog

Reply via email to