summaryrefslogtreecommitdiff
path: root/netbsd-1.1
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-07-01 01:04:55 +0000
committerPaul Mackerras <paulus@samba.org>1996-07-01 01:04:55 +0000
commit3e3900332e10de0d57d418da5b3148d79e7f6b09 (patch)
treec10ce0be9dbce263670d9b09ce461bf8a4508398 /netbsd-1.1
parentef8f4f5b563ed0bea51e9c18971d52f05b624d9c (diff)
downloadppp-3e3900332e10de0d57d418da5b3148d79e7f6b09.tar.gz
minor updates for 2.3
Diffstat (limited to 'netbsd-1.1')
-rwxr-xr-xnetbsd-1.1/kinstall.sh5
1 files changed, 2 insertions, 3 deletions
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