Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add-service: attempt to migrate template systemd units (foo@.service) ↵ | Colin Guthrie | 2012-04-03 | 2 | -9/+25 |
| | | | | somewhat gracefully. | ||||
* | add-service: Change the systemd unitdir search order to match upstream. | Colin Guthrie | 2012-04-03 | 2 | -9/+10 |
| | |||||
* | Fix NEWS (forgot to press ctrl+s before commit... sigh) | Colin Guthrie | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Always reload systemd unit cache before attempting to restart units | Colin Guthrie | 2012-03-19 | 2 | -3/+5 |
| | |||||
* | bump releasev0.24.7 | Guillaume Rousse | 2012-03-12 | 2 | -1/+5 |
| | |||||
* | executable bit | Guillaume Rousse | 2012-03-12 | 1 | -0/+0 |
| | |||||
* | convert to utf8 | Guillaume Rousse | 2012-03-12 | 1 | -1/+1 |
| | |||||
* | fix documentation: facility is mandatory | Guillaume Rousse | 2012-03-10 | 1 | -4/+3 |
| | |||||
* | actually, we don't care about sysklogd at all anymore | Guillaume Rousse | 2012-03-08 | 3 | -75/+4 |
| | |||||
* | rsyslog support has superseded syslog-ng support since quite a long time | Guillaume Rousse | 2012-03-08 | 1 | -2/+2 |
| | |||||
* | 0.25.6 | Colin Guthrie | 2012-02-16 | 2 | -1/+2 |
| | |||||
* | Tiny tidy-up of NEWS file | Colin Guthrie | 2012-02-16 | 1 | -6/+5 |
| | |||||
* | Fix dist bug | Colin Guthrie | 2012-02-16 | 1 | -2/+2 |
| | |||||
* | Migrate service enabled/disabled status from sysvinit to systemd on upgrade | Colin Guthrie | 2012-02-16 | 4 | -27/+148 |
| | |||||
* | Silent enable/disable services | Dexter Morgan | 2012-01-19 | 3 | -2/+5 |
| | |||||
* | Revert wrong change in rpm-helper/Makefile | Dexter Morgan | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Add spec-helper | Dexter Morgan | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Add support for systemd .path filesv0.24.5 | Dexter Morgan | 2011-12-13 | 3 | -1/+4 |
| | |||||
* | Brown-paper-bag: Add missing script to Makefile.v0.24.4 | Colin Guthrie | 2011-11-03 | 2 | -2/+6 |
| | |||||
* | Bump version for release.v0.24.3 | Colin Guthrie | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | Add a new service helper for postun. | Colin Guthrie | 2011-11-03 | 3 | -0/+36 |
| | | | | At the moment this is only used to reload systemd if it's running. | ||||
* | Update NEWS | Colin Guthrie | 2011-11-03 | 1 | -0/+11 |
| | |||||
* | Ensure we calculate the true systemd unit name. | Colin Guthrie | 2011-11-03 | 2 | -1/+40 |
| | | | | | | | | | | | | | | | | | | | | | When passing just a sysvinit name, we synthesise a systemd unit name via the amazingly cunning and subtle technique of adding '.service' on to the name. This is very effective for referring to units for most commands as even if an actual unit file of this name exists systemd might be providing the unit for this service via a different name, but just symlinking to the sysvinit name in order to prevent the sysvinit script from firing. This is done with e.g. the dm and networkmanager services. When using the symlinked name, systemctl will refuse to enable or disable the unit (see https://bugs.mageia.org/show_bug.cgi?id=3188) and this is expected behaviour. Thus we use readlink to attempt to resolve the link to a real name. | ||||
* | 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 |
| |