summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-01-04 10:22:09 +0100
committerJeroen Roovers <jer@gentoo.org>2017-01-04 10:22:09 +0100
commit21efe070c14057ec59021966db44267bd3a4f6af (patch)
treef9c109d1e530b946028acfa05e621902b668afa5 /app-admin/sshguard
parentapp-admin/sshguard: Install more documentation. (diff)
downloadgentoo-21efe070c14057ec59021966db44267bd3a4f6af.tar.gz
gentoo-21efe070c14057ec59021966db44267bd3a4f6af.tar.bz2
gentoo-21efe070c14057ec59021966db44267bd3a4f6af.zip
app-admin/sshguard: Install default configuration file in /etc.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin/sshguard')
-rw-r--r--app-admin/sshguard/sshguard-1.99.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/sshguard/sshguard-1.99.0.ebuild b/app-admin/sshguard/sshguard-1.99.0.ebuild
index 120c7e2b1b3c..cdd6f9f851b4 100644
--- a/app-admin/sshguard/sshguard-1.99.0.ebuild
+++ b/app-admin/sshguard/sshguard-1.99.0.ebuild
@@ -34,7 +34,6 @@ DOCS=(
doc/developers.rst
doc/setup.rst
examples/net.sshguard.plist
- examples/sshguard.conf.sample
examples/sshguard.service
examples/whitelistfile.example
)
@@ -44,4 +43,7 @@ src_install() {
newinitd "${FILESDIR}"/${PN}.initd ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+ insinto /etc
+ newins examples/sshguard.conf.sample sshguard.conf
}