summaryrefslogtreecommitdiff
path: root/community/sshguard/sshguard.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/sshguard/sshguard.install')
-rw-r--r--community/sshguard/sshguard.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/sshguard/sshguard.install b/community/sshguard/sshguard.install
deleted file mode 100644
index 486e55fbd..000000000
--- a/community/sshguard/sshguard.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- mkdir -p var/db/sshguard
- echo "-- You should add chains to your firewall:"
- echo "-- iptables -N sshguard"
- echo "-- iptables -A INPUT -p tcp --dport 22 -j sshguard"
- echo "-- ip6tables -N sshguard"
- echo "-- ip6tables -A INPUT -p tcp --dport 22 -j sshguard"
- echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
- echo "-- For more information, see https://wiki.archlinux.org/index.php/Sshguard"
-}
-
-post_upgrade() {
- echo "-- touch /etc/iptables/ip6tables.rules if you don't use IPv6"
-}