Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/halevt/files: halevt
Date: Fri, 19 Jun 2009 18:41:30
Message-Id: E1MHj1k-0001X8-F5@stork.gentoo.org
1 hwoarang 09/06/19 18:41:28
2
3 Modified: halevt
4 Log:
5 New init script thanks to George Kargiotakis. Remove old ebuilds
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-apps/halevt/files/halevt
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/files/halevt?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/files/halevt?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/halevt/files/halevt?r1=1.2&r2=1.3
14
15 Index: halevt
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/halevt/files/halevt,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- halevt 17 Jun 2009 15:04:53 -0000 1.2
22 +++ halevt 19 Jun 2009 18:41:28 -0000 1.3
23 @@ -8,12 +8,12 @@
24
25 start() {
26 ebegin "Starting Automounter"
27 - start-stop-daemon --start --pidfile /var/lib/run/halevt/halevt.pid --exec /usr/bin/halevt -- -u root -g plugdev > /dev/null
28 + start-stop-daemon --start --pidfile /var/run/halevt.pid --exec /usr/bin/halevt -- -p /var/run/halevt.pid -u root -g plugdev > /dev/null
29 eend $?
30 }
31
32 stop() {
33 ebegin "Stopping Automounter"
34 - start-stop-daemon --stop --pidfile /var/lib/run/halevt/halevt.pid
35 + start-stop-daemon --stop --pidfile /var/run/halevt.pid
36 eend $?
37 }