summaryrefslogtreecommitdiff
path: root/debian/patches/no_shm_makedev.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/no_shm_makedev.diff')
-rw-r--r--debian/patches/no_shm_makedev.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/no_shm_makedev.diff b/debian/patches/no_shm_makedev.diff
new file mode 100644
index 00000000..1dfefe74
--- /dev/null
+++ b/debian/patches/no_shm_makedev.diff
@@ -0,0 +1,11 @@
+--- sutils/MAKEDEV.sh.orig 2006-04-12 15:05:12.000000000 +0000
++++ sutils/MAKEDEV.sh 2006-04-12 15:05:23.000000000 +0000
+@@ -86,7 +86,7 @@
+ ;;
+
+ 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;;