summaryrefslogtreecommitdiff
path: root/net-mail/sympa/sympa-6.1.23.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2014-10-03 23:02:00 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2014-10-03 23:02:00 +0200
commit5dc972444c0f2727f5b042f8161269b800aae260 (patch)
tree0309a1ffcc21a10e9afd5e91b9d4c635c3daae17 /net-mail/sympa/sympa-6.1.23.ebuild
parentd4f7dd65946d9d1aca0be0266d9070a2fb23815f (diff)
downloadportage-5dc972444c0f2727f5b042f8161269b800aae260.tar.gz
portage-5dc972444c0f2727f5b042f8161269b800aae260.tar.bz2
portage-5dc972444c0f2727f5b042f8161269b800aae260.zip
Get rid of QA warning
Diffstat (limited to 'net-mail/sympa/sympa-6.1.23.ebuild')
-rw-r--r--net-mail/sympa/sympa-6.1.23.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mail/sympa/sympa-6.1.23.ebuild b/net-mail/sympa/sympa-6.1.23.ebuild
index 721a044..6b12029 100644
--- a/net-mail/sympa/sympa-6.1.23.ebuild
+++ b/net-mail/sympa/sympa-6.1.23.ebuild
@@ -108,6 +108,8 @@ src_unpack() {
-e 's|^\(\s*bouncedir=\).*|\1/var/spool/sympa/bounce|' \
-e 's|^\(\s*arcdir=\).*|\1/var/spool/sympa/arc|' \
configure.ac
+ # Do not create runtime directories
+ sed -i -e 's| $(piddir) | |' Makefile.am
eautoreconf
}
@@ -158,10 +160,6 @@ src_install() {
# Startup script
newinitd "${FILESDIR}/${PN}-${SYMPA_VERSION}.initd" "${PN}"
- # Create pidfile dir
- keepdir /var/run/sympa
- fowners ${SYMPA_USER}:${SYMPA_GROUP} /var/run/sympa
-
# Set proper fastcgi flag
if use fastcgi; then
sed -i -r 's:^(\s*use_fast_cgi\s*).*:\11:' "${D}/etc/sympa/wwsympa.conf"