diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-09-11 07:42:31 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-09-11 07:42:31 +0000 |
commit | 0eeb44a27b0912a37d3d036a40c3e4b28d1eac46 (patch) | |
tree | 81b609358da28f4ffe5123e1682bea631c71e424 | |
parent | 44e8f75007125c7366834efd0e54dfe826213efd (diff) | |
download | drakx-0eeb44a27b0912a37d3d036a40c3e4b28d1eac46.tar drakx-0eeb44a27b0912a37d3d036a40c3e4b28d1eac46.tar.gz drakx-0eeb44a27b0912a37d3d036a40c3e4b28d1eac46.tar.bz2 drakx-0eeb44a27b0912a37d3d036a40c3e4b28d1eac46.tar.xz drakx-0eeb44a27b0912a37d3d036a40c3e4b28d1eac46.zip |
list rpcbind service in "System" category
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/services.pm | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 31daecbc1..7bed8789c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,7 @@ - services (thanks to spuk): o list ip6tables in "Internet" category o list nfs-common and nfs-server in "File sharing" category + o list rpcbind in "System" category Version 11.40 - 10 September 2008 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index a22ce1d04..0f07888b7 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - services (thanks to spuk): o list ip6tables in "Internet" category o list nfs-common and nfs-server in "File sharing" category + o list rpcbind in "System" category Version 11.40 - 10 September 2008 diff --git a/perl-install/services.pm b/perl-install/services.pm index 02f75ab33..d6135d6c1 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -128,7 +128,7 @@ sub ask_ { venus.init auth2.init codasrv.init update.init swat) ], N("System") => [ qw(usb usbd pcmcia irda xinetd inetd kudzu harddrake apmd sound network xfs alsa functions halt kheader killall mandrake_everytime mandrake_firstime - random rawdevices single keytable syslog crond medusa-init portmap acon + random rawdevices single keytable syslog crond medusa-init portmap rpcbind acon anacron atd gpm psacct wine acpid numlock jserver sensors mosix bpowerd bpowerfail fcron powertweak.init ups syslog-ng cvs apcupsd) ], N("Remote Administration") => [ qw(sshd telnetd telnet rsh rlogin rexec webmin cfd heartbeat ldirectord |