aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* autoconfigbackup.- code style fixesdoktornotor2015-08-231-1/+15
| | | | - Move custom_php_resync_config_command() function from XML to autoconfigbackup.inc and give it an unique prefix - Also give an unique prefix to custom_php_validation_command()
* autoconfigbackup.- code style fixesdoktornotor2015-08-231-59/+53
| | | | | | | - Move custom_php_resync_config_command() function to autoconfigbackup.inc and give it an unique prefix - Also give a unique prefix to custom_php_validation_command() - Fix copyright header - Fix file permissions (no need for these to be executable) - Whitespace fixes
* autoconfigbackup.- code style fixesdoktornotor2015-08-231-182/+188
| | | | | | | - Fix copyright header - Code style and whitespace fixes - Replace deprecated split() with explode() - Replace backticks with shell_exec() - Some XHTML fixes
* autoconfigbackup.- code style fixesdoktornotor2015-08-231-140/+152
| | | | | | - Update copyright header - Code style and whitespace fixes - Use platform_booting() - Replace backticks with shell_exec()
* Merge pull request #955 from PiBa-NL/spamd_1.1.2Chris Buechler2015-08-163-28/+60
|\
| * spamd, coding style, add some more spacesPiBa-NL2015-08-091-4/+4
| |
| * spamd, following the coding guidelines more closely.PiBa-NL2015-08-081-5/+8
| |
| * spamd, allow configuring interface to listen/intercept onPiBa-NL2015-08-073-28/+57
| |
* | Merge pull request #971 from doktornotor/patch-17Chris Buechler2015-08-161-5/+8
|\ \
| * | sshdcond.inc - fix sshdcond_sync_on_changes() logic take twodoktornotor2015-08-111-14/+14
| | |
| * | Only log something when neededdoktornotor2015-08-091-1/+1
| | |
| * | sshdcond - fix sshdcond_sync_on_changes() logicdoktornotor2015-08-091-13/+16
| | |
* | | Merge pull request #973 from doktornotor/patch-16Chris Buechler2015-08-165-453/+420
|\ \ \
| * | | apcupsd - code style cleanupdoktornotor2015-08-101-80/+50
| | | | | | | | | | | | | | | | | | | | | | | | - Remove outdated pfSense <=2.0 stuff and other junk - Fix broken pfS version check - Code style cleanup - Valid XHTML
| * | | apcupsd - code style cleanupdoktornotor2015-08-101-10/+13
| | | | | | | | | | | | | | | | - Update copyright header - Code style fixes
| * | | apcupsd - code style cleanupdoktornotor2015-08-101-28/+28
| | | | | | | | | | | | Fix copyright header
| * | | apcupsd - code style cleanupdoktornotor2015-08-101-165/+152
| | | | | | | | | | | | | | | | | | | | - Fix copyright headers - Code style cleanup - Use stop_service()/restart_service()
| * | | apcupsd - code style cleanupdoktornotor2015-08-101-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 #983 from doktornotor/patch-25Chris Buechler2015-08-162-110/+155
|\ \ \
| * | | avahi - add option to disable D-BUS client APIdoktornotor2015-08-121-13/+18
| | | |
| * | | avahi - add option to disable D-BUS client APIdoktornotor2015-08-121-0/+6
| | | |
| * | | Fix start/stop service function namesdoktornotor2015-08-121-2/+2
| | | |
| * | | avahi - code style fixesdoktornotor2015-08-111-52/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Remove useless avahi_start() / avahi_stop() functions and use service_start() / service_stop() instead - Remove unused $g var declaration everywhere - On install, only try to add avahi user/group if they don't exist yet - Add avahi_deinstall() function, move the existing custom_php_deinstall_command contents here, additionally remove the avahi user/group on uninstall and also nuke /usr/local/etc/gnome.subr when removing the package - Use full paths to binaries consistently in the rc file - Code style fixes
| * | | avahi - code style fixesdoktornotor2015-08-111-49/+65
| |/ / | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Fix indentation - Fix permissions (none of these needs to be executable) - Make version sane and consistent - Hide WAN from 'Deny interfaces' selection because it's always disabled. Clarify the description note accordingly - Move custom_php_deinstall_command to avahi.inc and make it much more thorough
* | | Merge pull request #960 from doktornotor/patch-6Chris Buechler2015-08-164-225/+126
|\ \ \
| * | | backup package - cleanup round twodoktornotor2015-08-081-50/+31
| | | | | | | | | | | | | | | | - Clean up obvious leftover crap - XHTML valid code
| * | | backup package - cleanup round twodoktornotor2015-08-081-95/+75
| | | | | | | | | | | | | | | | | | | | - Clean up obvious leftover crap - XHTML valid code - Add the configured backup path to the displayed table
| * | | backup package - cleanup round twodoktornotor2015-08-081-39/+6
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Removed unused byte_convert() function - Rename Get backup_sync_package_php() to backup_sync_package() and get rid of the original backup_sync_package() which only called the other one.
| * | | backup package - cleanup round twodoktornotor2015-08-081-41/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | backup.xml - Removed self-referencing additional_files_needed - Fix copyright header - Remove pointless/unused tags - Remove WTF <fields> copy/paste code coming from god knows where - Removed no-op duplicated <tab> and fix the url in the other one - Fix files permissions
* | | Merge pull request #978 from doktornotor/patch-21Chris Buechler2015-08-162-311/+0
|\ \ \
| * | | Remove useless pure-ftpd packagedoktornotor2015-08-101-149/+0
| | | |
| * | | Remove useless pure-ftpd packagedoktornotor2015-08-101-162/+0
| |/ / | | | | | | maximum_version 1.0 - wow...
* | | Merge pull request #999 from doktornotor/patch-13Chris Buechler2015-08-164-1411/+1532
|\ \ \
| * | | lcdproc-dev - code style fixesdoktornotor2015-08-131-841/+844
| | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Indentation and code style fixes - Replace backticks with shell_exec() - Replace deprecated split() function with explode()
| * | | lcdproc-dev - code style fixesdoktornotor2015-08-131-8/+48
| | | | | | | | | | | | | | | | | | | | - Add missing copyright header - Fix indentation - Remove unused function
| * | | lcdproc.xml - remove accidental leftover in file headerdoktornotor2015-08-131-2/+0
| | | |
| * | | lcdproc-dev - code style fixesdoktornotor2015-08-131-498/+507
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - Replace bogus boot check with platform_booting()
| * | | lcdproc-dev - code style fixesdoktornotor2015-08-131-64/+135
| | | | | | | | | | | | | | | | | | | | - Add missing copyright header - Fix permissions - Fix indentation/whitespace
* | | | Merge pull request #1000 from doktornotor/patch-14Chris Buechler2015-08-161-29/+29
|\ \ \ \
| * | | | lcdproc - additional code style fixesdoktornotor2015-08-131-29/+29
| |/ / / | | | | | | | | | | | | | | | | - Fix remaining indentation/whitespace - Replace deprecated split() with explode() - Use full paths to commands consistently
* | | | Merge pull request #991 from doktornotor/patch-2Chris Buechler2015-08-164-263/+284
|\ \ \ \
| * | | | syslog-ng - code style fixesdoktornotor2015-08-111-56/+58
| | | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Code style and indentation fixes - Valid XHTML
| * | | | syslog-ng - code style fixesdoktornotor2015-08-111-121/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update copyright header - Code style fixes - Fix indentation - Use get_interface_ip() instead of parsing ifconfig output - Use {start,stop,restart}_service() instead of exec() - Use rename() instead of mv. - Use platform_booting() to check whether system is booting
| * | | | syslog-ng - code style fixesdoktornotor2015-08-111-37/+37
| | | | | | | | | | | | | | | | | | | | - Fix copyright header - Sanitize package version and make it consistent across XML files
| * | | | syslog-ng - code style fixesdoktornotor2015-08-111-49/+48
| |/ / / | | | | | | | | | | | | | | | | | | | | - Fix copyright header - Fix indentation - Fix permissions - Sanitize package version and make it consistent across XML files
* | | | Merge pull request #992 from doktornotor/patch-5Chris Buechler2015-08-152-264/+0
|\ \ \ \
| * | | | Remove useless vnstat packagedoktornotor2015-08-111-231/+0
| | | | |
| * | | | Remove useless vnstat packagedoktornotor2015-08-111-33/+0
| |/ / /
* | | | Merge pull request #993 from doktornotor/patch-7Chris Buechler2015-08-152-237/+0
|\ \ \ \
| * | | | Remove useless open-vm-tools packagedoktornotor2015-08-111-172/+0
| | | | |