diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-08-18 11:19:07 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-08-18 11:19:07 +0000 |
commit | 1e050fd0909b7179148517ddbffdbd2ab6362134 (patch) | |
tree | 69306faaf10f0a40fb51fafb439c5579d8944c3e /packages | |
parent | 37a9b6ee4ca5b72904f3da9f14af092c8a6063c9 (diff) |
netbase 4.2.1: Make /etc/services, /etc/protocols and /etc/rpc as conffiles.
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/netbase/netbase_4.21.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/netbase/netbase_4.21.bb b/packages/netbase/netbase_4.21.bb index 6775008ea5..f9be31845c 100644 --- a/packages/netbase/netbase_4.21.bb +++ b/packages/netbase/netbase_4.21.bb @@ -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" |