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 | d96ea8631cd7360202fee72d1866f6be0f203fea (patch) | |
tree | 8a2135194ca00981d9c0a4173c82f52058c04d18 /perl-install | |
parent | fd4ed325f115aef9309301cde5a6d8d8f82f2bc6 (diff) | |
download | drakx-backup-do-not-use-d96ea8631cd7360202fee72d1866f6be0f203fea.tar drakx-backup-do-not-use-d96ea8631cd7360202fee72d1866f6be0f203fea.tar.gz drakx-backup-do-not-use-d96ea8631cd7360202fee72d1866f6be0f203fea.tar.bz2 drakx-backup-do-not-use-d96ea8631cd7360202fee72d1866f6be0f203fea.tar.xz drakx-backup-do-not-use-d96ea8631cd7360202fee72d1866f6be0f203fea.zip |
(root_services) list dm, mdadm, messagebus, microcode_ctl, netconsole & partmon services in system
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/services.pm | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 4845cb315..b6490f11e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - summary: o list mandi with iptables* & shorewall in services + o list dm, mdadm, messagebus, microcode_ctl, netconsole & partmon services in system Version 13.90 - 06 March 2012 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 |