Your message dated Thu, 4 Jul 2019 16:40:59 +0200
with message-id <[email protected]>
and subject line Re: lirc: systemd complains about legacy directory /var/run/
in tmpfiles.d/lirc.conf
has caused the Debian Bug report #905935,
regarding lirc: systemd complains about legacy directory /var/run/ in
tmpfiles.d/lirc.conf
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 [email protected]
immediately.)
--
905935: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905935
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lirc
Version: 0.10.0-2+b1
Severity: normal
Tags: patch
The file /usr/lib/tmpfiles.d/lirc.conf contains a reference to the
legacy /var/run/ directory, which has been replaced by /run/. systemd
now complains:
[lirc.conf:1] Line references path below legacy directory /var/run/, updating
/var/run/lirc → /run/lirc; please update the tmpfiles.d/ drop-in file
accordingly.
Simple one-line patch: replaced /var/run/lirc by /run/lirc in this file.
Best wishes,
Julian
--- End Message ---
--- Begin Message ---
On Sun, 12 Aug 2018 00:17:30 +0100 Julian Gilbey <[email protected]> wrote:
> Package: lirc
> Version: 0.10.0-2+b1
> Severity: normal
> Tags: patch
>
> The file /usr/lib/tmpfiles.d/lirc.conf contains a reference to the
> legacy /var/run/ directory, which has been replaced by /run/. systemd
> now complains:
>
> [lirc.conf:1] Line references path below legacy directory /var/run/, updating
> /var/run/lirc ??? /run/lirc; please update the tmpfiles.d/ drop-in file
> accordingly.
>
> Simple one-line patch: replaced /var/run/lirc by /run/lirc in this file.
>
> Best wishes,
>
> Julian
fixed since a while...
G.
--- End Message ---