lkml.org 
[lkml]   [1996]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
Subject[fix] to make "scripts/patch-kernel" useable with "pre2.0.x"-line
Hello Folks!

This Short patch which made me a happy patching from pre2.0.1 to pre2.0.12.
The same Patch is attached also for clean export. That's all, Folks!

Bernhard

This nights quote: "The night is long but we will made it through..." :-)

--- pre2.0.12/linux/scripts/patch-kernel Thu Jun 6 01:06:05 1996
+++ linux/scripts/patch-kernel Thu Jun 6 01:12:51 1996
@@ -24,6 +24,12 @@
exit 1
fi

+if [ "$VERSION" = 1 -a "$PATCHLEVEL" = 99 ]
+then
+ VERSION=pre2
+ PATCHLEVEL=0
+fi
+
echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL"

while :--- pre2.0.12/linux/scripts/patch-kernel Thu Jun 6 01:06:05 1996
+++ linux/scripts/patch-kernel Thu Jun 6 01:12:51 1996
@@ -24,6 +24,12 @@
exit 1
fi

+if [ "$VERSION" = 1 -a "$PATCHLEVEL" = 99 ]
+then
+ VERSION=pre2
+ PATCHLEVEL=0
+fi
+
echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL"

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