summaryrefslogtreecommitdiffstats
path: root/debian/samba-log-parser
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 16:06:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 16:06:08 +0000
commit9436924c203a8b4cbe458788058362e780d1b95d (patch)
tree12f40c24289a17d244675bb1a15f34bd38b5a284 /debian/samba-log-parser
parentAdding debian version 2:4.20.2+dfsg-2. (diff)
downloadsamba-9436924c203a8b4cbe458788058362e780d1b95d.tar.xz
samba-9436924c203a8b4cbe458788058362e780d1b95d.zip
Adding debian version 2:4.20.2+dfsg-3.debian/2%4.20.2+dfsg-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/samba-log-parser')
-rwxr-xr-xdebian/samba-log-parser5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/samba-log-parser b/debian/samba-log-parser
new file mode 100755
index 0000000..09f6bcd
--- /dev/null
+++ b/debian/samba-log-parser
@@ -0,0 +1,5 @@
+#! /bin/sh
+me="${0##*/}"
+command -v python3 >/dev/null && exec /usr/libexec/samba/$me "$@"
+echo "$me: E: This program requires python3. Please install python3 package to use it." >&2
+exit 42