Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2014 06:55:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192879] ports-mgmt/portlint: Ambiguous warnings and recommendations for paths outside of PREFIX
Message-ID:  <bug-192879-13-lSyFYDC4tw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192879-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192879-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192879

--- Comment #1 from Kubilay Kocak <koobs@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192879-13-lSyFYDC4tw>