diff options
author | 2007-01-06 19:18:00 +0000 | |
---|---|---|
committer | 2007-01-06 19:18:00 +0000 | |
commit | 0fe5add0df02d084933cd4a916e59501ba05a4f9 (patch) | |
tree | 3ec8c92fd5f9043f349b7a804190c6e2b6292405 /net-analyzer | |
parent | Improve init script for bug #143415 and cross-compile (diff) | |
download | gentoo-2-0fe5add0df02d084933cd4a916e59501ba05a4f9.tar.gz gentoo-2-0fe5add0df02d084933cd4a916e59501ba05a4f9.tar.bz2 gentoo-2-0fe5add0df02d084933cd4a916e59501ba05a4f9.zip |
Fix typo
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-analyzer')
-rwxr-xr-x | net-analyzer/p0f/files/p0f.initd2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/p0f/files/p0f.initd2 b/net-analyzer/p0f/files/p0f.initd2 index 75e1a5089f1b..0b59fd80a711 100755 --- a/net-analyzer/p0f/files/p0f.initd2 +++ b/net-analyzer/p0f/files/p0f.initd2 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/files/p0f.initd2,v 1.2 2007/01/06 19:14:42 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/files/p0f.initd2,v 1.3 2007/01/06 19:18:00 cedk Exp $ start() { ebegin "Starting p0f" @@ -30,7 +30,7 @@ start() { fi einfo "Logfile: ${P0FLOGFILE}" start-stop-daemon --start --quiet --exec /usr/sbin/p0f -- -i "${P0FDEVICE}" \ - "${P0FOPTIONS}" -o "${P0FLOGFILE}" -d "${BpfFilter}" 2>/dev/null + ${P0FOPTIONS} -o "${P0FLOGFILE}" -d "${BpfFilter}" 2>/dev/null eend ${?} } |