lines added deleted
linux-2.5.0/Makefile : 10 3 3
#!/bin/sh -x
# This is a shell archive
# To extract the files from this archive, save it to a file, remove
# everything above the "!/bin/sh" line above, and type "sh file_name".
# existing files will NOT be overwritten unless -c is specified
#
# This is part 1 of a 1 - part archive
# do not concatenate these parts, unpack them in order with /bin/sh
#
if test -r _shar_seq_.tmp; then
echo "Must unpack archives in sequence!"
echo "Please unpack part `cat _shar_seq_.tmp` next"
exit 1
fi
# ============= patch-2.4.15-to-2.5.0 ==============
if test -f 'patch-2.4.15-to-2.5.0' -a X"$1" != X"-c"; then
echo 'x - skipping patch-2.4.15-to-2.5.0 (File already exists)'
rm -f _shar_wnt_.tmp;
else
> _shar_wnt_.tmp;
echo 'x - extracting patch-2.4.15-to-2.5.0 (Text)'
sed 's/^X//' << 'SHAR_EOF' > 'patch-2.4.15-to-2.5.0' &&
diff -urN linux-2.4.15/Makefile linux-2.5.0/Makefile
--- linux-2.4.15/Makefile Thu Nov 22 11:22:58 2001
+++ linux-2.5.0/Makefile Thu Nov 22 22:23:44 2001
@@ -1,7 +1,7 @@
X VERSION = 2
-PATCHLEVEL = 4
-SUBLEVEL = 15
-EXTRAVERSION =-greased-turkey
+PATCHLEVEL = 5
+SUBLEVEL = 0
+EXTRAVERSION =
X
X KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
X
SHAR_EOF
true || echo 'restore of patch-2.4.15-to-2.5.0 failed'
echo 'File patch-2.4.15-to-2.5.0 is complete' &&
chmod 644 patch-2.4.15-to-2.5.0 ||
echo 'restore of patch-2.4.15-to-2.5.0 failed'
Cksum="`cksum < 'patch-2.4.15-to-2.5.0'`"
if ! test "193715739 362" = "$Cksum" ; then
echo 'patch-2.4.15-to-2.5.0: original Checksum 193715739 362, current one' "$Cksum"
rm -f _shar_wnt_.tmp
rm -f _shar_seq_.tmp
exit 1
fi
rm -f _shar_wnt_.tmp
fi
rm -f _shar_seq_.tmp
echo 'You have unpacked the last part.'
exit 0