netbase 4.2.1: Make /etc/services, /etc/protocols and /etc/rpc as conffiles.
authorJamie Lenehan <lenehan@twibble.org>
Sat, 18 Aug 2007 11:19:07 +0000 (11:19 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sat, 18 Aug 2007 11:19:07 +0000 (11:19 +0000)
These files are supposed to be user editable to add/change entries and for
other packages to be able to append entries. This also now matches how other
distro handle these files. See #2505 for discussion.

packages/netbase/netbase_4.21.bb

index 6775008..f9be318 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r20"
+PR = "r21"
 
 inherit update-rc.d
 
@@ -54,4 +54,6 @@ do_install () {
        install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces
 }
 
-CONFFILES_${PN} = "${sysconfdir}/network/options ${sysconfdir}/hosts ${sysconfdir}/network/interfaces"
+CONFFILES_${PN} = "${sysconfdir}/network/options ${sysconfdir}/hosts \
+                   ${sysconfdir}/network/interfaces ${sysconfdir}/rpc \
+                   ${sysconfdir}/protocols ${sysconfdir}/services"