diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-07-01 16:54:02 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-07-03 00:59:30 +0200 |
commit | 4d9a929f8dd6fc597bc5ed6209548f85d30a64d3 (patch) | |
tree | b9909df72d1049411bc3ecfc59e2c51b0d6eb80d /source4/scripting/bin | |
parent | e6fed3a87911a01a4acbcdff98f12c426c8d9512 (diff) | |
download | samba-4d9a929f8dd6fc597bc5ed6209548f85d30a64d3.tar.gz samba-4d9a929f8dd6fc597bc5ed6209548f85d30a64d3.tar.bz2 samba-4d9a929f8dd6fc597bc5ed6209548f85d30a64d3.zip |
s4: Remove stub endpoint mapper script.
Diffstat (limited to 'source4/scripting/bin')
-rwxr-xr-x | source4/scripting/bin/epdump | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/source4/scripting/bin/epdump b/source4/scripting/bin/epdump deleted file mode 100755 index 15dee33774..0000000000 --- a/source4/scripting/bin/epdump +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python - -# Unix SMB/CIFS implementation. -# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2008 -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. -# - -import sys - -if len(sys.argv) < 2: - print "Usage: %s <binding-string>" % sys.argv[0] - sys.exit(1) |