geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit be50f346fca51181200fb47530981c722ed574d9
parent d7bb95819f8027c48d53cf93b01d676ea26d26df
Author: Spenser Truex <truex@equwal.com>
Date:   Sat, 26 Sep 2020 10:24:16 -0700

Remove errorneous extra set of parentheses.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
rc.d/rc.geomyidae | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc.d/rc.geomyidae b/rc.d/rc.geomyidae @@ -1,7 +1,7 @@ #!/bin/sh # Array of all PIDS -PID=($(pidof -o %PPID /usr/sbin/geomyidae)) +PID=$(pidof -o %PPID /usr/sbin/geomyidae) case "$1" in start)