===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nq-0.3.1/NEWS.md-12-
nq-0.3.1/NEWS.md:13:* fq: fix when `$NQDIR` is set and inotify is used.  (Thanks to Sebastian Reuße)
nq-0.3.1/NEWS.md-14-* Support for NetBSD 7.
##############################################
nq-0.3.1/README.md-44-Due to the initial `exec` line in the log files, you can resubmit a
nq-0.3.1/README.md:45:job by executing it as a shell command file, i.e. running `sh $jobid`.
nq-0.3.1/README.md-46-
##############################################
nq-0.3.1/README.md-50-
nq-0.3.1/README.md:51:By default, job ids are per-directory, but you can set `$NQDIR` to put
nq-0.3.1/README.md:52:them elsewhere.  Creating `nq` wrappers setting `$NQDIR` to provide
nq-0.3.1/README.md-53-different queues for different purposes is encouraged.
##############################################
nq-0.3.1/README.md-94-`nq` will only work correctly when:
nq-0.3.1/README.md:95:- `$NQDIR` (respectively `.`) is writable.
nq-0.3.1/README.md:96:- `flock(2)` works in `$NQDIR` (respectively `.`).
nq-0.3.1/README.md-97-- `gettimeofday` behaves monotonic (using `CLOCK_MONOTONIC` would
##############################################
nq-0.3.1/README.md-99-  multiple tasks can run at once due to race conditions.
nq-0.3.1/README.md:100:- No other programs put files matching `,*` into `$NQDIR` (respectively `.`).
nq-0.3.1/README.md-101-
##############################################
nq-0.3.1/debian/changelog-84-  * New upstream version (2017-12-21)
nq-0.3.1/debian/changelog:85:    * Fix an infinite loop in fq when `$NQDIR` is set and inotify is used.
nq-0.3.1/debian/changelog-86-      Thanks to Sebastian Reuße.