If no one has any objections, I'm going to close this bug report for two
reasons.  Firstly, it relates to the transition from ulogd to ulogd2
which took place in Jessie, and so it shouldn't be relevant anymore.
Additionally, I believe that it was fixed by this change:

  --- a/debian/ulogd2.postinst
  +++ b/debian/ulogd2.postinst
  @@ -17,5 +17,17 @@ if [ -x "/etc/init.d/ulogd" ]; then
          update-rc.d -f ulogd remove >/dev/null
   fi

  +case "$1" in
  +configure)
  +       # Set ownership and permissions on /var/log/ulog for new installs or
  +       # upgrades from << 2.0.5-5
  +       if dpkg --compare-versions "$2" lt '2.0.5-5~'; then
  +               mkdir -p /var/log/ulog
  +               chown ulog:adm /var/log/ulog
  +               chmod u=rwx,g=rx,o= /var/log/ulog
  +       fi
  +       ;;
  +esac
  +
   #DEBHELPER#

which was introduced in 2.0.5-5 to fix:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846843

J.

Attachment: signature.asc
Description: PGP signature

Reply via email to