Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (has_systemd) fix checking systemd presence after systemd merge of subpackages | Thierry Vignaud | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | drakxservices: when listing services ensure disabled services that can be ↵ | Colin Guthrie | 2012-07-26 | 1 | -0/+18 |
| | | | | enabled are shown (mga#6843) | ||||
* | (systemd_unit_exists) explain why we use -l | Thierry Vignaud | 2012-06-03 | 1 | -0/+1 |
| | |||||
* | (systemd_unit_exists) factorize | Thierry Vignaud | 2012-05-23 | 1 | -4/+6 |
| | |||||
* | services: Use no-block mode for service start/stop under systemd. | Colin Guthrie | 2012-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This is perhaps the same issue as the 'cpufreq' bug on first boot, but by changing things to use systemctl directly, I have inadvertantly bypased the solution and reintroduced the bug. As there is likely no reason to block, we will simply use no-block mode unconditionally. Longer term, we may need to decide under what context we are restarting/starting a given service (i.e. in an interactive GUI vs from a script) and use the appropriate mode with appropriate user feedback. https://bugs.mageia.org/show_bug.cgi?id=4439 | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-04-25 | 1 | -2/+2 |
| | |||||
* | services: Read systemd service information. | Colin Guthrie | 2012-04-24 | 1 | -16/+82 |
| | | | | | | | | | | | | | | | | | | | | | | This adds support for two different methods of working with systemd. The first, and more complete method is to query systemd for information about whether a service is enabled at boot. This mode requires that we are running under systemd and thus only works for machines in interactive mode post-install. For the installer, we also support a more rudamentary method which scans for unit files which contain simple install rules (i.e. only those services which are part of the typical multi-user or graphical targets (corresponding to runlevels 3 and 5 in the old days). This method will not show all services but it should be enough for the installer. https://bugs.mageia.org/show_bug.cgi?id=3253 https://bugs.mageia.org/show_bug.cgi?id=3740 https://bugs.mageia.org/show_bug.cgi?id=4910 https://bugs.mageia.org/show_bug.cgi?id=5122 | ||||
* | services: Use systemctl to determin if a service is active under systemd. | Colin Guthrie | 2012-04-24 | 1 | -1/+5 |
| | |||||
* | services: Check for systemd unit when determining if a service exists. | Colin Guthrie | 2012-04-24 | 1 | -1/+1 |
| | | | | This could be made more complex, but it'll do for now. | ||||
* | services: Use the appropriate tool to start/stop services | Colin Guthrie | 2012-04-24 | 1 | -1/+5 |
| | |||||
* | services: Whitespace and comments | Colin Guthrie | 2012-04-24 | 1 | -7/+7 |
| | |||||
* | services: Use systemd utility functions to determin how to handle ↵ | Colin Guthrie | 2012-04-24 | 1 | -2/+6 |
| | | | | enabling/disabling of services. | ||||
* | services: Add a couple systemd untility functions. | Colin Guthrie | 2012-04-24 | 1 | -0/+8 |
| | |||||
* | services: Do not rely on /var/lock/subsys/$service to determin if a service ↵ | Colin Guthrie | 2012-04-24 | 1 | -1/+1 |
| | | | | is running or not. | ||||
* | services: Whitespace | Colin Guthrie | 2012-04-24 | 1 | -3/+3 |
| | |||||
* | services: Tweak xinetd service handling to be more reusable. | Colin Guthrie | 2012-04-24 | 1 | -2/+2 |
| | |||||
* | services: Read descriptions from systemd units. | Colin Guthrie | 2012-04-24 | 1 | -8/+14 |
| | |||||
* | Split xinetd services out such that they can be handled separately from ↵ | Colin Guthrie | 2012-04-22 | 1 | -1/+12 |
| | | | | systemd units. | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -3/+1 |
| | |||||
* | (_set_service) perl_checker cleanups | Thierry Vignaud | 2012-03-07 | 1 | -4/+4 |
| | |||||
* | (root_services) add a FIXME note for future enhancement | Thierry Vignaud | 2012-03-07 | 1 | -1/+2 |
| | |||||
* | (root_services) kudzu, tux & wu-ftpd are dead | Thierry Vignaud | 2012-03-07 | 1 | -2/+2 |
| | |||||
* | (root_services) list network, network-auth, network-up & resolvconf into new ↵ | Thierry Vignaud | 2012-03-07 | 1 | -3/+2 |
| | | | | 'networking' category | ||||
* | (root_services) list dm, mdadm, messagebus, microcode_ctl, netconsole & ↵ | Thierry Vignaud | 2012-03-07 | 1 | -2/+3 |
| | | | | partmon services in system | ||||
* | add spacing | Thierry Vignaud | 2012-03-07 | 1 | -0/+5 |
| | |||||
* | sort services | Thierry Vignaud | 2012-03-07 | 1 | -14/+14 |
| | |||||
* | (root_services) list mandi with iptables* & shorewall in services | Thierry Vignaud | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | ipchains is dead for years (kernel-2.2.x) | Thierry Vignaud | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | (root_services) list shorewall with iptables* in services | Thierry Vignaud | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | kill dead comments & code (support for kernel-2.[24].x, devfs is dead since ↵ | Thierry Vignaud | 2011-12-19 | 1 | -2/+0 |
| | | | | 2.5.x kernels, ...) | ||||
* | Remove dupplicate use | Dexter Morgan | 2011-11-07 | 1 | -2/+0 |
| | |||||
* | Translate the symlink as systemctl enable do not accept them | Dexter Morgan | 2011-11-07 | 1 | -1/+8 |
| | |||||
* | Use systemctl when we have a service file | Dexter Morgan | 2011-11-06 | 1 | -5/+12 |
| | |||||
* | - perl -pi -e 's!hard drive!hard disk drive!' | Ahmad Samir | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------ | ||||
* | (description) improve the newly introduced descriptions | Thierry Vignaud | 2010-03-28 | 1 | -7/+7 |
| | |||||
* | (description) translate more service descriptions (#46640, François | Thierry Vignaud | 2010-03-28 | 1 | -0/+26 |
| | | | | (Spip), further fixed by me) | ||||
* | (ask_::get_status) enhanced status message (#58194) | Thierry Vignaud | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | (ask_) fix calling interactive::gtk::display_help() | Thierry Vignaud | 2008-10-07 | 1 | -2/+2 |
| | |||||
* | fix/adjust some help pages (#42986) | Thierry Vignaud | 2008-09-30 | 1 | -2/+4 |
| | |||||
* | (ask_) use HTML help for services step too | Thierry Vignaud | 2008-09-16 | 1 | -1/+2 |
| | |||||
* | list rpcbind service in "System" category | Olivier Blin | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | list nfs-common and nfs-server services (instead of nfs) in "File sharing" ↵ | Olivier Blin | 2008-09-11 | 1 | -1/+1 |
| | | | | category (thanks to spuk) | ||||
* | list ip6tables service in "Internet" category (thanks to spuk) | Olivier Blin | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | add a FIXME note about services with no chkconfig line and with no ↵ | Olivier Blin | 2008-03-27 | 1 | -0/+1 |
| | | | | Default-Start levels in LSB header | ||||
* | remove old comment | Olivier Blin | 2008-03-27 | 1 | -2/+0 |
| | |||||
* | handle services with "-" as default chkconfig level in more places (by ↵ | Olivier Blin | 2008-03-27 | 1 | -2/+2 |
| | | | | reusing _set_service wrapper) | ||||
* | extract _set_service function that handles services with "-" as default ↵ | Olivier Blin | 2008-03-27 | 1 | -5/+10 |
| | | | | chkconfig level | ||||
* | factorize in a _run_action wrapper | Olivier Blin | 2008-03-27 | 1 | -8/+11 |
| | |||||
* | xfs is *not* mandatory for Xorg to run (#32846) | Pascal Rigaux | 2007-08-27 | 1 | -1/+1 |
| |