mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01: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
@ -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 New Issue
Block a user