From 8c903eabc5f00b1a23b02135e103df007de7c625 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 30 Jul 1995 12:56:26 +0000 Subject: Fix the mknod for spigot. --- etc/MAKEDEV | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/MAKEDEV') diff --git a/etc/MAKEDEV b/etc/MAKEDEV index b7942497..fff5150 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -86,7 +86,7 @@ # isdn* ISDN devices # labpc* National Instrument's Lab-PC and LAB-PC+ # -# $Id: MAKEDEV,v 1.97 1995/07/29 00:40:40 jkh Exp $ +# $Id: MAKEDEV,v 1.98 1995/07/29 05:25:08 bde Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -878,7 +878,7 @@ joy) spigot) rm -f spigot - mknod spigot 11 0 + mknod spigot c 11 0 chmod 444 spigot ;; -- cgit v1.1