===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
postsrsd-1.6/README.md-54-    or `none`.
postsrsd-1.6/README.md:55:*   `CHROOT_DIR` (default: `${CMAKE_INSTALL_PREFIX}/lib/postsrsd`). Chroot jail
postsrsd-1.6/README.md-56-    for the daemon.
postsrsd-1.6/README.md-57-*   `SYSCONF_DIR` (default: `/etc`). Location of system configuration files.
postsrsd-1.6/README.md:58:*   `CONFIG_DIR` (default: `${SYSCONF_DIR}/default`). Install destination for
postsrsd-1.6/README.md-59-    the postsrsd settings.
postsrsd-1.6/README.md:60:*   `DOC_DIR` (default: `${CMAKE_INSTALL_PREFIX}/share/doc/postsrsd`). Install
postsrsd-1.6/README.md-61-    destination for documentation files.
postsrsd-1.6/README.md:62:*   `SYSD_UNIT_DIR` (default: `${SYSCONF_DIR}/systemd/system`). Install
postsrsd-1.6/README.md-63-    destination for systemd startup files.
##############################################
postsrsd-1.6/init/postsrsd.sysv-lsb.in-87-        if [ -s $PIDFILE ]; then
postsrsd-1.6/init/postsrsd.sysv-lsb.in:88:            PID=`cat $PIDFILE`
postsrsd-1.6/init/postsrsd.sysv-lsb.in-89-            if kill -0 "$PID" 2>/dev/null; then
##############################################
postsrsd-1.6/.pc/0001-Adapt-init-scripts-for-Debian-practices.patch/init/postsrsd.sysv-lsb.in-74-        if [ -s $PIDFILE ]; then
postsrsd-1.6/.pc/0001-Adapt-init-scripts-for-Debian-practices.patch/init/postsrsd.sysv-lsb.in:75:            PID=`cat $PIDFILE`
postsrsd-1.6/.pc/0001-Adapt-init-scripts-for-Debian-practices.patch/init/postsrsd.sysv-lsb.in-76-            if kill -0 "$PID" 2>/dev/null; then
##############################################
postsrsd-1.6/.pc/0002-Match-against-both-executable-and-PID-for-stop-actio.patch/init/postsrsd.sysv-lsb.in-87-        if [ -s $PIDFILE ]; then
postsrsd-1.6/.pc/0002-Match-against-both-executable-and-PID-for-stop-actio.patch/init/postsrsd.sysv-lsb.in:88:            PID=`cat $PIDFILE`
postsrsd-1.6/.pc/0002-Match-against-both-executable-and-PID-for-stop-actio.patch/init/postsrsd.sysv-lsb.in-89-            if kill -0 "$PID" 2>/dev/null; then