X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=sunos4%2Fppp.INSTALL;h=631370b1efca982adde386f73e07b1b8a85f3333;hp=aa55a5d8bcfaa0a55717af9bcbfda19ae557f146;hb=e5ad7e3dbf232955054ee90e54cebd6ee9533a85;hpb=bb0891f628e55fbdb149671d0e6344bc84983ec7;ds=sidebyside diff --git a/sunos4/ppp.INSTALL b/sunos4/ppp.INSTALL index aa55a5d..631370b 100755 --- a/sunos4/ppp.INSTALL +++ b/sunos4/ppp.INSTALL @@ -70,7 +70,7 @@ case "$0" in fi rm -f /dev/ppp # we "just know" that 37 is the major number of the clone driver - mknod /dev/ppp c 37 $3 + mknod /dev/ppp c 37 $4 chmod 644 /dev/ppp exit 0 ;; @@ -93,7 +93,7 @@ case "$0" in ;; *ppp.RMDEV) - echo "$# args: $*" + rm -f /dev/ppp exit 0 ;;