paraport and paride not taking no for an answer

Trever Adams (arabian@onramp.net)
Sun, 19 Apr 1998 22:13:46 +0000


starting on line 84 in Config.in in 2.1.96 in
/usr/src/linux-2.1.96/drivers/block:

if [ "$CONFIG_PARPORT" = "y" -o "$CONFIG_PARPORT" = "n" ] ; then
define_bool CONFIG_PARIDE_PARPORT y
else
define_bool CONFIG_PARIDE_PARPORT m
fi
dep_tristate 'Parallel port IDE device support' CONFIG_PARIDE
$CONFIG_PARIDE_PARPORT
if [ "$CONFIG_PARIDE" = "y" -o "$CONFIG_PARIDE" = "m" ]; then
source drivers/block/paride/Config.in
fi

Is this accurate? It seems these are the only ones who absolutely
refuse to take no for an answer. If it isn't can someone point me to a
reference on shell programming (since that appears to be a shell script)
or post a patch to the maintainer so it will be corrected?

Thank you,
Trever Adams
arabian@onramp.net

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu