OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 10-Dec-2007 16:25:31 Branch: HEAD Handle: 2007121015253000 Modified files: openpkg-src/ntp ntp.spec rc.ntp Log: allow one the specify flags to ntpd(1) Summary: Revision Changes Path 1.93 +1 -1 openpkg-src/ntp/ntp.spec 1.36 +2 -1 openpkg-src/ntp/rc.ntp ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/ntp/ntp.spec ============================================================================ $ cvs diff -u -r1.92 -r1.93 ntp.spec --- openpkg-src/ntp/ntp.spec 27 Oct 2007 11:59:42 -0000 1.92 +++ openpkg-src/ntp/ntp.spec 10 Dec 2007 15:25:30 -0000 1.93 @@ -38,7 +38,7 @@ Group: Network License: BSD-style Version: %{V_major}.%{V_minor}.%{V_micro} -Release: 20071027 +Release: 20071210 # package options %option with_fsl yes @@ . patch -p0 <<'@@ .' Index: openpkg-src/ntp/rc.ntp ============================================================================ $ cvs diff -u -r1.35 -r1.36 rc.ntp --- openpkg-src/ntp/rc.ntp 23 Jul 2007 09:48:01 -0000 1.35 +++ openpkg-src/ntp/rc.ntp 10 Dec 2007 15:25:30 -0000 1.36 @@ -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@ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org