projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09e40a6
)
app-admin/sshguard: Install default configuration file in /etc.
author
Jeroen Roovers
<jer@gentoo.org>
Wed, 4 Jan 2017 09:22:09 +0000
(10:22 +0100)
committer
Jeroen 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
patch
|
blob
|
history
diff --git
a/app-admin/sshguard/sshguard-1.99.0.ebuild
b/app-admin/sshguard/sshguard-1.99.0.ebuild
index 120c7e2b1b3c4c4b8fe3ba970ce58ca0816d4294..cdd6f9f851b4102239072a9651d72e2dfd74d4a8 100644
(file)
--- 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
}