diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-07 18:25:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-07 18:25:45 +0000 |
commit | 8fe9fd0c9523562e7c0d3aed1d358e0a78d9107a (patch) | |
tree | 8a2135194ca00981d9c0a4173c82f52058c04d18 /perl-install/services.pm | |
parent | a22a7fe6bc946acfd4f20f9dad9d1beb7fa705e3 (diff) | |
download | drakx-8fe9fd0c9523562e7c0d3aed1d358e0a78d9107a.tar drakx-8fe9fd0c9523562e7c0d3aed1d358e0a78d9107a.tar.gz drakx-8fe9fd0c9523562e7c0d3aed1d358e0a78d9107a.tar.bz2 drakx-8fe9fd0c9523562e7c0d3aed1d358e0a78d9107a.tar.xz drakx-8fe9fd0c9523562e7c0d3aed1d358e0a78d9107a.zip |
(root_services) list dm, mdadm, messagebus, microcode_ctl, netconsole & partmon services in system
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r-- | perl-install/services.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index 4bf68802e..6e4a9db8a 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -153,9 +153,10 @@ sub ask_ { N("File sharing") => [ qw(amd auth2.init autofs codasrv.init mcserv netfs nettalk nfs-common nfs-server nfslock smb swat update.init venus.init) ], - N("System") => [ qw(acon acpid alsa anacron apcupsd apmd atd bpowerd bpowerfail crond cvs fcron functions + N("System") => [ qw(acon acpid alsa anacron apcupsd apmd atd bpowerd bpowerfail crond cvs dm fcron functions gpm halt harddrake inetd irda jserver keytable kheader killall kudzu mageia_everytime - mageia_firstime medusa-init mosix network numlock pcmcia portmap powertweak.init psacct + mageia_firstime mdadm medusa-init messagebus microcode_ctl mosix network netconsole numlock partmon + pcmcia portmap powertweak.init psacct random rawdevices rpcbind sensors single sound syslog syslog-ng ups usb usbd wine xfs xinetd) ], N("Remote Administration") => [ qw(cfd drakxtools_http heartbeat iplog ldirectord mon netsaint olympusd rexec |