Re: [Cooker] rpmlint: ghost?

2001-03-05 Thread Frederic Lepied
Alexander Skwar <[EMAIL PROTECTED]> writes: > Hi! > > I'm right now building another updated squid package. > > rpmlint tells me: > > W: squid postun-without-ghost-file-creation /var/run/squid.pid > > Why is that? In the spec, I have: > > %attr(644,%{usrname},%{grpname}) %ghost /var/run/%{n

[Cooker] rpmlint: ghost?

2001-03-04 Thread Alexander Skwar
Hi! I'm right now building another updated squid package. rpmlint tells me: W: squid postun-without-ghost-file-creation /var/run/squid.pid Why is that? In the spec, I have: %attr(644,%{usrname},%{grpname}) %ghost /var/run/%{name}.pid Is this not good enough? How to do it rpmlint-right? %{