cksfv - Checks .sfv (Simple File Verification) files ChangeLog

HOWTO


# cksfv 1.3.9 (Check SFV)
# ===========
# If the home page link above is unreachable for you, try one of these other
# ones:
# http://www.fodder.org/cksfv (in README, INSTALL)
# http://www.iki.fi/shd/foss/cksfv/ (in README, freshmeat)
# http://www.modeemi.fi/~shd/foss/cksfv/ (what I used to have set for the
#  link above)
# http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/ (where URL #2
#  redirects you to)

cd
test -f installed/cksfv-1.3.9.tar.bz2 &&
mv installed/cksfv-1.3.9.tar.bz2 .
test ! -f cksfv-1.3.9.tar.bz2 &&
wget http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/\
cksfv-1.3.9.tar.bz2

# Verify tarball w/ md5sum:
echo "33c1ab4f1ea7e9a194e12b2aedb4741b  cksfv-1.3.9.tar.bz2" | md5sum -c

mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "cksfv-*" -exec rm -r {} \;
tar xjvf ~/cksfv-1.3.9.tar.bz2
cd cksfv-1.3.9
test $UID = 0 && chown -R root:root .
./configure
make
make check
su -c "make install"
cd
mkdir -p -m 0700 installed
rm -f installed/cksfv-*.tar.*
mv cksfv-1.3.9.tar.bz2 installed/

# To check files against foo.sfv file:
# cksfv -f foo.sfv

# To create a .sfv file for the files in /foo/bar:
# cksfv /foo/bar/* > foo.sfv

# If you ever want to uninstall cksfv, this should do it:
su -c "rm -f /usr/local/bin/cksfv /usr/local/man/man1/cksfv.1"
find ~/src -maxdepth 1 -type d -name "cksfv-*" -exec rm -r {} \;
rm -f ~/installed/cksfv-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-06-01 2:04pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]