diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-04-29 21:39:46 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-04-29 21:39:46 +0200 |
commit | 20685fe0c06ff3ce1c1ba3e096005deecb7a7f80 (patch) | |
tree | 0c6f312087167d60f11787a86118716e3d6c07b4 | |
parent | 1eed3e7c523a5b3d563a71ea86786aaf8036ded3 (diff) |
Do not create lpr3, it does not exist in standard PC hardware.
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/local/setup-translators | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f972b73b..edbcecdc 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 <debian-hurd@lists.debian.org> 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 810dabdb..d4ddd892 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 |