• Michael Shigorin's avatar
    initial ntp feature · df45ac1b
    Michael Shigorin authored
    This one has been partially implemented for regular builds
    but making it generally available seems much better.
    df45ac1b
50-ntp 230 Bytes
#!/bin/sh
# basic NTP client configuration

. shell-config

CONFIG="/etc/ntpd.conf"
[ -f "$CONFIG" ] || exit 0
[ -n "$GLOBAL_NTP_SERVERS" ] || exit 0

shell_config_set "$CONFIG" 'servers' "$GLOBAL_NTP_SERVERS" '[[:space:]]\+' ' '