diff options
author | "Vladimir N. Oleynik" | 2005-10-03 08:08:58 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-10-03 08:08:58 +0000 |
commit | 1a2f4d9af7b8ec08db75f245e1b513a47c5535d8 (patch) | |
tree | 861e698298dd34d23def9bbf678d18f642cf3977 /networking/Config.in | |
parent | 7f782da048defae66ad8b602a3cca8e7957a3639 (diff) | |
download | busybox-1a2f4d9af7b8ec08db75f245e1b513a47c5535d8.zip busybox-1a2f4d9af7b8ec08db75f245e1b513a47c5535d8.tar.gz |
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.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 544ee61..be863d3 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" |