All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] base-files-3.0.14 configuration files
@ 2011-03-17 10:54 Peter Gsellmann
  2011-03-17 11:10 ` Phil Blundell
  0 siblings, 1 reply; 20+ messages in thread
From: Peter Gsellmann @ 2011-03-17 10:54 UTC (permalink / raw)
  To: openembedded-devel

Mark some files in ${sysconfdir} as configuration files so they are not blindly overwritten when upgrading

Signed-off-by: Peter Gsellmann <pgsellmann@portner-elektronik.at>
---
 recipes/base-files/base-files_3.0.14.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb
index acd12a4..6495d45 100644
--- a/recipes/base-files/base-files_3.0.14.bb
+++ b/recipes/base-files/base-files_3.0.14.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r100"
+PR = "r101"
 LICENSE = "GPL"
 
 SRC_URI = " \
@@ -95,7 +95,7 @@ do_install () {
 	fi
 
         if [ "${DISTRO}" != "micro" -a "${DISTRO}" != "micro-uclibc" ]; then
-                install -m 644 ${WORKDIR}/issue*  ${D}${sysconfdir}  
+                install -m 644 ${WORKDIR}/issue*  ${D}${sysconfdir}
 
                 if [ -n "${DISTRO_NAME}" ]; then
         		echo -n "${DISTRO_NAME} " >> ${D}${sysconfdir}/issue
@@ -181,7 +181,8 @@ PACKAGE_ARCH_rt3000 = "rt3000"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-CONFFILES_${PN} = "${sysconfdir}/fstab ${sysconfdir}/hostname"
+CONFFILES_${PN} = "${sysconfdir}/fstab ${sysconfdir}/hostname ${sysconfdir}/motd \
+    ${sysconfdir}/profile ${sysconfdir}/nsswitch.conf ${sysconfdir}/host.conf"
 CONFFILES_${PN}_micro = ""
 CONFFILES_${PN}_nylon = "${sysconfdir}/resolv.conf ${sysconfdir}/fstab ${sysconfdir}/hostname"
 CONFFILES_${PN}_slugos = "${sysconfdir}/resolv.conf ${sysconfdir}/fstab ${sysconfdir}/hostname"
-- 
1.7.2.3




^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2011-03-22 11:19 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 10:54 [PATCH 3/3] base-files-3.0.14 configuration files Peter Gsellmann
2011-03-17 11:10 ` Phil Blundell
2011-03-17 12:53   ` Hauser, Wolfgang (external)
2011-03-17 15:54     ` Peter Gsellmann
2011-03-18  8:59       ` Hauser, Wolfgang (external)
2011-03-18 10:56         ` Phil Blundell
2011-03-21  9:11           ` Hauser, Wolfgang (external)
2011-03-18 13:08         ` Peter Gsellmann
2011-03-18 15:30           ` Martin Jansa
2011-03-18 17:37             ` Peter Gsellmann
2011-03-21  9:30               ` Martin Jansa
2011-03-21 11:36                 ` Peter Gsellmann
2011-03-21 11:54                   ` Phil Blundell
2011-03-21 12:33                     ` Peter Gsellmann
2011-03-21 13:58                       ` Phil Blundell
2011-03-21 14:18                         ` Peter Gsellmann
2011-03-21 12:53                   ` [PATCH v2] " Peter Gsellmann
2011-03-21 16:39                     ` Phil Blundell
2011-03-21 18:19                       ` Peter Gsellmann
2011-03-22 11:17                         ` [PATCH v3] " Peter Gsellmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.