From: Paul Mackerras Date: Mon, 1 Jan 1996 22:47:46 +0000 (+0000) Subject: Fix MKDEV and RMDEV. X-Git-Tag: RELEASE_2_3_6~548 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=86bab03dc72a1820d3c33768ef1c26b47395df9c Fix MKDEV and RMDEV. --- 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 ;;