blob: e4f7371dbe6b5647dc634e326f4d624ec11f6400 (
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
@@ -100,7 +100,7 @@ function mkdev {
;;
std)
- mkdev console tty urandom null zero full fd time mem klog shm
+ mkdev console tty urandom null zero full fd time mem klog
;;
console|com[0-9])
st $I root 600 /hurd/term ${DEVDIR}/$I device $I;;
|