Skip to content

Instantly share code, notes, and snippets.

@dlangille
Last active January 9, 2019 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlangille/3b1e15161f56d3577e010dc77ff71846 to your computer and use it in GitHub Desktop.
Save dlangille/3b1e15161f56d3577e010dc77ff71846 to your computer and use it in GitHub Desktop.
poudriere testport output:
=>> Checking for extra files and directories
=>> Error: Files or directories modified:
%%FP_DATADIR%%/cache/daily user (10001, 80) permissions (0755, 0775)
%%FP_DATADIR%%/cache/news permissions (0755, 0775)
From a testport -i shell:
root@120amd64-default-master-list:~freshports/cache # ls -ld
drwxr-xr-x 9 freshports freshports 9 Jan 9 17:21 .
root@120amd64-default-master-list:~freshports/cache # ls -l
total 4
drwxrwxr-x 2 www freshports 2 Jan 9 17:20 daily
drwxr-xr-x 2 www freshports 2 Jan 9 17:20 general
drwxr-xr-x 2 freshports freshports 2 Jan 6 20:44 html
drwxrwxr-x 2 www freshports 2 Jan 9 17:20 news
drwxr-xr-x 2 www freshports 2 Jan 9 17:20 pages
drwxrwxr-x 2 www freshports 2 Jan 6 20:44 ports
drwxrwxr-x 2 www freshports 2 Jan 6 20:44 spooling
From Makefile:
${MKDIR} ${STAGEDIR}${FP_DATADIR}
${MKDIR} ${STAGEDIR}${FP_DATADIR}/cache
${MKDIR} ${STAGEDIR}${FP_DATADIR}/cache/daily
${MKDIR} ${STAGEDIR}${FP_DATADIR}/cache/general
${MKDIR} ${STAGEDIR}${FP_DATADIR}/cache/news
${MKDIR} ${STAGEDIR}${FP_DATADIR}/cache/pages
${MKDIR} ${STAGEDIR}${FP_DATADIR}/cache/ports
${MKDIR} ${STAGEDIR}${FP_DATADIR}/signals
${MKDIR} ${STAGEDIR}${FP_DATADIR}/tmp
From pkg-list:
@dir(freshports,freshports,755) %%FP_DATADIR%%
@dir(freshports,freshports,755) %%FP_DATADIR%%/cache
@dir(www,freshports,775) %%FP_DATADIR%%/cache/daily
@dir(www,freshports,755) %%FP_DATADIR%%/cache/general
@dir(www,freshports,775) %%FP_DATADIR%%/cache/news
@dir(www,freshports,755) %%FP_DATADIR%%/cache/pages
@dir(www,freshports,775) %%FP_DATADIR%%/cache/ports
@dir(freshports,freshports,755) %%FP_DATADIR%%/signals
@dir(freshports,freshports,755) %%FP_DATADIR%%/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment