Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1098 → Rev 1099

/FreeBSD/mac_settime/trunk/bin/update_kernel_src.sh
0,0 → 1,10
#!/bin/sh
 
BIN_DIR=`dirname $0`
BASE_DIR="${BIN_DIR}/.."
 
cp ${BASE_DIR}/src/kern/* /usr/src/sys/kern
cp ${BASE_DIR}/src/module/files /usr/src/sys/conf/files
cp ${BASE_DIR}/src/module/Makefile.modules /usr/src/sys/modules/Makefile
cp ${BASE_DIR}/src/ntp/ntpd.c /usr/src/contrib/ntp/ntpd/ntpd.c
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property