Le lun. 18 mai 2015 à 18:52, Jeff Frost <jeff@pgexperts.com> a écrit :
Looks like that’s this bit here in the spec file:
%global _varrundir %{_localstatedir}/run/%{name}
<SNIP>
# ... and make a tmpfiles script to recreate it at reboot.
%{__mkdir} -p %{buildroot}%{_tmpfilesdir}
cat > %{buildroot}%{_tmpfilesdir}/%{name}.conf <<EOF
d %{_varrundir}/pgbouncer 0700 pgbouncer pgbouncer -
EOF
I’m thinking the intent would be this:
d %{_varrundir} 0700 pgbouncer pgbouncer -
but just want Devrim to have a chance to comment.
Hi Jeff !
I agree with you here :) So just wanted to up that subject a bit. Haven’t heard of Devrim, nor git tree seems to have a fix on that point.
Keep up the good work,
Laurent.