Your message dated Thu, 27 Sep 2018 09:04:11 +0000 with message-id <[email protected]> and subject line Bug#900857: fixed in hostname 3.21 has caused the Debian Bug report #900857, regarding hostname.1: Minor fixes is the manual to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 900857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900857 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: hostname Version: 3.20 Severity: minor Tags: patch Dear Maintainer, * What led up to the situation? Warnings from "groff": <hostname.1>:65 (macro BR): only 1 argument, but more are expected <hostname.1>:69 (macro BR): only 1 argument, but more are expected <hostname.1>:71 (macro BR): only 1 argument, but more are expected <hostname.1>:78 (macro BR): only 1 argument, but more are expected <hostname.1>:87 (macro BR): only 1 argument, but more are expected <hostname.1>:91 (macro BR): only 1 argument, but more are expected <hostname.1>:92 (macro BR): only 1 argument, but more are expected <hostname.1>:94 (macro BR): only 1 argument, but more are expected <hostname.1>:157 (macro BR): only 1 argument, but more are expected <hostname.1>:160 (macro BR): only 1 argument, but more are expected <hostname.1>:200 (macro BR): only 1 argument, but more are expected <hostname.1>:210 (macro BR): only 1 argument, but more are expected Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z [ "test-groff" is a developmental version of "groff" ] ### Summary: Change a two-fonts macro to an one-font macro for a single argument. Change a HYPHEN-MINUS (code 0x55, 2D) to a dash (minus, \-) if it matches " -[:alpha:]" or \(aq-[:alpha:] (for options) Fix spelling of "existant" Remove superfluous quotation marks (") around the argument for the one-font macro "B". Details: Input file is hostname.1 Test nr. 25: Change a HYPHEN-MINUS (code 0x55, 2D) to a minus (\-), if in front of a name for an option. 179:Always set a hostname; this allows the file specified by \fI-F\fR to be 216:link-local addresses are omitted. Contrary to option \fI-i\fR, this option ##### The patch is in the attachment. -- System Information: Debian Release: buster/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.88-1-u1 (SMP w/2 CPU cores) Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), LANGUAGE=is_IS.iso88591 (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages hostname depends on: ii libc6 2.27-3 hostname recommends no packages. hostname suggests no packages. -- no debconf information -- Bjarni I. Gislason--- hostname.1 2018-01-31 12:08:15.000000000 +0000 +++ hostname.1.new 2018-06-05 00:23:00.000000000 +0000 @@ -62,36 +62,36 @@ function. .LP .B domainname will print the NIS domainname of the system. -.BR domainname +.B domainname uses the .BR gethostname (2) function, while -.BR ypdomainname +.B ypdomainname and -.BR nisdomainname +.B nisdomainname use the .BR getdomainname (2). .LP .B dnsdomainname will print the domain part of the FQDN (Fully Qualified Domain Name). The complete FQDN of the system is returned with -.BR "hostname \-\-fqdn" +.B hostname \-\-fqdn (but see the warnings in section -.B "THE FQDN" +.B THE FQDN below). .SS "SET NAME" When called with one argument or with the .B \-\-file option, the commands set the host name or the NIS/YP domain name. -.BR hostname +.B hostname uses the .BR sethostname (2) function, while all of the three -.BR domainname, -.BR ypdomainname +.BR domainname , +.B ypdomainname and -.BR nisdomainname +.B nisdomainname use .BR setdomainname (2). Note, that this is effective only until the next reboot. @@ -102,7 +102,7 @@ Note, that only the super-user can chang It is not possible to set the FQDN or the DNS domain name with the .B dnsdomainname command (see -.B "THE FQDN" +.B THE FQDN below). .LP The host name is usually set once at system startup in @@ -118,7 +118,7 @@ returns for the host name, such as, .IR ursula.example.com . It is usually the hostname followed by the DNS domain name (the part after the first dot). You can check the FQDN using -.B "hostname \-\-fqdn" +.B hostname \-\-fqdn or the domain name using .BR "dnsdomainname" . .LP @@ -154,10 +154,10 @@ If a machine has multiple network interf mobile environment, then it may either have multiple FQDNs/domain names or none at all. Therefore avoid using .BR "hostname \-\-fqdn" , -.BR "hostname \-\-domain" +.B hostname \-\-domain and .BR "dnsdomainname" . -.BR "hostname \-\-ip-address" +.B hostname \-\-ip-address is subject to the same limitations so it should be avoided as well. .SH OPTIONS @@ -176,8 +176,8 @@ contain duplicate entries. Do not make a output. .TP .I "\-b, \-\-boot" -Always set a hostname; this allows the file specified by \fI-F\fR to be -non-existant or empty, in which case the default hostname \fIlocalhost\fR +Always set a hostname; this allows the file specified by \fI\-F\fR to be +non-existent or empty, in which case the default hostname \fIlocalhost\fR will be used if none is yet set. .TP .I "\-d, \-\-domain" @@ -187,7 +187,7 @@ to get the DNS domain name because it wi not the DNS domain name. Use .B dnsdomainname instead. See the warnings in section -.B "THE FQDN" +.B THE FQDN above, and avoid using this option. .TP .I "\-f, \-\-fqdn, \-\-long" @@ -195,9 +195,9 @@ Display the FQDN (Fully Qualified Domain short host name and the DNS domain name. Unless you are using bind or NIS for host lookups you can change the FQDN and the DNS domain name (which is part of the FQDN) in the \fI/etc/hosts\fR file. See the warnings in section -.B "THE FQDN" +.B THE FQDN above und use -.BR "hostname \-\-all-fqdns" +.B hostname \-\-all-fqdns instead wherever possible. .TP .I "\-F, \-\-file filename" @@ -207,13 +207,13 @@ a `#') are ignored. .I "\-i, \-\-ip-address" Display the network address(es) of the host name. Note that this works only if the host name can be resolved. Avoid using this option; use -.BR "hostname \-\-all-ip-addresses" +.B hostname \-\-all-ip-addresses instead. .TP .I "\-I, \-\-all-ip-addresses" Display all network addresses of the host. This option enumerates all configured addresses on all network interfaces. The loopback interface and IPv6 -link-local addresses are omitted. Contrary to option \fI-i\fR, this option +link-local addresses are omitted. Contrary to option \fI\-i\fR, this option does not depend on name resolution. Do not make any assumptions about the order of the output. .TP
--- End Message ---
--- Begin Message ---Source: hostname Source-Version: 3.21 We believe that the bug you reported is fixed in the latest version of hostname, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Meskes <[email protected]> (supplier of updated hostname package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 27 Sep 2018 10:45:17 +0200 Source: hostname Binary: hostname Architecture: source amd64 Version: 3.21 Distribution: unstable Urgency: medium Maintainer: Michael Meskes <[email protected]> Changed-By: Michael Meskes <[email protected]> Description: hostname - utility to set/show the host name or domain name Closes: 900857 Changes: hostname (3.21) unstable; urgency=medium . * Minor fixes to the manpage. Thanks to Bjarni Ingi Gislason <[email protected]> (Closes: #900857) * Bumped Standards-Version, no changes needed. Checksums-Sha1: d674e519a286f939820898d501ff2e2f2ef66392 1398 hostname_3.21.dsc fb996e8ee67bb9cbfd40a12fca630d7ec7f0a768 13467 hostname_3.21.tar.gz 5a1c7d5f804d2b7675de74ea298eda8d5d93983d 13224 hostname-dbgsym_3.21_amd64.deb b420c21e224ab5a12d89a13e63f0356a32171321 5614 hostname_3.21_amd64.buildinfo f95fa566f85419e738552a699714e716c9daaaa6 14792 hostname_3.21_amd64.deb Checksums-Sha256: 8e61f35d7b3e57833d6110ee22a95af6b12e159bf41a5b659e63b21d01e83121 1398 hostname_3.21.dsc 566193a99f97a58f80b1537efe207c798bb88436c31c7dfc6dd4471d888a4a4f 13467 hostname_3.21.tar.gz bd4d07c800455fccc9ea90a73246af40c382985d57ecbc96f00dc5dd47d4990c 13224 hostname-dbgsym_3.21_amd64.deb afb6d9d86ed2725b80310507e1db7e13b1c34bdcce89411e4f0be6d1ab11bff9 5614 hostname_3.21_amd64.buildinfo 869a81b7837e9a90125c511ae9dc2e7118fb3f53b99a045ced541e2564ea0d29 14792 hostname_3.21_amd64.deb Files: e17445791bd600764da2a32739a358ab 1398 admin required hostname_3.21.dsc c89bf2e3f2877e707e8aad8c8e805269 13467 admin required hostname_3.21.tar.gz 2d83a01bbf8ad07640abb8e2a896967b 13224 debug optional hostname-dbgsym_3.21_amd64.deb bf62eb06769e0d4d1da20bf0b599f63a 5614 admin required hostname_3.21_amd64.buildinfo e958bf55b8397d86a6031152e4995621 14792 admin required hostname_3.21_amd64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZ/2RWVGI6sRsEOjtNdhXwLvLOyUFAlusmRcACgkQNdhXwLvL OyVSLhAAhEAs0v4rF/ONwIdNf6riIlawOUMSYGS4DXGLHdXl0ee0KngJ/c+RhYM2 v3I7GzGcOxjzWmnin308RSlt9fyiJsGzmC6rOgIVk9uxlUKPoDbBIUOLfQHFXqmd 7YY4Tjf7wJ6jlMIikrv2Y1iAzeYBxg+UMWbuLT12jRqbs6YO218aH95mjN+LOBf7 KH3QjPt9r+N4oOW6YoOMXpjNleNfKG9h1EmBePn6TUW+habjvJDny082hnOmjtT3 MHwk4NmED/oKqkX5bG3Ykb/WVcC5UjaGlPZL8HOfBOxR5VBvrojhmwWRSyw/bX2Q LyOwt9YLT5QcwgZYFt6cw+oqFbEk+lLirwNSU8nSdJbq/KXzOwlZ+yyq/KU2VzI5 cgHz4YSOEimctSCC6ATiBwHHTVo1ATdGA4kYhILiN81zhhNgpVIA6GeashmZN5R6 4e0ux4Z9gi2WilJdRKGN1N9nUO8eCMc2tbgkveKoljv6LzdeDaSEEr5roZU8ePy/ kI6cmtlvUx/kz7a5lE0MI4t33MBKwvrORZCie7ZLSDbm30MjbXUZIhVRTXOr1bVy WHBQyx8zzdOQZBCiF5vuOO7WHlOSqadzWagaA+WfuUHObd9y4IZBr57PGhPaCGFe gNu8qm6QeEcAYsYoJVjqKgzbCrWcrZ+8B/3pjpY+fdBERWIifOI= =Fv+h -----END PGP SIGNATURE-----
--- End Message ---

