Stefan Borggraefe wrote:
> I guess the configure script uses some special feature of the bash
> shell that a sh-compatible shell doesn't need to have ("bashism").

Hi,

dash appears to want a full pathname when using "." to source a file.
Here is a patch that fixes the problem. This fix has also been committed
to CVS and will be available in the next release (2.2.1).

John Ogness

-- 
Dazuko Maintainer
--- dazuko-2.2.0/configure      2006-01-20 21:28:08.000000000 +0100
+++ dazuko-2.2.0/configure.patched      2006-04-25 20:18:02.000000000 +0200
@@ -1516,7 +1516,7 @@
                        ./linux_conf > linux.config
                        rm -f linux_conf
 
-                       . linux.config
+                       . ./linux.config
                        rm -f linux.config
 
                        echo -n "checking if Linux is RSBAC patched... "

Reply via email to