summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2006-04-12 15:06:24 +0000
committerMichael Banck <mbanck@debian.org>2006-04-12 15:06:24 +0000
commit0867adb93d007ee5d64681fc92eb0e4f248738fc (patch)
tree5594febf2ac883c7690b8d67d82ffc8585764ccb /debian/patches
parenta981d840d694f81470328a2f6606693836471bf0 (diff)
* debian/patches/no_shm_makedev.diff: New patch, skip /dev/shm device
when generating the standard devices.
Diffstat (limited to 'debian/patches')
-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;;