aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #932 from doktornotor/patch-2Renato Botelho2015-08-044-304/+340
|\
| * Bump checkmk package versiondoktornotor2015-08-031-1/+1
| |
| * checkmk.xml - additional whitespace fixesdoktornotor2015-08-031-2/+2
| |
| * checkmk- code style fixes, fix URL again to use last working stable releasedoktornotor2015-08-031-183/+195
| |
| * checkmk_sync.xml - fix filename in headerdoktornotor2015-08-031-1/+1
| |
| * checkmk- code style fixes, fix URL again to use last working stable releasedoktornotor2015-08-031-72/+97
| |
| * checkmk- code style fixes, fix URL again to use last working stable releasedoktornotor2015-08-031-46/+45
| |
* | Merge pull request #933 from doktornotor/patch-6Renato Botelho2015-08-042-4/+1
|\ \ | |/ |/|
| * Bump filer package versiondoktornotor2015-08-041-1/+1
| |
| * filer.xml - remove custom_php_install_command (Fixes Bug #4917)doktornotor2015-08-041-3/+0
|/
* Merge pull request #917 from doktornotor/patch-8Renato Botelho2015-08-032-34/+99
|\
| * softflowd.xml - no need to declare $g any moredoktornotor2015-08-031-1/+1
| |
| * softflowd.xml - fix inverted checkdoktornotor2015-08-031-1/+1
| |
| * softflowd.xml - use platform_booting() to check for bootdoktornotor2015-08-031-1/+1
| |
| * Fix pfSense website linkdoktornotor2015-07-311-1/+1
| |
| * Bump softflowd package versiondoktornotor2015-07-301-1/+1
| |
| * Fix the rest of if braces as well.doktornotor2015-07-301-13/+26
| |
| * softflowd - do not restart on boot plus style fixesdoktornotor2015-07-301-21/+73
| | | | | | | | | | | | - Do not try to restart service on boot, otherwise it may get started twice via /etc/rc.start_packages (Fixes bug #4731). - Add standard XML and copyright headers. - Remove doubled spaces between sentences in descriptions. - Developer style guidelines (spacing, braces).
* | Merge pull request #924 from doktornotor/patch-13Renato Botelho2015-08-033-45/+44
|\ \
| * | nmap.inc - fix indentationdoktornotor2015-08-031-1/+1
| | |
| * | nmap.inc - remove unneeded checksdoktornotor2015-08-031-3/+1
| | |
| * | nmap.inc - fix tag (XHTML)doktornotor2015-08-011-1/+1
| | |
| * | Bump nmap package versiondoktornotor2015-08-011-1/+1
| | |
| * | nmap - code style fixes, add copyright headersdoktornotor2015-08-011-18/+25
| | |
| * | nmap - code style fixes, add copyright headersdoktornotor2015-08-011-25/+19
| | |
* | | Merge pull request #925 from doktornotor/patch-14Renato Botelho2015-08-034-256/+250
|\ \ \
| * | | Bump nut package versiondoktornotor2015-08-021-1/+1
| | | |
| * | | nut.inc - major code cleanup and style fixesdoktornotor2015-08-021-161/+159
| | | | | | | | | | | | | | | | | | | | - remove useless functions and use pfSense equivalents - is_ipaddr(), log_error(), service_start(), service_stop() - replace deprecated eregi() with preg_match() - major coding style cleanup
| * | | nut - code style fixesdoktornotor2015-08-011-44/+36
| | | |
| * | | nut - code style fixesdoktornotor2015-08-011-50/+54
| |/ /
* | | Merge pull request #926 from doktornotor/patch-15Renato Botelho2015-08-034-143/+138
|\ \ \
| * | | sshdcond.inc - fix indentationdoktornotor2015-08-031-1/+1
| | | |
| * | | sshdcond.inc - fix boot check to use platform_booting()doktornotor2015-08-031-3/+1
| | | |
| * | | Bump sshdcond package versiondoktornotor2015-08-021-1/+1
| | | |
| * | | sshdcond - code style fixes, fix boot checkdoktornotor2015-08-021-63/+66
| | | |
| * | | sshdcond - code style fixesdoktornotor2015-08-021-42/+38
| | | |
| * | | sshdcond - code style fixesdoktornotor2015-08-021-35/+33
| |/ /
* | | Merge pull request #922 from doktornotor/patch-11Renato Botelho2015-08-034-27/+119
|\ \ \
| * | | gwled.inc - fix indentationdoktornotor2015-08-031-1/+1
| | | |
| * | | gwled.inc - use is_process_running() and nuke pointless functionsdoktornotor2015-08-031-10/+2
| | | |
| * | | Bump gwled package versiondoktornotor2015-08-011-1/+1
| | | |
| * | | gwled - code style fixes, add copyright headersdoktornotor2015-08-011-4/+42
| | | |
| * | | gwled - code style fixes, add copyright headersdoktornotor2015-08-011-0/+28
| | | |
| * | | gwled - code style fixes, add copyright headersdoktornotor2015-08-011-15/+49
| |/ /
* | | Merge pull request #931 from doktornotor/patch-2Renato Botelho2015-08-031-1/+1
|\ \ \
| * | | arping.xml - fix menu entrydoktornotor2015-08-031-1/+1
|/ / / | | | | | | That bogus > needs to go away.
* | | Merge pull request #930 from doktornotor/patch-9Renato Botelho2015-08-033-22/+88
|\ \ \
| * | | Bump blinkled package versiondoktornotor2015-08-031-1/+1
| | | |
| * | | blinkled - code style fixes, add copyright headersdoktornotor2015-08-031-3/+44
| | | |
| * | | blinkled - code style fixes, add copyright headersdoktornotor2015-08-031-18/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Resubmit of #921.) - Code style fixes - Improve service description. - Remove blinkled_stop() function, used just once -> pointless. - Use is_process_running()