[Bug 192879] ports-mgmt/portlint: Ambiguous warnings and recommendations for paths outside of PREFIX

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 21 06:55:11 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192879

--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
As per IRC conversation with antoine@

16:50:45 antoine_ | either use
16:50:58 antoine_ | @exec install -d -o root -g wheel -m 711 /var/spool/prelude
                  | @unexec rmdir /var/spool/prelude 2>/dev/null || true
16:51:01 antoine_ | or
16:51:06 antoine_ | @exec install -d -o root -g wheel -m 711 /var/spool/prelude
                  | @dirrmtry /var/spool/prelude
16:51:39 antoine_ | i will put a commit hook killing everybody putting @cwd in
plist
16:51:44 antoine_ | in a few days

portlint ought to work within these constraints

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list