Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/net-snmp/files: snmpd.init
Date: Sun, 04 Dec 2011 10:17:43
Message-Id: 20111204101716.DF43D2004C@flycatcher.gentoo.org
1 swegener 11/12/04 10:17:16
2
3 Modified: snmpd.init
4 Log:
5 move reload to extra_started_commands
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-analyzer/net-snmp/files/snmpd.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/files/snmpd.init?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/files/snmpd.init?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/files/snmpd.init?r1=1.1&r2=1.2
15
16 Index: snmpd.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmpd.init,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- snmpd.init 16 Oct 2009 08:51:05 -0000 1.1
23 +++ snmpd.init 4 Dec 2011 10:17:16 -0000 1.2
24 @@ -1,9 +1,9 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmpd.init,v 1.1 2009/10/16 08:51:05 gengor Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmpd.init,v 1.2 2011/12/04 10:17:16 swegener Exp $
31
32 -opts="${opts} reload"
33 +extra_started_commands="reload"
34
35 depend() {
36 use logger