mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Fix the mknod for spigot.
This commit is contained in:
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
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue