X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=netbsd-1.1%2Fkinstall.sh;h=42cbad69f3bea74f87f8c83400f4b742afe7b993;hb=8cecdbad7915efcdee99283346b882e71931ac0b;hp=15257f0cac2929ed141db02cb13a299dfe8f3e79;hpb=8211c50926ac3abd61ffdb7d8177f855c399c82d;p=ppp.git diff --git a/netbsd-1.1/kinstall.sh b/netbsd-1.1/kinstall.sh index 15257f0..42cbad6 100755 --- a/netbsd-1.1/kinstall.sh +++ b/netbsd-1.1/kinstall.sh @@ -1,7 +1,7 @@ #!/bin/sh # This script modifies the kernel sources in /sys to install -# ppp-2.2. It is intended to be run in the ppp-2.2 directory. +# ppp-2.3. It is intended to be run in the ppp-2.3 directory. # # Paul Mackerras 11-Dec-95 @@ -30,8 +30,7 @@ for f in net/if_ppp.h net/ppp-comp.h net/ppp_defs.h $SRC/bsd-comp.c \ if [ -f $dest ]; then if ! cmp -s $f $dest; then echo "Copying $f to $dest" - mv -f $dest $dest.orig - echo " (old version saved in $dest.orig)" + mv -f $dest $dest.orig && echo " (old version saved in $dest.orig)" cp $f $dest DOMAKE=yes fi