You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/02/23 02:17:33 UTC

[jira] Commented: (TS-202) make install should install config files as the same user as "runtime" will write them back as

    [ https://issues.apache.org/jira/browse/TS-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837024#action_12837024 ] 

Leif Hedstrom commented on TS-202:
----------------------------------

hmmm, it feels that there ought to be an "install" argument specifying user, e.g. it ought to do

   /usr/bin/install -c -o nobody -g nobody -m 644 'remap.config' '/opt/ats/etc/trafficserver/remap.config'


Is there no way to specify this to autoconf/automake?

> make install should install config files as the same user as "runtime" will write them back as
> ----------------------------------------------------------------------------------------------
>
>                 Key: TS-202
>                 URL: https://issues.apache.org/jira/browse/TS-202
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Leif Hedstrom
>            Assignee: George Paul
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: 0001-TS202_patch1.diff.patch
>
>
> When doing a make install, it's confusing that the ownership of the config files are "root", while after running, they get rewritten as the "runtime" user (nobody by default). We should make sure install sets the owner properly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.