Subversion Repositories general

Compare Revisions

Problem with comparison.

Ignore whitespace Rev HEAD → Rev 1116

/FreeBSD/mac_settime/trunk/bin/update_src.sh
0,0 → 1,17
#!/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}/.."
 
cp ${BASE_DIR}/patched/kern/* /usr/src/sys/kern
cp ${BASE_DIR}/patched/ntp/ntpd.c /usr/src/contrib/ntp/ntpd/ntpd.c
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property