From d198ab0c08ca44c72664eb83b844255d922cbcdb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 20 Jul 2009 19:36:02 -0400 Subject: run all source files through sed to update all changes in design. fix the few things the sed script didn't count on (init.sh mostly) remove code for back-compat with unupdated parts update HACKING file with some (but not all design changes) --- src/rvs-core/lib/rvsdb.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/rvs-core/lib') diff --git a/src/rvs-core/lib/rvsdb.sh b/src/rvs-core/lib/rvsdb.sh index dcef0d6..41f0e03 100644 --- a/src/rvs-core/lib/rvsdb.sh +++ b/src/rvs-core/lib/rvsdb.sh @@ -1,7 +1,7 @@ #!$$SHELL$$ # abomination module:rvs:lib:rvsdb #name='rvs db' -#ver='0.6.2' +#ver='0.6.3' logver='0.6.0' # Copyright (C) 2009 Luke Shumaker # This program is distributed in the hope that it will be useful, @@ -13,8 +13,6 @@ logver='0.6.0' source "$RVSDIR/lib/stdio" -repo=`rvs repo` # this is left for back-compat, and should be gone by 0.6.3 - # getid file getid() { #md5sum $file | sed "s/ .*$//" -- cgit v1.2.3-2-g168b