app-admin/sshguard: Install default configuration file in /etc.
authorJeroen Roovers <jer@gentoo.org>
Wed, 4 Jan 2017 09:22:09 +0000 (10:22 +0100)
committerJeroen Roovers <jer@gentoo.org>
Wed, 4 Jan 2017 09:22:09 +0000 (10:22 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-admin/sshguard/sshguard-1.99.0.ebuild

index 120c7e2b1b3c4c4b8fe3ba970ce58ca0816d4294..cdd6f9f851b4102239072a9651d72e2dfd74d4a8 100644 (file)
@@ -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
 }