diff options
author | 2019-11-24 14:49:16 +0100 | |
---|---|---|
committer | 2019-11-24 14:51:26 +0100 | |
commit | bed5af0dbc0b5cb7bb17d2b6eb6415b2c20734ce (patch) | |
tree | 70eaf14b2224f2dcaea114f4e4c0a39e921b0215 /net-ftp/pure-ftpd/pure-ftpd-9999.ebuild | |
parent | media-plugins/imlib2_loaders: fix trailing whitespace error (diff) | |
download | gentoo-bed5af0dbc0b5cb7bb17d2b6eb6415b2c20734ce.tar.gz gentoo-bed5af0dbc0b5cb7bb17d2b6eb6415b2c20734ce.tar.bz2 gentoo-bed5af0dbc0b5cb7bb17d2b6eb6415b2c20734ce.zip |
net-ftp/pure-ftpd: Revbump to set correct localstatedir path
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-ftp/pure-ftpd/pure-ftpd-9999.ebuild')
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild index 5f4d78cdd36f..d1be10cc99f1 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild @@ -70,6 +70,11 @@ src_configure() { local myeconfargs=( --enable-largefile + # Required for correct pid file location. + # pure-ftpd appends "/run/pure-ftpd.pid" to the localstatedir + # path, and tries to write to that file even when being + # started in foreground. So we need to pin this to / + --localstatedir="${EPREFIX}"/ --with-altlog --with-cookie --with-diraliases |