[pkg-netfilter-team] Bug#731638: Proposal to close

Jeremy Sowden jeremy at azazel.net
Tue Dec 13 15:52:06 GMT 2022


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-netfilter-team/attachments/20221213/f302ed93/attachment.sig>


More information about the pkg-netfilter-team mailing list