diff options
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 |