summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Wennergren <henrik.wennergren@protonmail.com>2017-09-28 23:01:03 +0200
committerDavid Seifert <soap@gentoo.org>2017-11-07 11:32:25 +0100
commit0d79b09fdbb16cf2148883583177f20b5546028f (patch)
treeee2b47bf661d94dab94629aedb2c47167e38b097 /net-p2p/airdcpp-webclient/files
parentsys-apps/util-linux: Really remove all libtool archives. (diff)
downloadgentoo-0d79b09fdbb16cf2148883583177f20b5546028f.tar.gz
gentoo-0d79b09fdbb16cf2148883583177f20b5546028f.tar.bz2
gentoo-0d79b09fdbb16cf2148883583177f20b5546028f.zip
net-p2p/airdcpp-webclient: Fix incorrect conf parameter name in init file
Package-Manager: Portage-2.3.8, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5830
Diffstat (limited to 'net-p2p/airdcpp-webclient/files')
-rw-r--r--net-p2p/airdcpp-webclient/files/airdcppd.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/airdcpp-webclient/files/airdcppd.initd b/net-p2p/airdcpp-webclient/files/airdcppd.initd
index 1cad833d8ae2..ed322b3e35a7 100644
--- a/net-p2p/airdcpp-webclient/files/airdcppd.initd
+++ b/net-p2p/airdcpp-webclient/files/airdcppd.initd
@@ -1,10 +1,10 @@
#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
AIRDCPPD_USER="${AIRDCPPD_USER:-${RC_SVCNAME}}"
AIRDCPPD_GROUP="${AIRDCPPD_GROUP:-${RC_SVCNAME}}"
-AIRDCPPD_UMASK="${SYNCTHING_UMASK:-007}"
+AIRDCPPD_UMASK="${AIRDCPPD_UMASK:-007}"
AIRDCPPD_HOME="$(getent passwd "${AIRDCPPD_USER}" | cut -d: -f6)"
command="/usr/bin/airdcppd"