aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ntpd.c')
-rw-r--r--networking/ntpd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c
index fdcb27fb2..f21f9513d 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -45,23 +45,23 @@
45//config: default y 45//config: default y
46//config: select PLATFORM_LINUX 46//config: select PLATFORM_LINUX
47//config: help 47//config: help
48//config: The NTP client/server daemon. 48//config: The NTP client/server daemon.
49//config: 49//config:
50//config:config FEATURE_NTPD_SERVER 50//config:config FEATURE_NTPD_SERVER
51//config: bool "Make ntpd usable as a NTP server" 51//config: bool "Make ntpd usable as a NTP server"
52//config: default y 52//config: default y
53//config: depends on NTPD 53//config: depends on NTPD
54//config: help 54//config: help
55//config: Make ntpd usable as a NTP server. If you disable this option 55//config: Make ntpd usable as a NTP server. If you disable this option
56//config: ntpd will be usable only as a NTP client. 56//config: ntpd will be usable only as a NTP client.
57//config: 57//config:
58//config:config FEATURE_NTPD_CONF 58//config:config FEATURE_NTPD_CONF
59//config: bool "Make ntpd understand /etc/ntp.conf" 59//config: bool "Make ntpd understand /etc/ntp.conf"
60//config: default y 60//config: default y
61//config: depends on NTPD 61//config: depends on NTPD
62//config: help 62//config: help
63//config: Make ntpd look in /etc/ntp.conf for peers. Only "server address" 63//config: Make ntpd look in /etc/ntp.conf for peers. Only "server address"
64//config: is supported. 64//config: is supported.
65 65
66//applet:IF_NTPD(APPLET(ntpd, BB_DIR_USR_SBIN, BB_SUID_DROP)) 66//applet:IF_NTPD(APPLET(ntpd, BB_DIR_USR_SBIN, BB_SUID_DROP))
67 67