summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-12 13:18:34 +0000
committerMichael Adam <obnox@samba.org>2015-03-17 11:30:51 +0100
commit89052936aee34af841fea230c92e133ad28e67c6 (patch)
tree47f0870a9354735ed5c08b2886458ddcfcbf92a8 /script
parente3d2e6a288e35cf2037a3714ef3caf3933390d24 (diff)
downloadsamba-89052936aee34af841fea230c92e133ad28e67c6.tar.gz
Remove ntdb from scripts
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/librelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/librelease.sh b/script/librelease.sh
index 7584e481d30..5119ca4aca7 100755
--- a/script/librelease.sh
+++ b/script/librelease.sh
@@ -80,7 +80,7 @@ release_lib() {
for lib in $*; do
case $lib in
- talloc | tdb | ntdb | tevent | ldb)
+ talloc | tdb | tevent | ldb)
[ -z "$GPG_USER" ] && {
GPG_USER='Samba Library Distribution Key <samba-bugs@samba.org>'
}