Re: Wheee.. 2.1.108ac2

Michael Harnois (mharnois@sbtek.net)
06 Jul 1998 13:32:14 -0500


--- patch-2.1.108-ac2.orig Mon Jul 6 13:29:55 1998
+++ patch-2.1.108-ac2 Mon Jul 6 13:30:58 1998
@@ -1496,7 +1496,7 @@
fi
fi
-if [ "$CONFIG_PARPORT" != "n" ]; then
-+if [ "$CONFIG_PARPORT" = "y" -o "$CONFIG_PARPORT" = "n" ]; then
++if [ "$CONFIG_PARPORT" = "y" -o "$CONFIG_PARPORT" = "m" ]; then
dep_tristate 'Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
- if [ "$CONFIG_PRINTER" != "n" ]; then
+ if [ "$CONFIG_PRINTER" = "y" -o "$CONFIG_PARPORT" = "m" ]; then

-- 
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA 
mharnois@sbt.net                      aa0bt@aa0bt.ampr.org 
"The price one pays for pursuing any profession, or calling, 
 is an intimate knowledge of its ugly side." -- James Baldwin

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