Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 172554
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Network Proxy Developers <net-proxy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Natanael Copa <natanael.copa@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 172554 depends on: Show dependency tree
Bug 172554 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-03-28 13:58 0000
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

------- Comment #1 From Alin Năstac 2007-03-30 08:47:44 0000 -------
fixed in cvs.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug