Request for Review: ebtables

Paul Howarth paul at city-fan.org
Fri Jul 1 15:37:42 UTC 2005


Chris Ricker wrote:
> Some changes to the spec:
> 
> * missing PreReq for /sbin/chkconfig and /sbin/service
> 
> * change %postun to
> 	if [ $1 -ge 1 ]
> 		/sbin/service ebtables condrestart > /dev/null 2>&1 ||:

Or even:

		/sbin/service ebtables condrestart &> /dev/null || :

> * might want to change /sbin to %{_sbindir} (since everything else is 
>   macro'ed)

%{_sbindir} usually expands to /usr/sbin, not /sbin

Paul.




More information about the fedora-extras-list mailing list