From 86bab03dc72a1820d3c33768ef1c26b47395df9c Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 1 Jan 1996 22:47:46 +0000 Subject: [PATCH] Fix MKDEV and RMDEV. --- sunos4/ppp.INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;; -- 2.39.2