On 28/09/2021 05:23, Dan Mahoney (Gushi) wrote:
Hey all,
I'm dealing with rc.d scripting and reading
https://docs.freebsd.org/en/articles/rc-scripting/
Here's my question: Is there a sane way to have something like foo_pid
*completely unset* in one case, but overridable by rc.conf after?
I
Miroslav,
Thanks much for this!
Some of this would be useful additions/further-reading to the handbook page I
originally quoted. I'm happy to prepare a diff, if there's reasonable chance
it would be accepted.
-Dan
> On Sep 28, 2021, at 4:59 AM, Miroslav Lachman <000.f...@quip.cz> wrote:
>
>
On 9/26/2021 11:05 PM, Mark Millard wrote:
> On 2021-Sep-26, at 10:02, Ian Lepore wrote:
>
>> On Sun, 2021-09-26 at 02:27 -0700, Mark Millard via freebsd-current
>> wrote:
>>> On 2021-Sep-25, at 23:25, Mark Millard wrote:
>>>
>>>
>>> [...]
>>> if (argc == 3 && strcmp(argv[2], "-nsec") ==
Hi.
I am trying to get Wayland backend for x11-wm/qtile running, which
requires three new dependencies:
https://codeberg.org/ei/ports/commits/branch/qtile
I want to use tests/ in ports (i.e. x11/py-xkbcommon), so I added:
+do-test:
+ @cd ${WRKSRC}/tests && ${PYTHON_CMD} -m pytest -v -rs
+
The rcscript is a /bin/sh script first, so all of Miroslav's replies are
written in man sh.
However, the following differences
> : ${dummy_enable:=no}
> : ${dummy_msg="Nothing started."}
are only mentioned in manpage
> In the parameter expansions shown previously, use of the colon in the
>
On 29/09/2021 7:38 am, Evgeniy Khramtsov via FreeBSD-ports wrote:
Hi.
I am trying to get Wayland backend for x11-wm/qtile running, which
requires three new dependencies:
https://codeberg.org/ei/ports/commits/branch/qtile
I want to use tests/ in ports (i.e. x11/py-xkbcommon), so I added:
+do-t