OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntpd
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd-6.8.2/dhcpcd-hooks/
50-ntp.conf
6
# dhcpcd -e NTP_CONF=/usr/pkg/etc/
ntpd
.conf
8
# NTP_CONF=/usr/pkg/etc/
ntpd
.conf
19
: ${ntp_service:=
ntpd
}
25
if [ -z "$NTP_CONF" -a -e /etc/
ntpd
.conf -a ! -e /etc/ntp.conf ]; then
26
: ${NTP_CONF:=/etc/
ntpd
.conf}
79
# If we changed anything, restart
ntpd
/external/dhcpcd-6.8.2/
configure
1193
printf "Checking for
ntpd
... "
1194
NTPD
=$(_which
ntpd
)
1195
if [ -n "$
NTPD
" ]; then
1196
echo "$
NTPD
(50-ntp.conf)"
Completed in 174 milliseconds