diff options
Diffstat (limited to 'net-mgmt/darkstat/files/darkstat.in')
-rw-r--r-- | net-mgmt/darkstat/files/darkstat.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/darkstat/files/darkstat.in b/net-mgmt/darkstat/files/darkstat.in index fd87a6ffe09a..616992b82dfc 100644 --- a/net-mgmt/darkstat/files/darkstat.in +++ b/net-mgmt/darkstat/files/darkstat.in @@ -18,11 +18,14 @@ # darkstat_pidname="darkstat.pid" # darkstat_dropuser="nobody" # darkstat_flags="" +# # - examples: [ --no-promisc ] [ --no-dns ] [ -p port ] # [ -b bindaddr ] [ -f filter ] [ -l network/netmask ] # [ --daylog filename ] [ --import filename ] [ --export filename ] +# [ --hosts-max count ] [ --hosts-keep count ] [ --ports-max count ] +# [ --ports-keep count ] [ --highest-port port ] # -# - DON'T pass -i, --chroot, --pidfile, or --user here +# - DON'T pass -i, -r, --chroot, --pidfile, or --user here # # Please refer to the darkstat(1) manual page for full documentation. |