mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-admin/sshguard: Install default configuration file in /etc.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user