diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-07-20 19:36:02 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:12 -0600 |
commit | d198ab0c08ca44c72664eb83b844255d922cbcdb (patch) | |
tree | 09d74f95d94c35a89ecbe981d029adb1d5992eed /src/rvs-core/lib/rvsdb.sh | |
parent | aeaae2a4bf7eefeb23b49649b25161a170749dc6 (diff) |
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)
Diffstat (limited to 'src/rvs-core/lib/rvsdb.sh')
-rw-r--r-- | src/rvs-core/lib/rvsdb.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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/ .*$//" |