Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-03 12:08:58 +0400
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-03 12:08:58 +0400
commit1a2f4d9af7b8ec08db75f245e1b513a47c5535d8 (patch)
tree861e698298dd34d23def9bbf678d18f642cf3977 /networking/Config.in
parent7f782da048defae66ad8b602a3cca8e7957a3639 (diff)
sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 544ee617f..be863d3b6 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -305,6 +305,13 @@ config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_CHARGEN
help
Familiar character generator internal inetd service
+config CONFIG_FEATURE_INETD_RPC
+ bool " Support RPC services"
+ default n
+ depends on CONFIG_INETD
+ help
+ Suuport Sun-RPC based services
+
config CONFIG_IP
bool "ip"