summaryrefslogtreecommitdiff
path: root/debian/patches/MAKEDEV-apm.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-05 23:17:39 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-05 23:17:39 +0100
commit573055eb4f44e819f983f083c52716bdec8edf14 (patch)
tree5447723e985c3631c98f1066613259f8aad3f4dd /debian/patches/MAKEDEV-apm.patch
parent70557726e962deb57b081b34e1a44a0eccda05cb (diff)
sync with upstream packaging
Diffstat (limited to 'debian/patches/MAKEDEV-apm.patch')
-rw-r--r--debian/patches/MAKEDEV-apm.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/MAKEDEV-apm.patch b/debian/patches/MAKEDEV-apm.patch
new file mode 100644
index 00000000..eb539129
--- /dev/null
+++ b/debian/patches/MAKEDEV-apm.patch
@@ -0,0 +1,16 @@
+Workaround invocations from installation of power-management packages.
+
+Index: hurd-debian/sutils/MAKEDEV.sh
+===================================================================
+--- hurd-debian.orig/sutils/MAKEDEV.sh
++++ hurd-debian/sutils/MAKEDEV.sh
+@@ -223,6 +223,9 @@ mkdev() {
+ st $I root 640 /hurd/null
+ ;;
+
++ apm)
++ ;;
++
+ *)
+ lose "$I: Unknown device name"
+ ;;