aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
* | | 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-031-33/+98
|\ \
| * | 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
| | |
| * | 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-032-44/+43
|\ \ \
| * | | 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
| | | |
| * | | 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-033-255/+249
|\ \ \
| * | | 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-033-142/+137
|\ \ \
| * | | sshdcond.inc - fix indentationdoktornotor2015-08-031-1/+1
| | | |
| * | | sshdcond.inc - fix boot check to use platform_booting()doktornotor2015-08-031-3/+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-033-26/+118
|\ \ \
| * | | gwled.inc - fix indentationdoktornotor2015-08-031-1/+1
| | | |
| * | | gwled.inc - use is_process_running() and nuke pointless functionsdoktornotor2015-08-031-10/+2
| | | |
| * | | 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
| |/ /
* | | 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-032-21/+87
|\ \ \
| * | | 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()
* | | | Merge pull request #929 from doktornotor/patch-5Renato Botelho2015-08-031-6/+24
|\ \ \ \
| * | | | ntopng - attempt to reduce log spam (resubmit of #915)doktornotor2015-08-031-6/+24
| |/ / / | | | | | | | | Symlink the scripts directory to /usr/local/share/ntopng to reduce logspam caused by PBI stupidity. (Declare $pf_version global on first use while at it, and clean up after itself on uninstall.)
* | | | Merge pull request #909 from doktornotor/patch-2Renato Botelho2015-08-032-76/+95
|\ \ \ \ | |/ / / |/| | |
| * | | tinydns.xml - fix copyright header, remove unused tags, doktornotor2015-07-311-53/+56
| | | | | | | | | | | | fix indentation, fix PHP style.
| * | | tinydns.xml - fix permissions for installed filesdoktornotor2015-07-311-12/+3
| | | | | | | | | | | | | | | | - Removed whole lot of 077 chmods - Make the 3 scripts that actually have /usr/local/bin/php shebang 0775 instead.
| * | | Bug #4555 - Tiny DNS: Service does not startdoktornotor2015-07-281-11/+36
| | | | | | | | | | | | Attempt on fixing the paths.
* | | | Merge pull request #910 from doktornotor/patch-3Renato Botelho2015-08-031-1/+3
|\ \ \ \
| * | | | Remove syslog-ng.conf on package deinstalldoktornotor2015-07-281-0/+1
| | | | | | | | | | | | | | | Another leftover.
| * | | | Remove logrotate.conf on package deinstalldoktornotor2015-07-281-0/+1
| | | | | | | | | | | | | | | Do not leave stale files behind on package removal.
| * | | | Bug #4612 - fix syslog-ng logrotate cron jobdoktornotor2015-07-281-1/+1
| |/ / / | | | | | | | | Fix the path to logrotate binary.
* | | | Merge pull request #918 from doktornotor/patch-5Renato Botelho2015-08-032-4/+74
|\ \ \ \
| * | | | Fix pfSense website linkdoktornotor2015-07-311-1/+1
| | | | |
| * | | | Fix pfSense website linkdoktornotor2015-07-311-1/+1
| | | | | | | | | | | | | | | This is wrong just about everywhere in the repo... Meh.