URI: 
       Fixing a spurious pid file creation. - 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 edbc6bce3a20468b4c81c700a373fcd73fce1cde
   DIR parent 964dd5f59cdd05269a9f84f3b960791577758595
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 26 Feb 2011 18:15:49 +0100
       
       Fixing a spurious pid file creation.
       
       Diffstat:
         M rc.d/Archlinux.rc.d                 |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/rc.d/Archlinux.rc.d b/rc.d/Archlinux.rc.d
       @@ -12,8 +12,6 @@ case "$1" in
            if [ $? -gt 0 ]; then
              stat_fail
            else
       -      PID=`pidof -o %PPID /usr/bin/geomyidae`
       -      echo $PID >/var/run/geomyidae.pid
              add_daemon geomyidae
              stat_done
            fi