You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/06/08 19:00:28 UTC

[GitHub] [trafficcontrol] ocket8888 commented on pull request #6880: t3c will ensure config files are owned by ats

ocket8888 commented on PR #6880:
URL: https://github.com/apache/trafficcontrol/pull/6880#issuecomment-1150285050

   To test this I made a copy of `t3c-diff`'s README, but it doesn't seem to detect that it doesn't have the right owner:
   ```console
   $ stat ./README.md 
     File: ./README.md
     Size: 3471      	Blocks: 8          IO Block: 4096   regular file
   Device: 10303h/66307d	Inode: 17697181    Links: 1
   Access: (0664/-rw-rw-r--)  Uid: ( 1000/ocket8888)   Gid: ( 1000/ocket8888)
   Access: 2022-06-08 12:55:22.414520586 -0600
   Modify: 2022-06-08 12:55:22.414520586 -0600
   Change: 2022-06-08 12:55:22.414520586 -0600
    Birth: 2022-06-08 12:55:22.414520586 -0600
   $ ./t3c-diff -l '<!--' -m 0664 -u 0 -g 0 -a ./README.md -b ./README.new.md
   $ echo $?
   0
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org