<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>171766</bug_id>
          
          <creation_ts>2007-03-22 10:16 0000</creation_ts>
          <short_desc>net-misc/dhcp - dhcrelay init.d script is not POSIX compliant</short_desc>
          <delta_ts>2007-03-22 15:37:29 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>natanael.copa@gmail.com</reporter>
          <assigned_to>uberlord@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>natanael.copa@gmail.com</who>
            <bug_when>2007-03-22 10:16:46 0000</bug_when>
            <thetext>trivial fix:

--- dhcrelay.init.orig  Thu Mar 22 10:04:43 2007
+++ dhcrelay.init       Thu Mar 22 10:06:20 2007
@@ -9,7 +9,7 @@
 }
 
 start() {
-       if [[ -z ${DHCRELAY_SERVERS} ]]; then
+       if [ -z &quot;${DHCRELAY_SERVERS}&quot; ]; then
                eerror &quot;No DHCRELAY_SERVERS specified in /etc/conf.d/dhcrelay&quot;
                return 1
        fi</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>uberlord@gentoo.org</who>
            <bug_when>2007-03-22 15:37:29 0000</bug_when>
            <thetext>Fixed, thanks</thetext>
          </long_desc>
      
    </bug>

</bugzilla>