X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=sunos4%2Fppp.INSTALL;h=0018bf8d0f2810713c073e2037ff1a3e358e6dc3;hp=631370b1efca982adde386f73e07b1b8a85f3333;hb=6d89f8d2a2b827a1165e99ea683e6c859e98693e;hpb=86bab03dc72a1820d3c33768ef1c26b47395df9c diff --git a/sunos4/ppp.INSTALL b/sunos4/ppp.INSTALL index 631370b..0018bf8 100755 --- a/sunos4/ppp.INSTALL +++ b/sunos4/ppp.INSTALL @@ -64,7 +64,7 @@ case "$0" in echo "Usage: $0 module-id module-type b-major c-major" exit 1 fi - if [ "$2" -ne "12345607" ]; then + if [ "$2" -ne "12345607" -a "$2" -ne "12345600" ]; then echo "$0: $2: bad module type" exit 1 fi @@ -84,7 +84,7 @@ case "$0" in id=`modstat | grep -w $mod | awk '{print $1}'` if [ x$id = x ]; then echo "$mod is not loaded." - stat = 1 + stat=1 else modunload -id $id fi