Package: hash-slinger Version: 2.5-1 Severity: important Tags: patch Dear maintainer,
the tlsa utility seems to have a bad default on resolv.conf and should be fixed as follows: --- /usr/bin/tlsa 2015-01-06 20:40:10.788730437 +0100 +++ /tmp/tlsa 2015-01-06 20:36:31.453218044 +0100 @@ -396,7 +396,7 @@ parser.add_argument('-4', '--ipv4', dest='ipv4', action='store_true',help='use ipv4 networking only') parser.add_argument('-6', '--ipv6', dest='ipv6', action='store_true',help='use ipv6 networking only') parser.add_argument('--insecure', action='store_true', default=False, help='Allow use of non-dnssec secured answers') - parser.add_argument('--resolvconf', metavar='/PATH/TO/RESOLV.CONF', action='store', default='', help='Use a recursive resolver listed in a resolv.conf file (default: /etc/resolv.conf)') + parser.add_argument('--resolvconf', metavar='/etc/resolv.conf', action='store', default='/etc/resolv.conf', help='Use a recursive resolver listed in a resolv.conf file (default: /etc/resolv.conf)') parser.add_argument('host', metavar="hostname") parser.add_argument('--port', '-p', action='store', default='443', help='The port, or \'*\' where running TLS is located (default: %(default)s).') -(snip)- The help text obviously is already talking about the correct location. What the metavar value is needed for isn't really obvious to me, but making that point to the correct system location feels at least not like making the situation worse. Cheers, Kilian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org