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 25298ac2cb69c28100c9cc5aa1fde245e23743f5
parent 62f5197e616324a339c052dc83ee043442b2ab7d
Author: slackhead <slackhead@gmail.com>
Date:   Fri, 22 Jun 2018 22:49:10 +0100

fix typo in rc.geomyidae slackware init script

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 @@ -13,7 +13,7 @@ case "$1" in ;; stop) echo "Stopping all geomyidae processes" - [ -n "$PID" ] && kill ${PID[@]} &>/dev/null + [ -n "$PID" ] && kill ${PID[@]} >/dev/null if [ $? -gt 0 ] && [ -n "$PID" ]; then echo "Stopping failed for at least one process" fi