The following commit has been merged in the master branch:
commit 0ee620c6e47fb945eb726c0b92b5cd2751a259e0
Author: Samuel Thibault <[email protected]>
Date: Mon Apr 29 21:39:46 2013 +0200
Do not create lpr3, it does not exist in standard PC hardware.
diff --git a/debian/changelog b/debian/changelog
index f972b73..edbcecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ hurd (20130226-3) UNRELEASED; urgency=low
* Install the Debian NEWS file only in the hurd binary.
* hurd: pre-depend on hurd-libs0.3. (Closes: #704998)
+ [ Samuel Thibault ]
+ * Do not create lpr3, it does not exist in standard PC hardware.
+
-- GNU Hurd Maintainers <[email protected]> Sun, 24 Mar 2013
22:47:50 +0100
hurd (20130226-2) unstable; urgency=low
diff --git a/debian/local/setup-translators b/debian/local/setup-translators
index 810dabd..d4ddd89 100755
--- a/debian/local/setup-translators
+++ b/debian/local/setup-translators
@@ -148,7 +148,7 @@ else
md ttyX 123456
md ptyp
md ptyq
- md lprX 0123
+ md lprX 012
md comX 0123
st random /etc/alternatives/random.sh random
st urandom /etc/alternatives/urandom.sh urandom
--
Debian GNU Hurd packaging