net-ftp/proftpd: create /var/run/proftpd at package install time, bug #650000
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 10 Mar 2018 12:09:41 +0000 (12:09 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 10 Mar 2018 12:10:26 +0000 (12:10 +0000)
commit69971e78ba3a2a72dd54ae8a0eb91f723b5998b0
treefb8b5f2d083269db28bea88512f42096580aa52a
parent12afbbeba660896425b973351e094c221c336691
net-ftp/proftpd: create /var/run/proftpd at package install time, bug #650000

The directory is supposed to be created by tmpfiles.d entry:
    $ cat /usr/lib/tmpfiles.d/proftpd.conf
    d /var/run/proftpd 0755 root root

The problem here is that systemd (or openrc) is not being triggered right
after package is installed.

Reported-by: tazinblack
Closes: https://bugs.gentoo.org/650000
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-ftp/proftpd/proftpd-1.3.6-r1.ebuild [new file with mode: 0644]