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:
parent
1fe7ec8b4b
commit
c95a50cce5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user