Messages in this thread Patches in this message |  | | Date | Thu, 6 Jun 1996 03:24:50 +0200 (MET DST) | From | "Bartelt GesmbH EDV-Abteilung, Bernhard Kaindl" <> | 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 : |  |