lkml.org 
[lkml]   [1998]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Wheee.. 2.1.108ac2
From
Date
--- 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

\
 
 \ /
  Last update: 2005-03-22 13:43    [W:0.111 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site