aboutsummaryrefslogtreecommitdiffstats
path: root/config/vnstat2
Commit message (Collapse)AuthorAgeFilesLines
* Nuke useless cruft from URLsdoktornotor2015-10-251-4/+4
|
* Nuke useless cruft from URLsdoktornotor2015-10-251-5/+5
|
* Add privileges configuration to vnstat2 packagedoktornotor2015-10-251-0/+44
|
* Add privileges configuration to vnstat2 packagedoktornotor2015-10-251-6/+10
|
* 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-6/+35
| | | Add copyright header and attempt some XHTML fixes while here. Remove obsolete pfSense 2.0 junk
* vnstat2 - code style cleanup round 2doktornotor2015-08-081-0/+28
| | | This coding masterpiece certainly needs a copyright header as well... :-P
* vnstat2 - code style cleanup round 2doktornotor2015-08-081-35/+18
| | | | | | - Fix copyright header and remove some ACL copy'n'paste junk - Code style fixes - XHTML fixes - Remove some obsolete pfSense 2.0 checks junk
* vnstat2 - code style cleanup round 2doktornotor2015-08-081-36/+19
| | | | | | - Fix copyright header and remove some ACL copy'n'paste junk - Code style fixes - XHTML fixes - Remove some obsolete pfSense 2.0 checks junk
* vnstat2 - code style cleanup round 2doktornotor2015-08-081-9/+41
| | | | | - Add missing copyright header - Remove empty tags - Use consistent version across XML files
* vnstat2 - code style cleanup round 2doktornotor2015-08-081-9/+41
| | | | | - Add missing copyright header - Remove empty tags - Use consistent version across XML files
* vnstat2 - code style cleanup round 2doktornotor2015-08-081-37/+63
| | | | - Add missing copyright header - Code style fixes
* vnstat2 - code style cleanup round 2doktornotor2015-08-081-40/+43
| | | | | - Fix copyright headers - Remove useless/empty tags - Use consistent version across XML files
* Declare $config as global variable. Fixes #4834.k-paulius2015-07-131-0/+1
|
* formatted vnstat2 php codek-paulius2015-07-134-230/+234
|
* vnstat2 XML file whitespace cleanupk-paulius2015-07-133-45/+42
|
* 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-033-38/+64
|
* Update vnstat PHP frontend to 1.5.2, disable PHP error reporting.jim-p2014-12-1126-170/+801
|
* Fix a whole bunch of invalid version tests.jim-p2014-04-102-4/+4
|
* Fixup URLs:Renato Botelho2014-03-181-31/+31
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* %P to %p for freebsd strftime compatiblityBryan Paradis2014-02-251-1/+1
|
* %P to %p for freebsd strftime compatiblityBryan Paradis2014-02-251-1/+1
|
* Moved php files into additional filesBryan Paradis2014-02-215-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
* Move www files into additional filesBryan Paradis2014-02-211-8/+8
| | | | | rename bin to www move files to additional files and remove from installation script.
* 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`");
* Menu name capitalizationBryan Paradis2014-01-271-1/+1
|
* fixed uninstall of vnstat.conBryan Paradis2014-01-231-1/+1
|
* EOL conversionBryan Paradis2014-01-235-1/+5
|
* updated vnstat.inc path in two xmlBryan Paradis2014-01-232-2/+2
|
* vnstat2.xml paths + additional vnstat_php_frontendBryan Paradis2014-01-231-14/+124
|
* updated vnstat2.inc paths, indents, uninstallBryan Paradis2014-01-221-19/+17
|
* added vnstat_php_frontend moving away from tarBryan Paradis2014-01-2223-0/+2562
|
* removed redundant commentBryan Paradis2014-01-161-1/+0
|
* Corrected the .abc file paths!Bryan Paradis2014-01-161-4/+4
| | | They were pointed at files.pfsense.org before
* updated additional package for php front end 1.5.1Bryan Paradis2014-01-161-1/+1
|
* 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"); }
* Fix/relocate a bunch of missing files/dependencies for binaries that were ↵jim-p2013-05-281-5/+5
| | | | removed from git but lingered on www rather than files.
* [vnstat2] On pfsense upgrade don't move DB dir as vlan filenames will be wrongPerry Mason2011-02-261-1/+2
|
* [vnstat2] Use the correct variablePerry Mason2011-01-241-1/+1
|
* [vnstat2] Update names correctlyPerry Mason2011-01-233-5/+4
|
* [vnstat2] Don't forget write_configPerry Mason2011-01-061-0/+1
|
* [vnstat2] Don't forget friendly desciptionPerry Mason2011-01-061-1/+2
|
* [vnstat2] Make php frontend an optionPerry Mason2011-01-054-10/+30
|
* [vnstat2] use friendly description in vnstatiPerry Mason2010-12-221-1/+2
|
* [vnstat2] I should really clear that cachePerry Mason2010-12-221-9/+9
|
* [vnstat2] Change vnstati, fix monthrate on install, add go back linkPerry Mason2010-12-227-31/+54
|