aboutsummaryrefslogtreecommitdiff
path: root/net/darkstat/files
Commit message (Collapse)AuthorAge
* darkstat: correct incompatbility with sshdJean-Michel Lacroix2020-07-01
| | | | | | | | | | | | | | | The init file of darkstat is creating the pid in /var/empty and setting the owner of the directory to darkstat which is incompatible with sshd as sshd requires /var/empty to be owned by root and not group or world-writable. See issue #12420. This corrects the problem by creating another directory: /var/darkstat instead without setting the owner, which is not actually required. Compile tested: not applicable as the changes do not involve compilation. Tested on my home router running darkstat. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* darkstat: correction of a variable in the init scriptJean-Michel Lacroix2018-11-26
| | | | | | | | This is to correct the variable name CONFIGSTR in the export_bool sub-routine: the variable in line 26 was written CONFIGSTRING instead of CONFIGSTR. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* darkstat: procd init script and enabling additional parametersJean-Michel Lacroix2018-11-16
| | | | | | | | | | | | | | | This is to change the init script to a procd init script This also enable some additional parameters in the binary that were present but not enabled: The export file (option export_file) The import file (option import_file) The daylog (option daylog_file) These are disabled by default. Also, the option to run as a daemon is removed, as not compatible with procd. There is no change in the binary. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* darkstat: Network bandwidth monitor - version 3.0.719Jean-Michel Lacroix2016-07-11
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info> From the oldpackages. Updated to version 3.0.719, new config file to add more options Rewritten init file to take in account the new config file and removing a bug when stopping the daemon. Corrected license information in Makefile Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>