Update dmapd and libdmapsharing to new upstream versions; use BDB module by default

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26421 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
flyn
2011-04-03 00:36:54 +00:00
parent b922bb0cc6
commit d68f86294e
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ start() {
mkdir -p /var/run/dmapd/
mkdir -p /var/lock/subsys/
/usr/sbin/dmapd
DMAPD_DB_MODULE=bdb /usr/sbin/dmapd --vips-disc-threshold 64k
}
stop() {