From 0867adb93d007ee5d64681fc92eb0e4f248738fc Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Wed, 12 Apr 2006 15:06:24 +0000 Subject: * debian/patches/no_shm_makedev.diff: New patch, skip /dev/shm device when generating the standard devices. --- debian/patches/no_shm_makedev.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/patches/no_shm_makedev.diff (limited to 'debian/patches') 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;; -- cgit v1.2.3