summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-02-24 22:58:39 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-02-24 22:58:39 +0000
commit1af0b8a62000a3707b9adbad33a4fcf7dc4631d8 (patch)
treee0e0d957405800a153e9a006c281d1af52bc59fa /sys-fs/owfs
parentRemove old versions. (diff)
downloadgentoo-2-1af0b8a62000a3707b9adbad33a4fcf7dc4631d8.tar.gz
gentoo-2-1af0b8a62000a3707b9adbad33a4fcf7dc4631d8.tar.bz2
gentoo-2-1af0b8a62000a3707b9adbad33a4fcf7dc4631d8.zip
fix variable name in owfs init script wrt bug #203642
(Portage version: 2.1.4)
Diffstat (limited to 'sys-fs/owfs')
-rw-r--r--sys-fs/owfs/ChangeLog5
-rwxr-xr-xsys-fs/owfs/files/owfs.initd4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/owfs/ChangeLog b/sys-fs/owfs/ChangeLog
index 8d04143bf991..615754ca1303 100644
--- a/sys-fs/owfs/ChangeLog
+++ b/sys-fs/owfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/owfs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.6 2008/01/24 18:04:37 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.7 2008/02/24 22:58:38 wschlich Exp $
+
+ 24 Feb 2008; Wolfram Schlich <wschlich@gentoo.org> files/owfs.initd:
+ fix variable name in owfs init script wrt bug #203642
*owfs-2.7_p3 (24 Jan 2008)
diff --git a/sys-fs/owfs/files/owfs.initd b/sys-fs/owfs/files/owfs.initd
index a751173b630d..7e6a2e38d722 100755
--- a/sys-fs/owfs/files/owfs.initd
+++ b/sys-fs/owfs/files/owfs.initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owfs.initd,v 1.2 2007/12/17 17:41:52 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owfs.initd,v 1.3 2008/02/24 22:58:39 wschlich Exp $
INSTANCE=${SVCNAME#*.}
PROGRAM=${SVCNAME%%.*}
@@ -20,7 +20,7 @@ start() {
--pidfile ${PIDFILE} -c ${OWUID}:${OWGID} -- \
--pid_file ${PIDFILE} \
--background --error_print 1 \
- ${OWHTTPD_OPTS:--m /var/lib/owfs/mnt --allow_other -s 127.0.0.1:4304}
+ ${OWFS_OPTS:--m /var/lib/owfs/mnt --allow_other -s 127.0.0.1:4304}
eend $?
}