URI: 
       fix typo in rc.geomyidae slackware init script - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 25298ac2cb69c28100c9cc5aa1fde245e23743f5
   DIR parent 62f5197e616324a339c052dc83ee043442b2ab7d
  HTML 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:
         M rc.d/rc.geomyidae                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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