summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marlowe <mattm@gentoo.org>2013-12-06 01:24:10 +0000
committerMatthew Marlowe <mattm@gentoo.org>2013-12-06 01:24:10 +0000
commit1053b9c442b8ce98abb25176fe6e5206de280b71 (patch)
tree01b64b2b644d56c2b65f08b3191b22e67ac4dd3b /sys-power/apcupsd
parentremove extraneous trailing / in parent files (diff)
downloadgentoo-2-1053b9c442b8ce98abb25176fe6e5206de280b71.tar.gz
gentoo-2-1053b9c442b8ce98abb25176fe6e5206de280b71.tar.bz2
gentoo-2-1053b9c442b8ce98abb25176fe6e5206de280b71.zip
Found a few more references to /var/run/apcupsd that needed to be changed to /run/apcupsd
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
Diffstat (limited to 'sys-power/apcupsd')
-rw-r--r--sys-power/apcupsd/ChangeLog9
-rw-r--r--sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild (renamed from sys-power/apcupsd/apcupsd-3.14.10-r5.ebuild)6
-rw-r--r--sys-power/apcupsd/files/apcupsd.conf2
3 files changed, 12 insertions, 5 deletions
diff --git a/sys-power/apcupsd/ChangeLog b/sys-power/apcupsd/ChangeLog
index 819c0450119b..504059a17770 100644
--- a/sys-power/apcupsd/ChangeLog
+++ b/sys-power/apcupsd/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-power/apcupsd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.94 2013/12/03 22:18:44 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.95 2013/12/06 01:24:10 mattm Exp $
+
+*apcupsd-3.14.10-r6 (06 Dec 2013)
+
+ 06 Dec 2013; Matthew Marlowe <mattm@gentoo.org> +apcupsd-3.14.10-r6.ebuild,
+ -apcupsd-3.14.10-r5.ebuild, files/apcupsd.conf:
+ Found a few more references to /var/run/apcupsd that needed to be changed to
+ /run/apcupsd
03 Dec 2013; Matthew Marlowe <mattm@gentoo.org> apcupsd-3.14.10-r5.ebuild,
files/apcupsd.init.4:
diff --git a/sys-power/apcupsd/apcupsd-3.14.10-r5.ebuild b/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild
index f5c3cd3bb4d5..b4489b43989b 100644
--- a/sys-power/apcupsd/apcupsd-3.14.10-r5.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.10-r5.ebuild,v 1.4 2013/11/28 20:35:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild,v 1.1 2013/12/06 01:24:10 mattm Exp $
EAPI=4
@@ -61,8 +61,8 @@ src_configure() {
--sbindir=/sbin \
--sysconfdir=/etc/apcupsd \
--with-pwrfail-dir=/etc/apcupsd \
- --with-lock-dir=/var/run/apcupsd \
- --with-pid-dir=/var/run/apcupsd \
+ --with-lock-dir=/run/apcupsd \
+ --with-pid-dir=/run/apcupsd \
--with-log-dir=/var/log \
--with-nis-port=3551 \
--enable-net --enable-pcnet \
diff --git a/sys-power/apcupsd/files/apcupsd.conf b/sys-power/apcupsd/files/apcupsd.conf
index 27e311cab70e..f8af1154c948 100644
--- a/sys-power/apcupsd/files/apcupsd.conf
+++ b/sys-power/apcupsd/files/apcupsd.conf
@@ -90,7 +90,7 @@ POLLTIME 30
# LOCKFILE <path to lockfile>
# Path for device lock file. Not used on Win32.
-LOCKFILE /var/run/apcupsd
+LOCKFILE /run/apcupsd
# SCRIPTDIR <path to script directory>
# Directory in which apccontrol and event scripts are located.