summaryrefslogtreecommitdiff
path: root/netkit-base
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-22 16:47:36 +0000
committerChris Larson <clarson@kergoth.com>2004-05-22 16:47:36 +0000
commit2b8f679ffe5929b5a11eb71e514aa4997c36f13e (patch)
treecab0f25aca03f6162bd268a401945fbfbb63bff9 /netkit-base
parent5df179157f90b18f437c6978efb451f515e3d1c9 (diff)
Merges.
2004/05/22 12:46:48-04:00 local!kergoth Bugfixes per the recent FILESDIR cleanup. 2004/05/22 01:03:38-04:00 local!kergoth Run a perl script against the repo to kill off direct FILESDIR usage in favor of relative file:// paths in SRC_URI, and WORKDIR references in functions. 2004/05/21 23:07:58-04:00 local!kergoth Switch file:// FILESDIR uris in SRC_URI to the new relative path format. BKrev: 40af8428aNyDLBX0MRtyso3VCpMv1w
Diffstat (limited to 'netkit-base')
-rw-r--r--netkit-base/netkit-base_0.17.oe10
1 files changed, 6 insertions, 4 deletions
diff --git a/netkit-base/netkit-base_0.17.oe b/netkit-base/netkit-base_0.17.oe
index 0c8a0dd856..d4319801a4 100644
--- a/netkit-base/netkit-base_0.17.oe
+++ b/netkit-base/netkit-base_0.17.oe
@@ -2,8 +2,10 @@ DEPENDS = "virtual/libc"
DESCRIPTION = "netkit-base includes the inetd daemon."
SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-base-${PV}.tar.gz \
- file://${FILESDIR}/configure.patch;patch=1 \
- file://${FILESDIR}/mconfig.patch;patch=1"
+ file://configure.patch;patch=1 \
+ file://mconfig.patch;patch=1 \
+ file://init \
+ file://inetd.conf"
EXTRA_OEMAKE = "-C inetd"
do_compile () {
@@ -13,8 +15,8 @@ do_compile () {
do_install () {
install -d ${D}/${sysconfdir}/init.d ${D}/${sbindir}
install -m 0755 inetd/inetd ${D}/${sbindir}/inetd
- install -m 0755 ${FILESDIR}/init ${D}/${sysconfdir}/init.d/inetd
- install -m 0644 ${FILESDIR}/inetd.conf ${D}/${sysconfdir}
+ install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/inetd
+ install -m 0644 ${WORKDIR}/inetd.conf ${D}/${sysconfdir}
}
pkg_postinst () {