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/changelog | 2 ++ debian/patches/no_shm_makedev.diff | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 debian/patches/no_shm_makedev.diff diff --git a/debian/changelog b/debian/changelog index 78abd86b..c11c4947 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ hurd (20050513-6+SVN) unreleased; urgency=low IDs in $(datadir)/msgids, by Alfred M. Szmidt. * debian/hurd.postinst: Create symlinks for /dev/kbd and /dev/mouse to /dev/cons/{kbd,mouse} if not present already. (Closes: #355002) + * debian/patches/no_shm_makedev.diff: New patch, skip /dev/shm device + when generating the standard devices. -- Michael Banck Tue, 17 Jan 2006 22:16:33 +0100 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