diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-02-02 12:47:36 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-02-02 12:47:36 -0600 |
commit | 11a8cc8195f30972428963d2d155f86f4a294df7 (patch) | |
tree | 7dcba9e8123ce8a23934409d63e6e349acadeb08 /net-misc | |
parent | dev-util/android-studio: bump to 4.1.2 (diff) | |
download | gentoo-11a8cc8195f30972428963d2d155f86f4a294df7.tar.gz gentoo-11a8cc8195f30972428963d2d155f86f4a294df7.tar.bz2 gentoo-11a8cc8195f30972428963d2d155f86f4a294df7.zip |
net-misc/radvd: fix ROOT usage after EAPI=7 conversion
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/radvd/radvd-2.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/radvd/radvd-2.19.ebuild b/net-misc/radvd/radvd-2.19.ebuild index 0f19d4c0606b..5c4981d40e93 100644 --- a/net-misc/radvd/radvd-2.19.ebuild +++ b/net-misc/radvd/radvd-2.19.ebuild @@ -65,8 +65,8 @@ src_install() { } DISABLE_AUTOFORMATTING=1 -DOC_CONTENTS="Please create a configuration file ${ROOT}etc/radvd.conf. -See ${ROOT}usr/share/doc/${PF} for an example. +DOC_CONTENTS="Please create a configuration file ${ROOT}/etc/radvd.conf. +See ${ROOT}/usr/share/doc/${PF} for an example. grsecurity users should allow a specific group to read /proc and add the radvd user to that group, otherwise radvd may |