]> git.ozlabs.org Git - ppp.git/blobdiff - linux/kinstall.sh
updated to zlib-1.0.4
[ppp.git] / linux / kinstall.sh
index 23ae2d128db5de7083958841c5a6ba2dce3dcc79..5f52cfafeaed0d5b2bd2c18353950122c4c2e2f2 100755 (executable)
@@ -48,7 +48,7 @@ fi
 #    introduced in 1.0.1
 if [ `egrep '^VERSION|^PATCHLEVEL|^SUBLEVEL' $LINUXMK | wc -l` -ne 3 ]; then
   echo You appear to have a very old kernel. You must upgrade.
-  echo It is recommended that you upgrade to the most recent 1.2.X kernel.
+  echo It is recommended that you upgrade to the most recent 2.0.x kernel.
   exit 1
 fi
 
@@ -69,22 +69,6 @@ if [ $VERSION -lt 2 ]; then
     exit 1
 fi
 
-echo
-echo Installing into kernel version $KERNEL in $LINUXSRC
-echo
-
-echo "Notice to the user:"
-echo
-echo "It is perfectly legal for this script to run without making any changes"
-echo "to your system. This only means that the system currently contains the"
-echo "necessary changes to support this package. Please do not attempt to"
-echo "force this script to replace any file or make any patch. If you do so"
-echo "then it is probable that you are actually putting older, buggier, code"
-echo "over newer, fixed, code. Thank you."
-echo
-echo Installing into kernel version $KERNEL in $LINUXSRC
-echo
-
 #
 # convenience function to exit if the last command failed
 
@@ -129,12 +113,6 @@ newer () {
   false ; return
 }
 
-#
-#  Change the USE_SKB_PROTOCOL for correct operation on 1.3.x
-update_ppp () {
-  return
-}
-
 #
 #  Install the files.
 
@@ -155,9 +133,6 @@ installfile () {
   bombiffailed
   touch $1
   bombiffailed
-  if [ "$2" = "yes" ]; then
-    update_ppp
-  fi
 }
 
 #