Fix the mknod for spigot.

This commit is contained in:
Jordan K. Hubbard 1995-07-30 12:56:26 +00:00
parent 4a04ac03ab
commit 55cc556c42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9792
2 changed files with 4 additions and 4 deletions

View file

@ -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
;;

View file

@ -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
;;