Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
fix: --- haproxy.initd.orig 2007-03-28 13:54:45 +0000 +++ haproxy.initd 2007-03-28 13:55:34 +0000 @@ -4,7 +4,7 @@ # $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/files/haproxy.initd,v 1.1 2006/06/11 14:05:43 mrness Exp $ checkconfig() { - if [[ ! -f /etc/haproxy.cfg ]] ; then + if [ ! -f /etc/haproxy.cfg ] ; then eerror "/etc/haproxy.cfg does not exist!" return 1 fi
fixed in cvs.