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
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 "${DHCRELAY_SERVERS}" ]; then eerror "No DHCRELAY_SERVERS specified in /etc/conf.d/dhcrelay" return 1 fi
Fixed, thanks