You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/04/02 18:15:30 UTC

[jira] [Updated] (TS-1515) traffic_shell has references to timezone "manipulation" that doesn't work

     [ https://issues.apache.org/jira/browse/TS-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-1515:
------------------------------

    Fix Version/s:     (was: 6.0.0)

> traffic_shell has references to timezone "manipulation" that doesn't work
> -------------------------------------------------------------------------
>
>                 Key: TS-1515
>                 URL: https://issues.apache.org/jira/browse/TS-1515
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Manager
>    Affects Versions: 3.3.0, 3.2.3
>            Reporter: Igor Galić
>
> Our build system (OpenCSW) complains about "tainted binaries". Turns out {{traffic_shell}} is referencing things in {{/usr/share}}:
> {noformat}
> /mgmt/cli/ConfigCmd.cc
> 2777:  const char *zonetable = "/usr/share/zoneinfo/zone.tab";
> 2876:    snprintf(command, sizeof(command), "/bin/cp -f /usr/share/zoneinfo/%s /etc/localtime", new_zone);
> 2893:  const char *zonetable = "/usr/share/zoneinfo/zone.tab";
> {noformat}
> This is practically defunct, and should, along with other things from {{traffic_shell}}, that are equally defunct, be removed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)