diff options
author | unknown <serg@serg.mysql.com> | 2002-11-11 00:08:42 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-11-11 00:08:42 +0100 |
commit | 2d14fa5b39694a347c2ac97f16fc2c68a2f741a4 (patch) | |
tree | 44e79b5af6f6d89587d43bdde9c3223f7b817070 /bdb/dist/RELEASE | |
parent | 446a5b0ad584bca06a83f96acc15a2e085d93f75 (diff) | |
download | mariadb-git-2d14fa5b39694a347c2ac97f16fc2c68a2f741a4.tar.gz |
disable chmod in bdb scripts - bk doesn't like somebody messing with permissions
delete auto-generated files
remove in-place editing
BitKeeper/deleted/.del-ex_apprec_auto.c~6e4c8882b1f0fe9d:
Delete: bdb/examples_c/ex_apprec/ex_apprec_auto.c
BitKeeper/deleted/.del-ex_apprec_auto.h~d01f1e472bf1b59f:
Delete: bdb/examples_c/ex_apprec/ex_apprec_auto.h
BitKeeper/deleted/.del-ex_apprec_template~4157a705d73c1209:
Delete: bdb/examples_c/ex_apprec/ex_apprec_template
bdb/rpc_server/c/db_server_proc.c.in:
Rename: bdb/rpc_server/c/db_server_proc.c -> bdb/rpc_server/c/db_server_proc.c.in
BitKeeper/deleted/.del-rpc_defs.in~bfc9820a618d5926:
Delete: bdb/dbinc_auto/rpc_defs.in
BitKeeper/deleted/.del-db_server.h~1c77cc0d19f3ecf:
Delete: bdb/dbinc_auto/db_server.h
BitKeeper/deleted/.del-db_server_proc.sed~94a351b3e31c0ad0:
Delete: bdb/rpc_server/c/db_server_proc.sed
BitKeeper/deleted/.del-db_server_svc.c~66ae3c56737e07ab:
Delete: bdb/rpc_server/c/db_server_svc.c
BitKeeper/deleted/.del-db_server_xdr.c~518231ed78b9cdcf:
Delete: bdb/rpc_server/c/db_server_xdr.c
BitKeeper/deleted/.del-gen_db_server.c~51935e227c7c23ac:
Delete: bdb/rpc_server/c/gen_db_server.c
bdb/dist/RELEASE:
disable chmod in bdb scripts - bk doesn't like somebody messing with permissions
bdb/dist/s_crypto:
disable chmod in bdb scripts - bk doesn't like somebody messing with permissions
bdb/dist/s_perm:
disable chmod in bdb scripts - bk doesn't like somebody messing with permissions
bdb/dist/s_recover:
disable chmod in bdb scripts - bk doesn't like somebody messing with permissions
bdb/dist/s_rpc:
NEVER modify files in-place!!!
bdb/dist/s_symlink:
disable chmod in bdb scripts - bk doesn't like somebody messing with permissions
bdb/dist/s_tags:
disable chmod in bdb scripts - bk doesn't like somebody messing with permissions
Diffstat (limited to 'bdb/dist/RELEASE')
-rw-r--r-- | bdb/dist/RELEASE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bdb/dist/RELEASE b/bdb/dist/RELEASE index fe9b6667bbe..9054f122cb4 100644 --- a/bdb/dist/RELEASE +++ b/bdb/dist/RELEASE @@ -9,3 +9,12 @@ DB_VERSION_UNIQUE_NAME=`printf "_%d%03d" $DB_VERSION_MAJOR $DB_VERSION_MINOR` DB_RELEASE_DATE=`date "+%B %e, %Y"` DB_VERSION_STRING="Sleepycat Software: Berkeley DB $DB_VERSION: ($DB_RELEASE_DATE)" + +# this file is included by all s_* scripts, so it's the way to apply +# hacks :) + +# bitkeeper doesn't like somebody to mess with permissions! +chmod() +{ + #echo "chmod $1 $2" +} |