Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/fwknop/files: fwknopd.confd fwknopd.init
Date: Fri, 01 May 2015 09:55:09
Message-Id: 20150501095502.27EF598A@oystercatcher.gentoo.org
1 idella4 15/05/01 09:55:00
2
3 Modified: fwknopd.confd fwknopd.init
4 Log:
5 more tidy to corruption by file editor
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 net-firewall/fwknop/files/fwknopd.confd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.confd?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.confd?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.confd?r1=1.2&r2=1.3
15
16 Index: fwknopd.confd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-firewall/fwknop/files/fwknopd.confd,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- fwknopd.confd 29 Apr 2015 23:18:49 -0000 1.2
23 +++ fwknopd.confd 1 May 2015 09:55:00 -0000 1.3
24 @@ -19,4 +19,3 @@
25 # Path to the fwknopd binary (needs to be an absolute path).
26
27 #FWKNOPD_BINARY="/usr/sbin/fwknopd"
28 -9
29
30
31
32 1.4 net-firewall/fwknop/files/fwknopd.init
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.init?rev=1.4&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.init?rev=1.4&content-type=text/plain
36 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.init?r1=1.3&r2=1.4
37
38 Index: fwknopd.init
39 ===================================================================
40 RCS file: /var/cvsroot/gentoo-x86/net-firewall/fwknop/files/fwknopd.init,v
41 retrieving revision 1.3
42 retrieving revision 1.4
43 diff -u -r1.3 -r1.4
44 --- fwknopd.init 1 May 2015 04:45:42 -0000 1.3
45 +++ fwknopd.init 1 May 2015 09:55:00 -0000 1.4
46 @@ -1,7 +1,7 @@
47 #!/sbin/runscript
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwknop/files/fwknopd.init,v 1.3 2015/05/01 04:45:42 idella4 Exp $
51 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwknop/files/fwknopd.init,v 1.4 2015/05/01 09:55:00 idella4 Exp $
52
53 extra_commands="checkconfig"
54 extra_started_commands="reload"
55 @@ -32,8 +32,7 @@
56 # if PCAP_INTF and PCAP_FILE are not set, then fwknopd uses eth0
57 if [ -z "$(grep '^PCAP_FILE' ${FWKNOPD_CONFIG})" ]; then
58 need net
59 - ewarn "You are not binding any interface in PCAP_INTF statement in your
60 -fwknopd.conf,"
61 + ewarn "You are not binding any interface in PCAP_INTF statement in your fwknopd.conf,"
62 ewarn "neither you are providing PCAP_FILE option. Thus fwknopd will listen on eth0."
63 ewarn "You must add rc_need=\"net.eth0\" to your /etc/conf.d/${SVCNAME}."
64 fi
65 @@ -95,4 +94,3 @@
66 --exec "${FWKNOPD_BINARY}" --pidfile "${FWKNOPD_PIDFILE}"
67 eend $?
68 }
69 -