@@ -38,7 +38,7 @@ Class: CORE
Group: Network
License: BSD-style
Version: %{V_major}.%{V_minor}.%{V_micro}
-Release: 20071027
+Release: 20071210
# package options
%option with_fsl yes
@@ -6,6 +6,7 @@
%config
ntp_enable="$openpkg_rc_def"
ntp_mode="daemon"
+ ntp_daemon_flags=""
ntp_log_prolog="true"
ntp_log_epilog="true"
ntp_log_numfiles="10"
@@ -51,7 +52,7 @@
# run the NTP daemon for continued synchronization
if [ ".$ntp_mode" = .daemon ]; then
- @l_prefix@/bin/ntpd
+ @l_prefix@/bin/ntpd ${ntp_daemon_flags}
fi
%stop -p 800 -u @l_susr@