Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not assume that the sysvinit script exists. | Colin Guthrie | 2011-10-30 | 1 | -2/+2 | |
| | | | | | | It is possible that we call this helper when only a systemd unit exists and thus it makes sense to protect against calling chkconfig and friends when this is the case. | |||||
* | Change how services are handled in systemd.v0.24.20.24.2 | Colin Guthrie | 2011-10-30 | 2 | -27/+28 | |
| | | | | | | | | | | | This ensures that services are started/stopped in the most appropriate way depending on what init system is being used. Also when upgrading a service, ensure it is properly restarted even when using systemd (assuming it is currently running). Testing these scripts without actually installing/uninstalling package may result in the sysvinit scripts being deleted so be careful. | |||||
* | Remove a split out function which no longer reflected it's name. | Colin Guthrie | 2011-10-30 | 1 | -24/+21 | |
| | | | | The function is short enough that splitting it out does not really aid readability | |||||
* | Remove early exit and replace with conditionals to improve readability | Colin Guthrie | 2011-10-30 | 1 | -13/+11 | |
| | ||||||
* | Extend the msec check to systemd socket units as well as services ones | Colin Guthrie | 2011-10-30 | 1 | -0/+1 | |
| | ||||||
* | Ensure systemd units are handled automagically from the service name. | Colin Guthrie | 2011-10-30 | 2 | -5/+18 | |
| | | | | | | | | | | | The Mandriva code required that all packages were updated to deal with systemd units whenever they are provided. While packages generally need updated to include new units, it's also something that requires a lot of work and thus in the short term we should deal with it with minimal changes. By always seting the units variable, some checks become redundant so skip them or replace with a suitable alternative | |||||
* | Tabs->Spaces. The latter seems more common, so go with that. | Colin Guthrie | 2011-10-30 | 2 | -43/+43 | |
| | ||||||
* | Set svn:keywords on the files that use it. | Colin Guthrie | 2011-10-30 | 15 | -15/+15 | |
| | ||||||
* | Remove mandriva support | Dexter Morgan | 2011-10-28 | 2 | -9/+0 | |
| | ||||||
* | Add systemd support ( mdv ) | Dexter Morgan | 2011-10-27 | 9 | -40/+253 | |
| | ||||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-10-27 | 15 | -15/+15 | |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r2081 | dmorgan | 2011-10-27 23:29:24 +0100 (Thu, 27 Oct 2011) | 1 line import rpm-helper ------------------------------------------------------------------------ | |||||
* | bump releasev0.23.1 | Guillaume Rousse | 2010-05-29 | 2 | -1/+5 | |
| | ||||||
* | force group creation, whatever /etc/login.defs says, to ensure expected ↵ | Guillaume Rousse | 2010-05-29 | 1 | -1/+1 | |
| | | | | group ownership is set (fix #59327) | |||||
* | document changesv0.23.0 | Guillaume Rousse | 2010-02-04 | 1 | -0/+8 | |
| | ||||||
* | silent initscript invocation | Guillaume Rousse | 2010-02-04 | 1 | -2/+2 | |
| | ||||||
* | rsyslog init script doesn't have condreload action | Guillaume Rousse | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | fix arguments assignement | Guillaume Rousse | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | only add configuration entry if target syslog implementation is installed | Guillaume Rousse | 2010-02-04 | 1 | -3/+5 | |
| | ||||||
* | fix arguments order | Guillaume Rousse | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | check the file exists before deleting it | Guillaume Rousse | 2010-02-04 | 1 | -0/+4 | |
| | ||||||
* | bump version | Guillaume Rousse | 2010-02-03 | 1 | -1/+1 | |
| | ||||||
* | rsyslog can use configuration statements for external sources, instead of ↵ | Guillaume Rousse | 2010-02-03 | 1 | -5/+2 | |
| | | | | command-line argument, allowing to just reload it | |||||
* | update macros for new interface | Guillaume Rousse | 2010-02-03 | 1 | -2/+2 | |
| | ||||||
* | don't forget to return a true value when loaded | Guillaume Rousse | 2010-01-25 | 1 | -0/+2 | |
| | ||||||
* | make it testable | Guillaume Rousse | 2010-01-25 | 1 | -14/+22 | |
| | ||||||
* | adapt del-syslog to new add-syslog behaviour | Guillaume Rousse | 2010-01-25 | 1 | -9/+30 | |
| | ||||||
* | initial import | Guillaume Rousse | 2010-01-25 | 1 | -0/+108 | |
| | ||||||
* | test support | Guillaume Rousse | 2010-01-25 | 1 | -1/+6 | |
| | ||||||
* | - change interface to make facility a mandatory argument | Guillaume Rousse | 2010-01-25 | 1 | -183/+118 | |
| | | | | | | | - don't return anything anymore - drop syslog-ng support - ensure integration with sysklod until 2010.0, with rsyslog thereafter | |||||
* | re-enable running chkconfig for services during package upgrade, all init ↵ | Guillaume Rousse | 2010-01-23 | 1 | -5/+3 | |
| | | | | scripts should have been fixed since 2008.1 (and this should also fix #52313) | |||||
* | oops, restore trunk :) | Olivier Blin | 2009-10-30 | 0 | -0/+0 | |
| | ||||||
* | update NEWS | Olivier Blin | 2009-10-30 | 1 | -0/+2 | |
| | ||||||
* | 0.22.2 | Olivier Blin | 2009-10-30 | 2 | -1/+4 | |
| | ||||||
* | do not stop service during install | Olivier Blin | 2009-10-30 | 1 | -1/+3 | |
| | | | | | | (or else shorewall will be stopped because moved in another package, making the install hang for a while) | |||||
* | fix typo introduced by previous release | Guillaume Rousse | 2009-03-31 | 2 | -2/+2 | |
| | ||||||
* | bump releasev0.22.1 | Guillaume Rousse | 2009-03-30 | 2 | -1/+4 | |
| | ||||||
* | fix typos in conditionals | Guillaume Rousse | 2009-03-30 | 2 | -2/+2 | |
| | ||||||
* | bump version | Guillaume Rousse | 2009-03-29 | 2 | -1/+7 | |
| | ||||||
* | do not abort on upgrade, but if key already exists | Guillaume Rousse | 2009-03-29 | 1 | -1/+1 | |
| | ||||||
* | only add user or group if not already existing | Guillaume Rousse | 2009-03-29 | 2 | -14/+19 | |
| | ||||||
* | don't silent stderr output | Guillaume Rousse | 2009-03-29 | 5 | -6/+6 | |
| | ||||||
* | 0.21.4v0.21.4 | Pascal Rigaux | 2008-04-02 | 2 | -1/+3 | |
| | ||||||
* | * workaround services "disabled" (butchered?) by default getting disabled on | Pascal Rigaux | 2008-04-02 | 2 | -3/+9 | |
| | | | | | upgrade (#39720) | |||||
* | new releasev0.21.3 | Guillaume Rousse | 2008-03-14 | 2 | -1/+5 | |
| | ||||||
* | fix syslog-ng level setting | Guillaume Rousse | 2008-03-14 | 1 | -1/+1 | |
| | ||||||
* | silent service reload, to avoid error message in output | Guillaume Rousse | 2008-03-14 | 1 | -2/+2 | |
| | ||||||
* | fix %_create-ssl-certificate args _correctly_v0.21.2 | Guillaume Rousse | 2008-02-14 | 3 | -2/+5 | |
| | ||||||
* | bump releasev0.21.1 | Guillaume Rousse | 2008-02-05 | 2 | -1/+4 | |
| | ||||||
* | fix %_create_ssl_certificate args | Guillaume Rousse | 2008-02-05 | 1 | -1/+1 | |
| | ||||||
* | useless filev0.21.0 | Guillaume Rousse | 2008-01-27 | 1 | -77/+0 | |
| |