From: Harald Hoyer Date: Thu, 23 Jul 2009 16:20:11 +0000 (+0200) Subject: 40network/check: source dracut-functions over exported variable X-Git-Tag: 0.7~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1b2cc48d60f85d4e592b8f363a4b552324c9ce8;p=thirdparty%2Fdracut.git 40network/check: source dracut-functions over exported variable --- diff --git a/modules.d/40network/check b/modules.d/40network/check index c1b3f901f..95662f3cb 100755 --- a/modules.d/40network/check +++ b/modules.d/40network/check @@ -1,6 +1,6 @@ #!/bin/sh -. ./dracut-functions +. $dracutfunctions for program in ip hostname; do which $program >/dev/null 2>&1