[Bug 231277] dns/ddclient: perl SHEBANG wrong
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 10 06:48:04 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231277
Bug ID: 231277
Summary: dns/ddclient: perl SHEBANG wrong
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: ohartmann at walstatt.org
CC: mjl at luckie.org.nz
CC: mjl at luckie.org.nz
Flags: maintainer-feedback?(mjl at luckie.org.nz)
Running dns/ddclient on a 12-CURRENT router facility reveals some problems
lately and investigating /usr/local/sbin/ddclient (PERL 5 script) reveals, that
the SHEBANG header is comprised from:
#!/usr/local/bin/perl -w
#!/usr/local/local/bin/perl -w
######################################################################
#
# DDCLIENT - a Perl client for updating DynDNS information
#
# Author: Paul Burry (paul+ddclient at burry.ca)
[...]
The second line seems clearly wrong.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list