From 8ddcfeb96af93a710dee2bbfa82b9ba43a3a758b Mon Sep 17 00:00:00 2001 From: Peter Gsellmann Date: Thu, 17 Mar 2011 18:54:19 +0000 Subject: ntp-4.2.6 configuration files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark some files in ${sysconfdir} as configuration files so they are not blindly overwritten when upgrading Signed-off-by: Peter Gsellmann Signed-off-by: Eric BĂ©nard --- recipes/ntp/ntp_4.2.6p3.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes/ntp') diff --git a/recipes/ntp/ntp_4.2.6p3.bb b/recipes/ntp/ntp_4.2.6p3.bb index 1476c6fbb7..844198fa6e 100644 --- a/recipes/ntp/ntp_4.2.6p3.bb +++ b/recipes/ntp/ntp_4.2.6p3.bb @@ -1,6 +1,6 @@ require ntp.inc -PR = "r1" +PR = "r2" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \ file://tickadj.c.patch \ @@ -12,7 +12,9 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \ SRC_URI[md5sum] = "59876a9009b098ff59767ee45a88ebd2" SRC_URI[sha256sum] = "6e84d4ddfa14b911c3ed88463af10867e1fa9b287e7b34d8a02e78be85a7c40e" -EXTRA_OECONF += " --with-net-snmp-config=no --without-ntpsnmpd" +EXTRA_OECONF += " --with-net-snmp-config=no --without-ntpsnmpd" + +CONFFILES_${PN} = "${sysconfdir}/ntp.conf" do_install_append() { install -d ${D}/${sysconfdir}/init.d -- cgit 1.2.3-korg