aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for systemd .path filesv0.24.5Dexter Morgan2011-12-133-1/+4
|
* Brown-paper-bag: Add missing script to Makefile.v0.24.4Colin Guthrie2011-11-032-2/+6
|
* Bump version for release.v0.24.3Colin Guthrie2011-11-031-1/+1
|
* Add a new service helper for postun.Colin Guthrie2011-11-033-0/+36
| | | | At the moment this is only used to reload systemd if it's running.
* Update NEWSColin Guthrie2011-11-031-0/+11
|
* Ensure we calculate the true systemd unit name.Colin Guthrie2011-11-032-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 Guthrie2011-10-301-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.2Colin Guthrie2011-10-302-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 Guthrie2011-10-301-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 readabilityColin Guthrie2011-10-301-13/+11
|
* Extend the msec check to systemd socket units as well as services onesColin Guthrie2011-10-301-0/+1
|
* Ensure systemd units are handled automagically from the service name.Colin Guthrie2011-10-302-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 Guthrie2011-10-302-43/+43
|
* Set svn:keywords on the files that use it.Colin Guthrie2011-10-3015-15/+15
|
* Remove mandriva supportDexter Morgan2011-10-282-9/+0
|
* Add systemd support ( mdv )Dexter Morgan2011-10-279-40/+253
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-10-2715-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.1Guillaume Rousse2010-05-292-1/+5
|
* force group creation, whatever /etc/login.defs says, to ensure expected ↵Guillaume Rousse2010-05-291-1/+1
| | | | group ownership is set (fix #59327)
* document changesv0.23.0Guillaume Rousse2010-02-041-0/+8
|
* silent initscript invocationGuillaume Rousse2010-02-041-2/+2
|
* rsyslog init script doesn't have condreload actionGuillaume Rousse2010-02-041-1/+1
|
* fix arguments assignementGuillaume Rousse2010-02-041-1/+1
|
* only add configuration entry if target syslog implementation is installedGuillaume Rousse2010-02-041-3/+5
|
* fix arguments orderGuillaume Rousse2010-02-041-1/+1
|
* check the file exists before deleting itGuillaume Rousse2010-02-041-0/+4
|
* bump versionGuillaume Rousse2010-02-031-1/+1
|
* rsyslog can use configuration statements for external sources, instead of ↵Guillaume Rousse2010-02-031-5/+2
| | | | command-line argument, allowing to just reload it
* update macros for new interfaceGuillaume Rousse2010-02-031-2/+2
|
* don't forget to return a true value when loadedGuillaume Rousse2010-01-251-0/+2
|
* make it testableGuillaume Rousse2010-01-251-14/+22
|
* adapt del-syslog to new add-syslog behaviourGuillaume Rousse2010-01-251-9/+30
|
* initial importGuillaume Rousse2010-01-251-0/+108
|
* test supportGuillaume Rousse2010-01-251-1/+6
|
* - change interface to make facility a mandatory argumentGuillaume Rousse2010-01-251-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 Rousse2010-01-231-5/+3
| | | | scripts should have been fixed since 2008.1 (and this should also fix #52313)
* oops, restore trunk :)Olivier Blin2009-10-300-0/+0
|
* update NEWSOlivier Blin2009-10-301-0/+2
|
* 0.22.2Olivier Blin2009-10-302-1/+4
|
* do not stop service during installOlivier Blin2009-10-301-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 releaseGuillaume Rousse2009-03-312-2/+2
|
* bump releasev0.22.1Guillaume Rousse2009-03-302-1/+4
|
* fix typos in conditionalsGuillaume Rousse2009-03-302-2/+2
|
* bump versionGuillaume Rousse2009-03-292-1/+7
|
* do not abort on upgrade, but if key already existsGuillaume Rousse2009-03-291-1/+1
|
* only add user or group if not already existingGuillaume Rousse2009-03-292-14/+19
|
* don't silent stderr outputGuillaume Rousse2009-03-295-6/+6
|
* 0.21.4v0.21.4Pascal Rigaux2008-04-022-1/+3
|
* * workaround services "disabled" (butchered?) by default getting disabled onPascal Rigaux2008-04-022-3/+9
| | | | | upgrade (#39720)
* new releasev0.21.3Guillaume Rousse2008-03-142-1/+5
|