Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1100 → Rev 1103

/FreeBSD/mac_settime/trunk/bin/update_src.sh
1,5 → 1,14
#!/bin/sh
 
#
# copy our version of files to system
#
# to update the system run as root
# ./clear_src.sh && cvsup src_update && ./copy_orig.sh && ./update_src.sh
#
# then run ./get_diffs.sh as user and examine the diffs
#
 
BIN_DIR=`dirname $0`
BASE_DIR="${BIN_DIR}/.."