blob: f53320c59da614189451e5ca7d3ddd62d0eaed2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Do not create the shm node since Marcus' SHM implementation uses a directory
there.
---
sutils/MAKEDEV.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -86,7 +86,7 @@ function mkdev {
;;
std)
- mkdev console tty null zero full fd time mem klog shm
+ mkdev console tty null zero full fd time mem klog
;;
console|com[0-9])
st $I root 600 /hurd/term ${DEVDIR}/$I device $I;;
|