aports/testing/knot/knot.post-install
Dennis Przytarski dc81d983c9 testing/knot: added dnssec timestamps patch + cleanup
added dnssec timestamps patch
named service after the corresponding binary
simplified scripts
2015-08-17 11:37:02 +00:00

11 lines
258 B
Bash

#!/bin/sh
echo "*" >&2
echo "* Before running knot, you must create a knot.conf file." >&2
echo "* There is an example in the /etc/knot directory." >&2
echo "* You can rename the example file and make the necessary adjustment." >&2
echo "*" >&2
exit 0