diff options
author | Ferry Meyndert <m0rpheus@gentoo.org> | 2002-02-22 19:57:46 +0000 |
---|---|---|
committer | Ferry Meyndert <m0rpheus@gentoo.org> | 2002-02-22 19:57:46 +0000 |
commit | 15c5589b4d7b893e914e3390881e445379c63bc8 (patch) | |
tree | 331e39d417baa33a6bb20c22b00f0b7ae09371ff /net-analyzer/p0f | |
parent | make X optional (diff) | |
download | gentoo-2-15c5589b4d7b893e914e3390881e445379c63bc8.tar.gz gentoo-2-15c5589b4d7b893e914e3390881e445379c63bc8.tar.bz2 gentoo-2-15c5589b4d7b893e914e3390881e445379c63bc8.zip |
cleaned rc script
Diffstat (limited to 'net-analyzer/p0f')
-rw-r--r-- | net-analyzer/p0f/files/p0f-1.8.2.rc (renamed from net-analyzer/p0f/files/p0f-1.8.2.init) | 2 | ||||
-rw-r--r-- | net-analyzer/p0f/p0f-1.8.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/p0f/files/p0f-1.8.2.init b/net-analyzer/p0f/files/p0f-1.8.2.rc index d24dff8271f4..fb2e7411d930 100644 --- a/net-analyzer/p0f/files/p0f-1.8.2.init +++ b/net-analyzer/p0f/files/p0f-1.8.2.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/files/p0f-1.8.2.init,v 1.2 2002/02/21 23:14:00 m0rpheus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/files/p0f-1.8.2.rc,v 1.1 2002/02/22 19:57:46 m0rpheus Exp $ start() { diff --git a/net-analyzer/p0f/p0f-1.8.2.ebuild b/net-analyzer/p0f/p0f-1.8.2.ebuild index adb17ebe107a..0626c2f050c8 100644 --- a/net-analyzer/p0f/p0f-1.8.2.ebuild +++ b/net-analyzer/p0f/p0f-1.8.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Ilian Zarov <coder@descom.com> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-1.8.2.ebuild,v 1.2 2002/02/21 22:59:51 m0rpheus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-1.8.2.ebuild,v 1.3 2002/02/22 19:57:46 m0rpheus Exp $ S=${WORKDIR}/${P} DESCRIPTION="p0f performs passive OS detection based on SYN packets." @@ -10,7 +10,7 @@ DEPEND="net-libs/libpcap" src_compile() { patch < ${FILESDIR}/${P}-makefile.patch - cp ${FILESDIR}/${P}.init p0f.init + cp ${FILESDIR}/${P}.rc p0f.rc make || die } |