Re: RHEL7 pgbouncer package /run/pgbouncer rights glitch after reboot - Mailing list pgsql-pkg-yum

From Laurent Wandrebeck
Subject Re: RHEL7 pgbouncer package /run/pgbouncer rights glitch after reboot
Date
Msg-id 1432974171.2219.0@mail.quelquesmots.fr
Whole thread Raw
In response to Re: RHEL7 pgbouncer package /run/pgbouncer rights glitch after reboot  (Jeff Frost <jeff@pgexperts.com>)
List pgsql-pkg-yum


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.

pgsql-pkg-yum by date:

Previous
From: Jeff Frost
Date:
Subject: Re: RHEL7 pgbouncer package /run/pgbouncer rights glitch after reboot
Next
From: Devrim GÜNDÜZ
Date:
Subject: Fedora 22 status