summary refs log tree commit diff
path: root/FreeBSD
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-15 17:50:19 -0400
committerJune McEnroe <june@causal.agency>2020-08-15 17:50:19 -0400
commita2c5773b0392cd2d98386a09c5c8a726af25ed87 (patch)
treecbb45d7ab0545f9e8f707e0f9e423fb3942f5805 /FreeBSD
parentAdd FreeBSD rc script (diff)
downloadcatsit-a2c5773b0392cd2d98386a09c5c8a726af25ed87.tar.gz
catsit-a2c5773b0392cd2d98386a09c5c8a726af25ed87.zip
Log when service name pattern doesn't match
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
6633a2d95ff24de1a7a6b9df64534cd9e82e&follow=1'>Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe