retrofit 6.0.7 fixes to 6.0.4.2

This commit is contained in:
Brian S. Stephan 2023-04-11 22:58:06 -05:00
parent 55ed83bdd2
commit b6fbe65bf5
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ src_configure() {
--with-logdir="${EPREFIX}"/var/log/${PN} \ --with-logdir="${EPREFIX}"/var/log/${PN} \
--with-modulesdir="${EPREFIX}/usr/$(get_libdir)"/${PN}/modules \ --with-modulesdir="${EPREFIX}/usr/$(get_libdir)"/${PN}/modules \
--without-privatelibdir \ --without-privatelibdir \
--with-pidfile="${EPREFIX}"/run/${PN}/ircd.pid \ --with-pidfile="${EPREFIX}"/run/${PN}.pid \
--with-tmpdir="${EPREFIX}"/var/lib/${PN}/tmp \ --with-tmpdir="${EPREFIX}"/var/lib/${PN}/tmp \
--with-maxconnections=1024 \ --with-maxconnections=1024 \
--with-nick-history=2000 \ --with-nick-history=2000 \
@ -85,7 +85,7 @@ src_configure() {
--with-system-sodium \ --with-system-sodium \
--with-system-jansson \ --with-system-jansson \
--enable-dynamic-linking \ --enable-dynamic-linking \
--with-controlfile="${EPREFIX}"/run/${PN}/unrealircd.ctl \ --with-controlfile="${EPREFIX}"/run/${PN}/${PN}.ctl \
--enable-ssl="${EPREFIX}"/usr \ --enable-ssl="${EPREFIX}"/usr \
$(use_enable curl libcurl "${EPREFIX}"/usr) \ $(use_enable curl libcurl "${EPREFIX}"/usr) \
$(use_with !operoverride no-operoverride) \ $(use_with !operoverride no-operoverride) \
@ -123,8 +123,8 @@ src_install() {
einstalldocs einstalldocs
newinitd "${FILESDIR}"/${PN}.initd-r3 ${PN} newinitd "${FILESDIR}"/${PN}.initd-r4 ${PN}
newconfd "${FILESDIR}"/${PN}.confd-r4 ${PN} newconfd "${FILESDIR}"/${PN}.confd-r5 ${PN}
# config should be read-only # config should be read-only
fperms -R 0640 /etc/${PN} fperms -R 0640 /etc/${PN}