aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* remove useless remount calls on package_deinstalldoktornotor2015-08-251-3/+0
| | | These are dealt with by uninstall_package() from pkg-utils.inc. Also the service is stopped by it.
* arpwatch - do not create sendmail hardlinks... Evil.doktornotor2015-08-241-1/+7
| | | | | | | You can end up with orphaned /usr/sbin/sendmail as a copy of sm.php script, causing cron and other unwanted spam even after uninstalling the package. I recall couple of users complaining on the forum, examples: https://forum.pfsense.org/index.php/topic,68004.0.html https://forum.pfsense.org/index.php?topic=74000.msg406041#msg406041 This still is not a proper fix, this shouldn't require and create /usr/sbin/sendmail at all.
* Merge pull request #1020 from doktornotor/patch-13Renato Botelho2015-08-247-523/+581
|\
| * bind - code style fixesdoktornotor2015-08-221-115/+107
| | | | | | | | | | - Fix copyright header - Code style fixes - Use safe_mkdir and {stop,restart}_service()
| * bind - code style fixesdoktornotor2015-08-221-31/+31
| | | | | | | | | | - Fix copyright header - Some XHTML fixes - Wrap javascript in CDATA
| * bind - code style fixesdoktornotor2015-08-221-108/+142
| | | | | | | | | | | | - Fix copyright header - Fix custom_php_validation_command syntax - Nuke unused tags - Improve descriptions, typo fixes
| * bind - code style fixesdoktornotor2015-08-221-63/+54
| | | | | | | | | | - Fix copyright header - Nuke loads of unused tags - Improve descriptions, typo fixes
| * bind - code style fixesdoktornotor2015-08-221-48/+52
| | | | | | | | | | - Fix copyright header - Nuke unused tags - Improve descriptions, typo fixes
| * bind - code style fixesdoktornotor2015-08-221-54/+37
| | | | | | | | | | - Fix copyright header - Nuke loads of unused tags - Improve descriptions, typo fixes
| * bind - code style fixesdoktornotor2015-08-221-104/+158
| | | | | | | | | | | | - Fix copyright header - Fix file permissions - Nuke loads of unused tags - Improve descriptions, typo fixes
* | Merge pull request #1019 from doktornotor/patch-4Renato Botelho2015-08-241-3/+0
|\ \
| * | remove useless log spamdoktornotor2015-08-211-3/+0
| |/ | | | | Nut takes quite some time to launch (notably with networked UPS); this creates misleading log entries confusing users.
* | Merge pull request #1017 from doktornotor/patch-11Renato Botelho2015-08-241-6/+0
|\ \
| * | Nuke bunch of unused tags in XML filedoktornotor2015-08-201-6/+0
| |/
* | Merge pull request #1015 from PiBa-NL/haproxy_0.28Renato Botelho2015-08-246-20/+217
|\ \
| * | haproxy-devel, fix package for pfsense 2.1.5, bump pkg v0.28PiBa-NL2015-08-206-20/+217
| |/ | | | | | | | | | | | | -add email settings for 1.6-dev version -remove call to nonexisting javascript function -put a maximum height to a table textarea + scrollbar -remove httpchk from config file when not used
* | Merge pull request #1013 from doktornotor/patch-10Renato Botelho2015-08-242-194/+223
|\ \
| * | zabbix-agent-lts - code style cleanupdoktornotor2015-08-191-1/+1
| | | | | | | | | Fix copy/paste error in input validation.
| * | zabbix-agent-lts - code style cleanupdoktornotor2015-08-191-141/+134
| | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and allignment fixes - Remove unused php_install_zabbix_agent_lts() function - Use stop_service()/restart_service() - Use mwexec() instead of exec() - Improve some input validations
| * | zabbix-agent-lts - code style cleanupdoktornotor2015-08-191-53/+89
| |/ | | | | | | | | | | | | - Fix copyright header - Fix file permissions - Nuke unused/useless tags - Improve some descriptions. - Move User Parameters to advancedfield
* | Merge pull request #1012 from doktornotor/patch-9Renato Botelho2015-08-242-148/+152
|\ \
| * | zabbix-proxy-lts - code style cleanupdoktornotor2015-08-191-9/+11
| | | | | | | | | | | | - Use mwexec - Improve input validation
| * | zabbix-proxy-lts - code style cleanupdoktornotor2015-08-191-53/+62
| | | | | | | | | | | | | | | - Fix copyright header - Fix file permissions - Nuke unused/useless tags
| * | zabbix-proxy-lts - code style cleanupdoktornotor2015-08-191-93/+86
| |/ | | | | | | | | | | - Fix copyright header - Code style and allignment fixes - Remove unused php_install_zabbix_proxy_lts() function - Use stop_service()/restart_service()
* | Merge pull request #1011 from doktornotor/patch-8Renato Botelho2015-08-247-636/+587
|\ \
| * | EOL at EOFdoktornotor2015-08-181-1/+1
| | |
| * | asterisk - code style cleanupdoktornotor2015-08-181-62/+48
| | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation
| * | asterisk - code style cleanupdoktornotor2015-08-181-213/+212
| | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation
| * | asterisk - code style cleanupdoktornotor2015-08-181-4/+4
| | | | | | | | | A couple of missed XHTML fixes.
| * | asterisk - code style cleanupdoktornotor2015-08-181-67/+65
| | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation fixes
| * | asterisk - code style cleanupdoktornotor2015-08-181-95/+86
| | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - XHTML validation fixes - Improve cache handling
| * | asterisk - code style cleanupdoktornotor2015-08-181-147/+139
| | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - Rename the rc script to asterisk.sh; use write_rcfile() to create the script, instead of the messy preg_replace() stuff. This also should hopefully fix Bug #4717 for some users. - Use stop_service()/restart_service() instead of calling the script via exec() - Stop the service and actually remove the rc script on uninstall, instead of making it non-executable
| * | asterisk - code style cleanupdoktornotor2015-08-181-51/+36
| |/ | | | | | | | | | | - Fix copyright header - Fix file permissions - Remove unused tags - Rename the rc script to match pretty much any other package out there
* | Merge pull request #1010 from doktornotor/patch-7Renato Botelho2015-08-244-205/+238
|\ \
| * | siproxd - code style and bugfixdoktornotor2015-08-181-106/+141
| | | | | | | | | | | | - Code style and clean up - Fix Bug #4684 - do not (re)start siproxd on sync when disabled by user
| * | siproxd - code style and bugfixdoktornotor2015-08-181-87/+85
| | | | | | | | | - Fix indentation, code style
| * | siproxd - code style and bugfixdoktornotor2015-08-181-6/+6
| | |
| * | siproxd - code style and bugfixdoktornotor2015-08-181-6/+6
| |/
* | Merge pull request #1009 from doktornotor/patch-6Renato Botelho2015-08-244-64/+76
|\ \
| * | Fix pfSense website link in bunch of CLI-only packagesdoktornotor2015-08-171-16/+19
| | |
| * | Fix pfSense website link in bunch of CLI-only packagesdoktornotor2015-08-171-16/+19
| | |
| * | Fix pfSense website link in bunch of CLI-only packagesdoktornotor2015-08-171-16/+19
| | |
| * | Fix pfSense website link in bunch of CLI-only packagesdoktornotor2015-08-171-16/+19
| |/
* | Merge pull request #1007 from doktornotor/patch-2Renato Botelho2015-08-242-43/+55
|\ \
| * | filemgr - fixes round twodoktornotor2015-08-191-0/+7
| | | | | | | | | Make it clean up after itself on uninstall.
| * | filemgr - fixes round twodoktornotor2015-08-161-1/+1
| | | | | | | | | One more escaping leftover in heredocs.
| * | filemgr - fixes round twodoktornotor2015-08-161-43/+48
| |/ | | | | - Get rid of escaping in heredocs plus related fixes
* | Merge pull request #1002 from bmeeks8/snort-3.2.7Renato Botelho2015-08-248-43/+25
|\ \
| * | Update Snort binary to 2.9.7.5 and GUI pkg to v3.2.7bmeeks82015-08-131-1/+1
| | |
| * | Remove unneeded duplicate code to simplify things.bmeeks82015-08-133-18/+7
| | |