Install this version:
emerge -a =app-admin/fifo-cronolog-1.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/fifo-cronolog-1.3.0
Or alternatively:
emerge --autounmask-write -a =app-admin/fifo-cronolog-1.3.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit systemd
DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish and so on"
HOMEPAGE="https://gitweb.gentoo.org/proj/fifo-cronolog.git"
SRC_URI="https://distfiles.gentoo.org/pub/dev/robbat2@gentoo.org/${PN}/${P}.tar.gz"
LICENSE="BSD-2 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="app-admin/cronolog"
src_compile() {
emake all CFLAGS="${CFLAGS}"
}
src_install() {
dosbin fifo-cronolog
dosym fifo-cronolog /usr/sbin/squid-cronolog
dosbin fifo-cronolog-setup
newinitd openrc/fifo-cronolog.initd fifo-cronolog
newconfd openrc/fifo-cronolog.confd fifo-cronolog
systemd_dounit systemd/fifo-cronolog@.service
dodoc README.md systemd/fifo-cronolog@example.service.env
}
pkg_postinst() {
elog "Warning: app-admin/squid-cronolog has been renamed to app-admin/fifo-cronolog."
elog "This also applies to the binary 'squid-cronolog' but there is a symlink for now"
elog "Please fix your scripts/configs."
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fifo-cronolog-1.3.0.tar.gz | 5447 bytes | https://distfiles.gentoo.org/pub/dev/robbat2@gentoo.org/fifo-cronolog/fifo-cronolog-1.3.0.tar.gz |