aboutsummaryrefslogtreecommitdiffstats
path: root/mobilemesh
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-22 22:37:40 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-22 22:37:40 +0000
commit6179e287cc54cca435c9c27531dd3f849664a45b (patch)
treed610c07fbfb594cf7dc04406ce2d657344d64340 /mobilemesh
parent5ed6472ffaf48208b24fc7a1dd34991ed7fc3ac7 (diff)
downloadopenembedded-6179e287cc54cca435c9c27531dd3f849664a45b.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/11/22 10:15:23+01:00 (none)!br1 mobilemesh: switched to subversion BKrev: 41a26a34FEfYnwCkXY7Oyd5jsHGQNg
Diffstat (limited to 'mobilemesh')
-rw-r--r--mobilemesh/mobilemesh_1.2.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobilemesh/mobilemesh_1.2.oe b/mobilemesh/mobilemesh_1.2.oe
index 8504760224..67e233a0c9 100644
--- a/mobilemesh/mobilemesh_1.2.oe
+++ b/mobilemesh/mobilemesh_1.2.oe
@@ -2,7 +2,7 @@ SECTION = "console/network"
DESCRIPTION = "MobileMesh mobile ad-hoc routing protocol"
LICENSE = "GPL"
DEPENDS = "openssl"
-SRC_URI = "cvs://anoncvs:anoncvs@meshcube.org/data/cvs;module=application/mobilemesh"
+SRC_URI = "svn://meshcube.org/svn/application;module=mobilemesh"
S = "${WORKDIR}/mobilemesh"
@@ -29,5 +29,5 @@ do_install() {
install ${S}/doc/INSTALL ${D}/${docdir}
install ${S}/doc/LICENSE ${D}/${docdir}
install ${S}/doc/README ${D}/${docdir}
- install ${S}/ipkg/etc/init.d/mobilemesh ${D}/${sysconfdir}/init.d/
+ install ${S}/mobilemesh.init ${D}/${sysconfdir}/init.d/mobilemesh
}