Hi everyone,
I wanted to make a separate email thread directly about this topic, we need to
have an organized game plan on how to deal with dtdocbook going forward. A few
ideas have been brought up, now lets come to an agreement. My personal thoughts
on the subject are as follows, as some of yo
On 10/25/18 1:09 AM, Matthew R. Trower wrote:
Did it break somewhere for you?
Sorry I didn't reply to this - yes it was broken. All of the screens
would show:
tail: cannot open '+0f' for reading: No such file or directory
Instead of actual data.
--
Jon Trulson
"In the game of chess, you
Applied to master, thanks!
-jon
On 10/25/18 4:54 AM, Matthew R. Trower wrote:
This just cleans up the UseInstalledX11 logic. It flips the existing
master toggle in site.def instead of overriding it for each platform.
-mrt
Jon Trulson writes:
Nice! Applied to master.
-jon
On 06/27/2018
I've applied this to master. I didn't go through the site.def/host.def
route because this is the only place it will ever be used.
Thanks!
-jon
On 10/25/18 4:20 AM, Matthew R. Trower wrote:
Jon Trulson writes:
This also means that Solaris/Sun and NetBSD will no longer build when
I merge the
That worked for me... Send a patch, I'll apply it.
-jon
On 10/25/18 1:09 AM, Matthew R. Trower wrote:
tail -n +0 -f
--
Jon Trulson
"In the game of chess, you can never let your adversary see your pieces."
- Zapp Brannigan
_
This just cleans up the UseInstalledX11 logic. It flips the existing
master toggle in site.def instead of overriding it for each platform.
-mrt
>From d19bfde88ea2d8f5e4c9fb201bbe9764c13de1b8 Mon Sep 17 00:00:00 2001
From: "Matthew R. Trower"
Date: Thu, 25 Oct 2018 05:38:28 -0500
Subject: [PATCH
Jon Trulson writes:
> This also means that Solaris/Sun and NetBSD will no longer build when
> I merge the commit. It will be up to the people that maintain/use CDE
> for them to send a patch as I do not have those systems available.
>
> So this is a "heads-up" to them as well.
>
> Hopefully it s
Jon,
Regarding commit 392356f6b48c12d8ee3fda4f1a75641dbcfa98c2 ...
Whereas `tail -f` displays the last 10 lines of input before entering
follow mode, `tail +0f` displays the *entire* input before entering follow
mode (the number is the line of input to start on). I'm not certain
what the context