idella4 15/05/01 09:55:00 Modified: fwknopd.confd fwknopd.init Log: more tidy to corruption by file editor (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 net-firewall/fwknop/files/fwknopd.confd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.confd?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.confd?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.confd?r1=1.2&r2=1.3 Index: fwknopd.confd =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-firewall/fwknop/files/fwknopd.confd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fwknopd.confd 29 Apr 2015 23:18:49 -0000 1.2 +++ fwknopd.confd 1 May 2015 09:55:00 -0000 1.3 @@ -19,4 +19,3 @@ # Path to the fwknopd binary (needs to be an absolute path). #FWKNOPD_BINARY="/usr/sbin/fwknopd" -9 1.4 net-firewall/fwknop/files/fwknopd.init file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.init?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.init?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/fwknop/files/fwknopd.init?r1=1.3&r2=1.4 Index: fwknopd.init =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-firewall/fwknop/files/fwknopd.init,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fwknopd.init 1 May 2015 04:45:42 -0000 1.3 +++ fwknopd.init 1 May 2015 09:55:00 -0000 1.4 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwknop/files/fwknopd.init,v 1.3 2015/05/01 04:45:42 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwknop/files/fwknopd.init,v 1.4 2015/05/01 09:55:00 idella4 Exp $ extra_commands="checkconfig" extra_started_commands="reload" @@ -32,8 +32,7 @@ # if PCAP_INTF and PCAP_FILE are not set, then fwknopd uses eth0 if [ -z "$(grep '^PCAP_FILE' ${FWKNOPD_CONFIG})" ]; then need net - ewarn "You are not binding any interface in PCAP_INTF statement in your -fwknopd.conf," + ewarn "You are not binding any interface in PCAP_INTF statement in your fwknopd.conf," ewarn "neither you are providing PCAP_FILE option. Thus fwknopd will listen on eth0." ewarn "You must add rc_need=\"net.eth0\" to your /etc/conf.d/${SVCNAME}." fi @@ -95,4 +94,3 @@ --exec "${FWKNOPD_BINARY}" --pidfile "${FWKNOPD_PIDFILE}" eend $? } -
