X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/a542396b43f4217f5b76bf884ca1b9080dbd5cfa..9155ea97b695b6eb5fca1ee79f57b334f6c4ef53:/debian/fw.sh diff --git a/debian/fw.sh b/debian/fw.sh new file mode 100644 index 0000000..6bc3554 --- /dev/null +++ b/debian/fw.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +set -e +case "$FW_RENAME_NAG" in + muffle) ;; + "") echo >&2 "$0: the \`fw' program been renamed to /usr/bin/fwd" ;; +esac +exec /usr/bin/fwd "$@"