Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/sinfo/files: sinfod.initd sinfod.confd sinfo.confd sinfo.initd
Date: Mon, 28 Nov 2011 22:20:34
Message-Id: 20111128222023.496F82004B@flycatcher.gentoo.org
1 radhermit 11/11/28 22:20:23
2
3 Added: sinfod.initd sinfod.confd
4 Removed: sinfo.confd sinfo.initd
5 Log:
6 Revbump and remove old. Update and rename init script.
7
8 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-analyzer/sinfo/files/sinfod.initd
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/files/sinfod.initd?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/files/sinfod.initd?rev=1.1&content-type=text/plain
15
16 Index: sinfod.initd
17 ===================================================================
18 #!/sbin/runscript
19 # Copyright 1999-2011 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/files/sinfod.initd,v 1.1 2011/11/28 22:20:22 radhermit Exp $
22
23 command="/usr/sbin/${SVCNAME}"
24 command_args="${SINFOD_OPTS}"
25
26 depend() {
27 need net
28 }
29
30
31
32 1.1 net-analyzer/sinfo/files/sinfod.confd
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/files/sinfod.confd?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/files/sinfod.confd?rev=1.1&content-type=text/plain
36
37 Index: sinfod.confd
38 ===================================================================
39 # /etc/conf.d/sinfod: config file for /etc/init.d/sinfod
40
41 # Various sinfod options
42 SINFOD_OPTS="--quiet"