Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove useless remount calls on package_deinstall | doktornotor | 2015-08-25 | 1 | -3/+0 |
| | | | These are dealt with by uninstall_package() from pkg-utils.inc. Also the service is stopped by it. | ||||
* | apcupsd - code style cleanup | doktornotor | 2015-08-10 | 1 | -80/+50 |
| | | | | | | - Remove outdated pfSense <=2.0 stuff and other junk - Fix broken pfS version check - Code style cleanup - Valid XHTML | ||||
* | apcupsd - code style cleanup | doktornotor | 2015-08-10 | 1 | -10/+13 |
| | | | | - Update copyright header - Code style fixes | ||||
* | apcupsd - code style cleanup | doktornotor | 2015-08-10 | 1 | -28/+28 |
| | | | Fix copyright header | ||||
* | apcupsd - code style cleanup | doktornotor | 2015-08-10 | 1 | -165/+152 |
| | | | | | - Fix copyright headers - Code style cleanup - Use stop_service()/restart_service() | ||||
* | apcupsd - code style cleanup | doktornotor | 2015-08-10 | 1 | -170/+177 |
| | | | | | | | - Fix copyright header - Fix indendation - Fix file permissions (no need for these to be executable) - Remove useless empty tags - Attempt to make the descriptions more readable. | ||||
* | Merge pull request #849 from gogglespisano/apcupsd | Renato Botelho | 2015-04-09 | 1 | -2/+5 |
|\ | |||||
| * | Apcupsd - Bug 4650 - Support TLS email notifications and update email ↵ | Stuart Wyatt | 2015-04-07 | 1 | -2/+5 |
| | | | | | | | | | | | | notification flag tests Bump package number to 0.3.5 | ||||
* | | apcupsd - replace system exec `hostname` for php function gethostname() | Danilo G. Baio (dbaio) | 2015-04-09 | 1 | -1/+3 |
| | | |||||
* | | apcupsd - use quotes for array key names | Danilo G. Baio (dbaio) | 2015-04-09 | 1 | -5/+5 |
| | | |||||
* | | apcupsd - use function is_port() | Danilo G. Baio (dbaio) | 2015-04-09 | 1 | -2/+2 |
| | | |||||
* | | apcupsd - add link for pfSense forum | Danilo G. Baio (dbaio) | 2015-04-07 | 1 | -0/+2 |
| | | |||||
* | | apcupsd - bump version | Danilo G. Baio (dbaio) | 2015-04-07 | 1 | -1/+1 |
| | | |||||
* | | apcupsd - change function apccontrol_scripts_install() | Danilo G. Baio (dbaio) | 2015-04-07 | 1 | -2/+68 |
| | | |||||
* | | apcupsd - add new fields | Danilo G. Baio (dbaio) | 2015-04-07 | 1 | -5/+57 |
|/ | |||||
* | apcupsd - change path of an include file | Danilo G. Baio (dbaio) | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | apcupsd - change message | Danilo G. Baio (dbaio) | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | apcupsd - fix tabs | Danilo G. Baio (dbaio) | 2015-03-25 | 1 | -26/+26 |
| | |||||
* | apcupsd - bump version | Danilo G. Baio (dbaio) | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | apcupsd - improve status page | Danilo G. Baio (dbaio) | 2015-03-24 | 1 | -7/+63 |
| | |||||
* | apcupsd - add functions | Danilo G. Baio (dbaio) | 2015-03-24 | 1 | -0/+40 |
| | |||||
* | apcupsd - fix e-mail notifications | Danilo G. Baio (dbaio) | 2015-02-16 | 2 | -2/+2 |
| | |||||
* | apcupsd - bump version | Danilo G. Baio (dbaio) | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | apcupsd - fix code | Danilo G. Baio (dbaio) | 2014-12-24 | 1 | -3/+1 |
| | |||||
* | apcupsd - fix rcfile for removing all types of lock files and put an ↵ | Danilo G. Baio (dbaio) | 2014-12-13 | 2 | -3/+14 |
| | | | | information for email notifications | ||||
* | Fix call-time pass-by-reference in apcupsd. Bump. | jim-p | 2014-05-09 | 1 | -2/+2 |
| | |||||
* | apcupsd - add lockfile option | Danilo G. Baio (dbaio) | 2014-04-21 | 3 | -3/+14 |
| | |||||
* | apcupsd - fix lock file when using usb devices | Danilo G. Baio (dbaio) | 2014-04-14 | 2 | -1/+4 |
| | |||||
* | Fix a whole bunch of invalid version tests. | jim-p | 2014-04-10 | 1 | -3/+2 |
| | |||||
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 3 | -6/+6 |
| | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config | ||||
* | APC status text typos | Phil Davis | 2014-02-20 | 1 | -3/+2 |
| | |||||
* | apcupsd - added device field | Danilo G. Baio (dbaio) | 2014-02-12 | 3 | -6/+9 |
| | |||||
* | apcupsd - bump version | Danilo G. Baio (dbaio) | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | apcupsd - modifying default scripts to send mail reports on install package ↵ | Danilo G. Baio (dbaio) | 2014-01-26 | 2 | -2/+38 |
| | | | | process | ||||
* | apcupsd - add script to send mail reports | Danilo G. Baio (dbaio) | 2014-01-26 | 1 | -0/+96 |
| | |||||
* | New package Apcupsd. A daemon for controlling APC UPSes. | Danilo G. Baio (dbaio) | 2013-12-26 | 4 | -0/+1004 |