aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless remount callsdoktornotor2015-08-251-4/+0
| | | These are dealt with by install_package() and uninstall_package() from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-6/+0
| | | All of these are dealt with by install_package(), uninstall_package() and delete_package_xml() from pkg-utils.inc.
* Remove useless remount callsdoktornotor2015-08-251-2/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount callsdoktornotor2015-08-251-6/+0
| | | These are dealt with by install_package() and uninstall_package() from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-7/+0
| | | All of these are dealt with by install_package(), uninstall_package() and delete_package_xml() from pkg-utils.inc.
* Remove useless remount callsdoktornotor2015-08-251-4/+0
| | | These are dealt with by install_package() and uninstall_package() from pkg-utils.inc.
* Remove useless phpservice_deinstall_command()doktornotor2015-08-251-3/+0
| | | All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
* Remove useless remount calls and phpservice_deinstall_command()doktornotor2015-08-251-10/+0
| | | All of these are dealt with by uninstall_package() and from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-10/+0
| | | All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
* Remove useless deinstall_openbgpd() functiondoktornotor2015-08-251-3/+0
|
* Remove useless deinstall_openbgpd() functiondoktornotor2015-08-251-3/+0
|
* Remove useless deinstall_openbgpd() functiondoktornotor2015-08-251-8/+0
| | | All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-6/+0
| | | These are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
* Remove useless stuff dealt with by delete_package_xml()doktornotor2015-08-251-3/+0
|
* Remove useless custom_php_deinstall_commanddoktornotor2015-08-251-3/+0
| | | These are dealt with by delete_package_xml() from pkg-utils.inc.
* Remove useless nrpe2_custom_php_deinstall_command()doktornotor2015-08-251-1/+0
|
* Remove useless remount callsdoktornotor2015-08-251-9/+0
| | | These are dealt with by install_package() from pkg-utils.inc. Also, the nrpe2_custom_php_deinstall_command() function was completely useless, doing nothing else but remounts.
* Remove useless custom_php_deinstall_commanddoktornotor2015-08-251-3/+0
| | | These are dealt with by uninstall_package() from pkg-utils.inc.
* Remove useles filedoktornotor2015-08-251-37/+0
| | | These are dealt with by uninstall_package() from pkg-utils.inc and there are no other functions here
* Remove useless remount callsdoktornotor2015-08-251-8/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount callsdoktornotor2015-08-251-3/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-9/+0
| | | These are dealt with by install_package() from pkg-utils.inc. Also nuke unused tags.
* Remove useless remount callsdoktornotor2015-08-251-8/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount callsdoktornotor2015-08-251-2/+1
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount callsdoktornotor2015-08-251-2/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount callsdoktornotor2015-08-251-3/+1
| | | These are dealt with by install_package() from pkg-utils.inc.
* remove useless remount calldoktornotor2015-08-251-1/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-3/+0
| | | These are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-7/+0
| | | These are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
* remove useless remount calls on package_installdoktornotor2015-08-251-2/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-16/+1
| | | These are dealt with by install_package(), uninstall_package() and delete_package_xml() from pkg-utils.inc.
* Remove useless custom_php_deinstall_commanddoktornotor2015-08-251-3/+0
| | | These are dealt with by delete_package_xml() from pkg-utils.inc.
* Remove useless asterisk_deinstall() functiondoktornotor2015-08-251-5/+0
| | | These are dealt with by delete_package_xml() from pkg-utils.inc.
* 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
|\ \