diff options
Diffstat (limited to 'net-nds/pamldapd/pamldapd-0.3.ebuild')
-rw-r--r-- | net-nds/pamldapd/pamldapd-0.3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-nds/pamldapd/pamldapd-0.3.ebuild b/net-nds/pamldapd/pamldapd-0.3.ebuild index 11365aa..db8c233 100644 --- a/net-nds/pamldapd/pamldapd-0.3.ebuild +++ b/net-nds/pamldapd/pamldapd-0.3.ebuild @@ -29,6 +29,10 @@ src_compile() { } src_install() { + keepdir /var/log/pamldapd + fowners pamldapd:pamldapd /var/log/pamldapd + fperms 750 /var/log/pamldapd + newinitd "${FILESDIR}/pamldapd.initd" pamldapd dobin pamldapd default } |