1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Move build farm template files to their own subdirectory so that their

names can be shortened to 30 characters. Helps Stratus VOS, which has a
32-character file name limit.
(This used to be commit 58a4be041e)
This commit is contained in:
Paul Green 2003-04-23 11:11:55 +00:00
parent 1fe7ec8b4b
commit c95a50cce5
9 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,7 @@
# says it's not done consistently.
template_setup() {
cat $1.template | \
cat template/$1 | \
sed "s|PREFIX|$prefix|g" | \
sed "s|BUILD_FARM|$test_root|g" | \
sed "s|WHOAMI|$whoami|g" | \
@ -52,13 +52,16 @@ test_smb_conf_setup() {
exit 1
esac
# Please keep these names under 15 characters,
# so that the final name is 31 characters or fewer.
template_smb_conf_setup
template_smb_conf_setup .hostsequiv
template_smb_conf_setup .validusers
template_smb_conf_setup .invalidusers
template_smb_conf_setup .preexec
template_smb_conf_setup .preexec_close
template_smb_conf_setup .preexec_cl_fail
template_smb_conf_setup .preexec_cl_fl
template_setup preexec lib/preexec