diff options
| author | Michael Banck <mbanck@debian.org> | 2006-04-12 15:06:24 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2006-04-12 15:06:24 +0000 |
| commit | 0867adb93d007ee5d64681fc92eb0e4f248738fc (patch) | |
| tree | 5594febf2ac883c7690b8d67d82ffc8585764ccb | |
| parent | a981d840d694f81470328a2f6606693836471bf0 (diff) | |
* debian/patches/no_shm_makedev.diff: New patch, skip /dev/shm device
when generating the standard devices.
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/patches/no_shm_makedev.diff | 11 |
2 files changed, 13 insertions, 0 deletions
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 <mbanck@debian.org> 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;; |
