Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2014 08:52:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194367] [MAINTAINER] japanese/ebnetd: use @dir to handle ${EBNET_RUNDIR} in pkg-plist
Message-ID:  <bug-194367-13-N2SYBfD6Le@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194367-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194367-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=194367

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino@FreeBSD.org

--- Comment #1 from John Marino <marino@FreeBSD.org> ---
should this line:
@dir %%EBNETD_RUNDIR%%

really be

@dir(,,755) %%EBNETD_RUNDIR%%

??

(The original line was "@exec mkdir -m 0755 -p %%EBNETD_RUNDIR%%")


I'm not sure.  755 might be the default anyway so the extra arguments aren't
needed.  You tell me.

-- 
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-194367-13-N2SYBfD6Le>