summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* services: WhitespaceColin Guthrie2012-04-241-3/+3
|
* services: Tweak xinetd service handling to be more reusable.Colin Guthrie2012-04-241-2/+2
|
* services: Read descriptions from systemd units.Colin Guthrie2012-04-241-8/+14
|
* Split xinetd services out such that they can be handled separately from ↵Colin Guthrie2012-04-221-1/+12
| | | | systemd units.
* perl_checker cleanupsThierry Vignaud2012-03-231-3/+1
|
* (_set_service) perl_checker cleanupsThierry Vignaud2012-03-071-4/+4
|
* (root_services) add a FIXME note for future enhancementThierry Vignaud2012-03-071-1/+2
|
* (root_services) kudzu, tux & wu-ftpd are deadThierry Vignaud2012-03-071-2/+2
|
* (root_services) list network, network-auth, network-up & resolvconf into new ↵Thierry Vignaud2012-03-071-3/+2
| | | | 'networking' category
* (root_services) list dm, mdadm, messagebus, microcode_ctl, netconsole & ↵Thierry Vignaud2012-03-071-2/+3
| | | | partmon services in system
* add spacingThierry Vignaud2012-03-071-0/+5
|
* sort servicesThierry Vignaud2012-03-071-14/+14
|
* (root_services) list mandi with iptables* & shorewall in servicesThierry Vignaud2012-03-071-1/+1
|
* ipchains is dead for years (kernel-2.2.x)Thierry Vignaud2012-01-241-1/+1
|
* (root_services) list shorewall with iptables* in servicesThierry Vignaud2012-01-241-1/+1
|
* kill dead comments & code (support for kernel-2.[24].x, devfs is dead since ↵Thierry Vignaud2011-12-191-2/+0
| | | | 2.5.x kernels, ...)
* Remove dupplicate useDexter Morgan2011-11-071-2/+0
|
* Translate the symlink as systemctl enable do not accept themDexter Morgan2011-11-071-1/+8
|
* Use systemctl when we have a service file Dexter Morgan2011-11-061-5/+12
|
* - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-041-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-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 descriptionsThierry Vignaud2010-03-281-7/+7
|
* (description) translate more service descriptions (#46640, FrançoisThierry Vignaud2010-03-281-0/+26
| | | | (Spip), further fixed by me)
* (ask_::get_status) enhanced status message (#58194)Thierry Vignaud2010-03-171-1/+1
|
* (ask_) fix calling interactive::gtk::display_help()Thierry Vignaud2008-10-071-2/+2
|
* fix/adjust some help pages (#42986)Thierry Vignaud2008-09-301-2/+4
|
* (ask_) use HTML help for services step tooThierry Vignaud2008-09-161-1/+2
|
* list rpcbind service in "System" categoryOlivier Blin2008-09-111-1/+1
|
* list nfs-common and nfs-server services (instead of nfs) in "File sharing" ↵Olivier Blin2008-09-111-1/+1
| | | | category (thanks to spuk)
* list ip6tables service in "Internet" category (thanks to spuk)Olivier Blin2008-09-111-1/+1
|
* add a FIXME note about services with no chkconfig line and with no ↵Olivier Blin2008-03-271-0/+1
| | | | Default-Start levels in LSB header
* remove old commentOlivier Blin2008-03-271-2/+0
|
* handle services with "-" as default chkconfig level in more places (by ↵Olivier Blin2008-03-271-2/+2
| | | | reusing _set_service wrapper)
* extract _set_service function that handles services with "-" as default ↵Olivier Blin2008-03-271-5/+10
| | | | chkconfig level
* factorize in a _run_action wrapperOlivier Blin2008-03-271-8/+11
|
* xfs is *not* mandatory for Xorg to run (#32846)Pascal Rigaux2007-08-271-1/+1
|
* typo fix (Dotan Kamber)Thierry Vignaud2007-08-091-1/+1
|
* typo fixThierry Vignaud2007-08-091-1/+1
|
* (description) describe a few more services (cups, dm, haldaemon,Thierry Vignaud2007-08-061-0/+9
| | | | | messagebus, ntpd, saned, smb, sshd & xinetd) (#18612)
* re-sync after the big svn lossPascal Rigaux2007-04-251-17/+6
|
* fill in missing titles for banners and specify iconsThierry Vignaud2005-08-271-2/+2
|
* create enable() and disable() out of set_status()Olivier Blin2005-06-101-4/+14
|
* don't need prefixing with current packagePascal Rigaux2005-06-091-4/+4
|
* - introduce set_status(), restart_or_start() and service_exists()Olivier Blin2005-05-241-18/+33
| | | | | - cleanups (use run_program success status)
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
|
* simplifyPascal Rigaux2004-10-141-3/+2
|
* simplifyPascal Rigaux2004-10-141-5/+4
|
* fixed encoding problem with the output of start/stop init scriptsPablo Saratxaga2004-10-051-1/+3
| | | | | (the output must be forced to utf-8 in order to have it displayed in gtk2)
* - Lete the function "start_not_running_service()" really start the specified ↵Till Kamppeter2004-09-011-0/+4
| | | | service if it is not running instead of being a copy of the function "is_service_running()".