Don't worry about FcntlLock not available warning

This commit is contained in:
Phil Whineray 2015-10-31 12:24:40 +00:00
parent 5c3f13444f
commit 09cf465d2a

@ -43,7 +43,7 @@ Description: firewall for humans
!
dpkg-gencontrol -O -pfirehol -lChangeLog > /dev/null 2> debian/tmp/l
status=$?
if [ $status -eq 0 -a `cat debian/tmp/l | wc -c` -gt 0 ]
if [ $status -eq 0 -a `grep -v "FcntlLock not available" debian/tmp/l | wc -c` -gt 0 ]
then
status=1
fi