]> git.ozlabs.org Git - ppp.git/blobdiff - sunos4/ppp.INSTALL
mods for broken sunos vdcmd stuff
[ppp.git] / sunos4 / ppp.INSTALL
index 631370b1efca982adde386f73e07b1b8a85f3333..0018bf8d0f2810713c073e2037ff1a3e358e6dc3 100755 (executable)
@@ -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