diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-09 19:39:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-09 19:39:30 +0000 |
commit | e18dbb2be3143c54092ca6025161cbc750990b0a (patch) | |
tree | 3107fce9414a9f269c253a0ce5f0acfc8e945386 /netbase | |
parent | 5f89f6f91c15ca00fd0966bd24d73642753d744f (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/09 21:39:25+02:00 uni-frankfurt.de!mickey
install /etc/hosts
BKrev: 409e88f2PB6tQUgIPg2wLDFwYu-Q6Q
Diffstat (limited to 'netbase')
-rw-r--r-- | netbase/netbase-4.16/hosts | 0 | ||||
-rw-r--r-- | netbase/netbase_4.16.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/netbase/netbase-4.16/hosts b/netbase/netbase-4.16/hosts new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/netbase/netbase-4.16/hosts diff --git a/netbase/netbase_4.16.oe b/netbase/netbase_4.16.oe index ea0be2ef9f..3b56947386 100644 --- a/netbase/netbase_4.16.oe +++ b/netbase/netbase_4.16.oe @@ -1,4 +1,4 @@ -PR = "r3" +PR = "r4" DESCRIPTION = "This package provides the necessary \ infrastructure for basic TCP/IP based networking." DEPENDS = "update-rc.d" @@ -21,6 +21,7 @@ do_install () { ${D}/${sysconfdir}/network/if-post-down.d install -m 0644 ${FILESDIR}/options ${D}/${sysconfdir}/network/options install -m 0755 ${FILESDIR}/init ${D}/${sysconfdir}/init.d/networking + install -m 0644 ${FILESDIR}/hosts ${D}/${sysconfdir}/hosts install -m 0644 etc-rpc ${D}/${sysconfdir}/rpc install -m 0644 etc-protocols ${D}/${sysconfdir}/protocols install -m 0644 etc-services ${D}/${sysconfdir}/services |