Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/owfs/files: owfs.initd
Date: Sun, 24 Feb 2008 22:58:42
Message-Id: E1JTPnr-0000ge-LF@stork.gentoo.org
1 wschlich 08/02/24 22:58:39
2
3 Modified: owfs.initd
4 Log:
5 fix variable name in owfs init script wrt bug #203642
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 sys-fs/owfs/files/owfs.initd
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/files/owfs.initd?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/files/owfs.initd?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/files/owfs.initd?r1=1.2&r2=1.3
14
15 Index: owfs.initd
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owfs.initd,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- owfs.initd 17 Dec 2007 17:41:52 -0000 1.2
22 +++ owfs.initd 24 Feb 2008 22:58:39 -0000 1.3
23 @@ -1,7 +1,7 @@
24 #!/sbin/runscript
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License, v2 or later
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owfs.initd,v 1.2 2007/12/17 17:41:52 wschlich Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/files/owfs.initd,v 1.3 2008/02/24 22:58:39 wschlich Exp $
29
30 INSTANCE=${SVCNAME#*.}
31 PROGRAM=${SVCNAME%%.*}
32 @@ -20,7 +20,7 @@
33 --pidfile ${PIDFILE} -c ${OWUID}:${OWGID} -- \
34 --pid_file ${PIDFILE} \
35 --background --error_print 1 \
36 - ${OWHTTPD_OPTS:--m /var/lib/owfs/mnt --allow_other -s 127.0.0.1:4304}
37 + ${OWFS_OPTS:--m /var/lib/owfs/mnt --allow_other -s 127.0.0.1:4304}
38 eend $?
39 }
40
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list