]> git.ozlabs.org Git - ppp.git/blobdiff - linux/kinstall.sh
minor bugfixes
[ppp.git] / linux / kinstall.sh
index 23ae2d128db5de7083958841c5a6ba2dce3dcc79..e3858e30ff173ca7a9b4e497e965ba92666f6862 100755 (executable)
@@ -129,12 +129,6 @@ newer () {
   false ; return
 }
 
-#
-#  Change the USE_SKB_PROTOCOL for correct operation on 1.3.x
-update_ppp () {
-  return
-}
-
 #
 #  Install the files.
 
@@ -155,9 +149,6 @@ installfile () {
   bombiffailed
   touch $1
   bombiffailed
-  if [ "$2" = "yes" ]; then
-    update_ppp
-  fi
 }
 
 #