aboutsummaryrefslogtreecommitdiffstats
path: root/config/vnstat2/vnstat2.inc
Commit message (Collapse)AuthorAgeFilesLines
* vnstat2 - use install_cron_job() instead of reimplementing itdoktornotor2015-09-031-45/+2
|
* Remove useless remount callsdoktornotor2015-08-251-2/+0
| | | These are dealt with by uninstall_package() from pkg-utils.inc.
* vnstat2 - code style cleanup round 2doktornotor2015-08-081-37/+63
| | | | - Add missing copyright header - Code style fixes
* Declare $config as global variable. Fixes #4834.k-paulius2015-07-131-0/+1
|
* formatted vnstat2 php codek-paulius2015-07-131-138/+135
|
* A few simplifications in vnstat2jim-p2015-03-271-7/+5
|
* Various fixes for vnstat2 for 2.2 and others. Version bump for new binaries.jim-p2015-02-031-35/+61
|
* Update vnstat PHP frontend to 1.5.2, disable PHP error reporting.jim-p2014-12-111-1/+1
|
* Moved php files into additional filesBryan Paradis2014-02-211-9/+0
| | | | | | | bin folder renamed to www abc files renamed to php removed delete lines in vnstat2.inc for php files removed install lines in vnstat2.inc for php files
* Remove line as request by ermalBryan Paradis2014-02-211-1/+0
| | | | | | | "ermal added a note 27 minutes ago repo collab Please remove this line." exec("cd /var/db/pkg/ && pkg_delete `ls | grep vnstat`");
* fixed uninstall of vnstat.conBryan Paradis2014-01-231-1/+1
|
* EOL conversionBryan Paradis2014-01-231-1/+1
|
* updated vnstat2.inc paths, indents, uninstallBryan Paradis2014-01-221-19/+17
|
* removed redundant commentBryan Paradis2014-01-161-1/+0
|
* comments, vnstat conf version #, indentsparawizard2014-01-151-0/+1
|
* Update to frontend 1.5.1; fixesparawizard2014-01-151-51/+8
| | | | | | | | | | | | | | | | | | | | vnstat_php_frontend-1.5.1: -replaced the depreciated split() function with explode(); -renamed vnstat_php_frontend-1.5.1-updated config.php generation: -added two new static variables for vnstat_php_frontend-1.5.1; $locale and $language -updated version number // Unpack and move Vnstat frontend exec("cd .."); exec("tar -zxovf /usr/local/pkg/vnstat_php_frontend-1.5.1-updated.tar.gz"); exec("mv vnstat_php_frontend-1.5.1-updated /usr/local/www/vnstat2"); $locale = "\$locale = 'en_US.UTF-8';"; $language = "\$language = 'en';"; $locale $language
* Added links to fix pbi problem /w i386 and amd64 parawizard2014-01-151-0/+3
| | | | | | Line 154 // Check for pbi install and arch type then create symlinks if (file_exists('/usr/pbi/vnstat-i386')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-i386/etc/vnstat.conf"); } if (file_exists('/usr/pbi/vnstat-amd64')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-amd64/etc/vnstat.conf"); }
* [vnstat2] On pfsense upgrade don't move DB dir as vlan filenames will be wrongPerry Mason2011-02-261-1/+2
|
* [vnstat2] Update names correctlyPerry Mason2011-01-231-2/+2
|
* [vnstat2] Don't forget write_configPerry Mason2011-01-061-0/+1
|
* [vnstat2] Make php frontend an optionPerry Mason2011-01-051-8/+23
|
* [vnstat2] Change vnstati, fix monthrate on install, add go back linkPerry Mason2010-12-221-5/+11
|
* [vnstat2] extra option added, going betaPerry Mason2010-12-161-0/+14
|
* [vnstat2] Change how cron is added or removedPerry Mason2010-12-141-44/+52
|
* [vnstat2] Correct iface title and no need for vnstat.confPerry Mason2010-12-091-2/+3
|
* [vnstat2]moving db to conf dir to handle slice change. improve sync and ↵Perry Mason2010-12-071-8/+29
| | | | upgrade Ticket #524
* [vnstat2] adding bash filePerry Mason2010-07-011-21/+3
|
* [vnstat2] on vnstat cron update use mount_rwPerry Mason2010-07-011-1/+21
|
* [vnstat2] add file and dir exists checkPerry Mason2010-07-011-3/+4
|
* [vnstat2] deinstall morePerry Mason2010-07-011-1/+3
|
* [vnstat2] adding monthrotate and vnstatiPerry Mason2010-06-301-0/+56
|
* [vnstat2] more nanobsd friendlyPerry Mason2010-06-301-3/+6
|
* [vnstat2] going convertPerry Mason2010-06-111-2/+2
|
* [vnstat2] missing ifname_outPerry Mason2010-06-111-1/+1
|
* [vnstat2] get them allPerry Mason2010-06-111-1/+1
|
* [vnstat2] fixing how real interfaces names are collectedPerry Mason2010-06-111-2/+1
|
* [vnstat2]fix urlPerry Mason2010-01-241-4/+4
|
* Adding vnstat2Perry Mason2010-01-241-0/+232