Your message dated Fri, 28 Oct 2016 22:36:18 +0000
with message-id <e1c0fl4-0004rb...@franck.debian.org>
and subject line Bug#771239: fixed in radvd 1:2.15-1.2
has caused the Debian Bug report #771239,
regarding adds a dpkg-statoverride for /var/run
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771239
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: radvd
Version: 1:1.8.5-1
Severity: normal
Tags: patch

When installing radvd one is greeted with:

| ...
| Setting up radvd (1:1.9.1-1.3) ...
| dpkg-statoverride: warning: --update given but /var/run/radvd does not exist
| ...

Full log at:
https://piuparts.debian.org/sid/pass/radvd_1:1.9.1-1.3.log

This warning is emitted, because the radvd package no longer ships that
directory to comply with Debian policy section 9.1.4. The directory is
now created by the init script. Therefore the statoverride should also
go away as it does not have any effect besides printing a warning. The
statoverride also violates the spirit of policy 9.1.4.

I am attaching a patch for your convenience.

Helmut
diff -Nru radvd-1.9.1/debian/changelog radvd-1.9.1/debian/changelog
--- radvd-1.9.1/debian/changelog        2014-08-05 17:47:20.000000000 +0200
+++ radvd-1.9.1/debian/changelog        2014-11-27 22:49:38.000000000 +0100
@@ -1,3 +1,10 @@
+radvd (1:1.9.1-1.4) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove dpkg-statoverride for non-existent /var/run/radvd. Closes: #-1
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 27 Nov 2014 22:43:25 +0100
+
 radvd (1:1.9.1-1.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru radvd-1.9.1/debian/radvd.postinst radvd-1.9.1/debian/radvd.postinst
--- radvd-1.9.1/debian/radvd.postinst   2011-12-07 18:23:31.000000000 +0100
+++ radvd-1.9.1/debian/radvd.postinst   2014-11-27 22:42:30.000000000 +0100
@@ -7,8 +7,8 @@
     adduser --quiet --system --no-create-home --home /var/run/radvd radvd
   fi
   for i in /var/run/radvd; do
-    if ! dpkg-statoverride --list $i >/dev/null; then
-      dpkg-statoverride --update --add radvd root 4755 $i
+    if dpkg-statoverride --list $i >/dev/null; then
+      dpkg-statoverride --remove $i
     fi
   done
 fi
diff -Nru radvd-1.9.1/debian/radvd.postrm radvd-1.9.1/debian/radvd.postrm
--- radvd-1.9.1/debian/radvd.postrm     2011-12-07 18:23:31.000000000 +0100
+++ radvd-1.9.1/debian/radvd.postrm     2014-11-27 22:41:29.000000000 +0100
@@ -5,5 +5,7 @@
 #DEBHELPER#
 
 if [ "$1" = purge ]; then
-  dpkg-statoverride --remove /var/run/radvd
+  if dpkg-statoverride --list /var/run/radvd >/dev/null; then
+    dpkg-statoverride --remove /var/run/radvd
+  fi
 fi

--- End Message ---
--- Begin Message ---
Source: radvd
Source-Version: 1:2.15-1.2

We believe that the bug you reported is fixed in the latest version of
radvd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 771...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Geert Stappers <stapp...@debian.org> (supplier of updated radvd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 28 Oct 2016 22:35:22 +0200
Source: radvd
Binary: radvd
Architecture: source armhf
Version: 1:2.15-1.2
Distribution: unstable
Urgency: medium
Maintainer: Ghe Rivero <g...@debian.org>
Changed-By: Geert Stappers <stapp...@debian.org>
Description:
 radvd      - Router Advertisement Daemon
Closes: 771239
Changes:
 radvd (1:2.15-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Remove dpkg-statoverride for non-existent /var/run/radvd. Closes: #771239
     Thanks Helmut Grohne
Checksums-Sha1:
 7ed088ac361c5cf4dc3c355ddedd00d630ff9442 1802 radvd_2.15-1.2.dsc
 ac3e7aaf76e2746548edbed5098435a7054f15ea 12568 radvd_2.15-1.2.debian.tar.xz
 c68e07cc66131b25116a628199c2953e9d722add 117242 radvd-dbgsym_2.15-1.2_armhf.deb
 536bcc252c152bfb2c48722a18aa2f34ea3264c4 74376 radvd_2.15-1.2_armhf.deb
Checksums-Sha256:
 45e4960a8a4be6a567e519167bbebb1fa2584748fb922f08abab2b4858fb5818 1802 
radvd_2.15-1.2.dsc
 c4e087061554ceb6115f463e980ada60e3d53a373175a9bba43859b91ac164d3 12568 
radvd_2.15-1.2.debian.tar.xz
 af89af70244725236684d50896bbf6bb5cea7803301c45800c8b166942261512 117242 
radvd-dbgsym_2.15-1.2_armhf.deb
 2d06f91096e89f181ddbe84e30e79b4ea88a3fc8408e8e87bcbbd2b0ce28d469 74376 
radvd_2.15-1.2_armhf.deb
Files:
 559f8132a0e773091d4a9f96fee7ed56 1802 net optional radvd_2.15-1.2.dsc
 04b5938d540ecb0d147d07bedf2c99f0 12568 net optional 
radvd_2.15-1.2.debian.tar.xz
 ea2afbb6e695b14c336e6f12afdfad6e 117242 debug extra 
radvd-dbgsym_2.15-1.2_armhf.deb
 b596f963db3f48bbfb0da1c828eb6e9c 74376 net optional radvd_2.15-1.2_armhf.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJYE7tuAAoJECE10SPYwZvs7zIP/2T1tj95P4LP3rUOgdI9E74O
eiudYHKkKDA0D6xK0cqlFR2G4Km63tfQ01uticNJM7+dvQsFL4gn6/W5MujEQZ5N
ddK6lSL0mK7uCfOhABiL6eXkO+p0NQFLy85ccrtf39AUTEsJPjSEmE9okLzTXHtq
GQm6GV0E4qwSKnSY4hEc5Ifwr86Ztkwqar17OYFvFMuaWQ6OYqXVLkWlaLVNGsKk
mdapoPb5z5aprVkzOF0Dn1AMkLJ5ueHyq8CywMaG3qrFzG0XZ6G9hsjp8pzHzKnF
lRjf3WL6+Z3tFL594ZYDzicNjvdV46NWtUze61l3YJMm5SSV1Oy8VnmzShr78GrC
JkZ30VC/siiqHlsKvF6gTNF7nGmjRgBFqkzEeCOXZwPhMcyPa3SlBxXs/GcY4uIZ
pp8B6b715ubyByPxvG+MaLD3vnd1fNfhRn+Or5GMxHjSlWoFoewzEg5p9fzrmqxF
zcAOT0sxIziOUJ8nIhfQzjdhBs6sZQ/0MolbWPxHv0D6mw8P4ELLFNee6YmuaOXV
I1IJCVR3xCqahP1Avt7iy6ZPeUDP9Ftjf2s6ca4FuPuadCWvkowMVKp93zS3A4xJ
7/pWpYmkCAq1LGtFvs7KbJb0yGDpEKFJ3vnp+bMDOsli9FRZe1+TMdwfXFwX0BuO
SF/wK5A+FgaB0romKqZt
=bQNx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to