|
@@ -23,7 +23,7 @@
|
|
|
## SUCH DAMAGE.
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
##
|
|
|
|
|
|
|
|
-# FIXME: Test routing
|
|
|
|
|
|
|
+# FIXME: honeyd do not write a pid file
|
|
|
|
|
|
|
|
# package information
|
|
# package information
|
|
|
Name: honeyd
|
|
Name: honeyd
|
|
@@ -31,11 +31,11 @@ Summary: Creates a Virtual Host on Network
|
|
|
URL: http://www.citi.umich.edu/u/provos/honeyd/
|
|
URL: http://www.citi.umich.edu/u/provos/honeyd/
|
|
|
Vendor: Niels Provos
|
|
Vendor: Niels Provos
|
|
|
Packager: The OpenPKG Project
|
|
Packager: The OpenPKG Project
|
|
|
-Distribution: OpenPKG [JUNK]
|
|
|
|
|
|
|
+Distribution: OpenPKG [EVAL]
|
|
|
Group: Language
|
|
Group: Language
|
|
|
License: BSD License
|
|
License: BSD License
|
|
|
Version: 0.5
|
|
Version: 0.5
|
|
|
-Release: 20030220
|
|
|
|
|
|
|
+Release: 20030221
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://www.citi.umich.edu/u/provos/honeyd/honeyd-%{version}.tar.gz
|
|
Source0: http://www.citi.umich.edu/u/provos/honeyd/honeyd-%{version}.tar.gz
|
|
@@ -86,7 +86,9 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/sbin \
|
|
$RPM_BUILD_ROOT%{l_prefix}/sbin \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/man/man8 \
|
|
$RPM_BUILD_ROOT%{l_prefix}/man/man8 \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/share/honeyd/scripts
|
|
|
|
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/share/honeyd/scripts \
|
|
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/share/honeyd/base \
|
|
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/var/honeyd
|
|
|
|
|
|
|
|
# install files
|
|
# install files
|
|
|
%{l_shtool} install -c -s -m 755 \
|
|
%{l_shtool} install -c -s -m 755 \
|
|
@@ -113,6 +115,7 @@ AutoReqProv: no
|
|
|
scripts/web.sh $RPM_BUILD_ROOT%{l_prefix}/share/honeyd/scripts
|
|
scripts/web.sh $RPM_BUILD_ROOT%{l_prefix}/share/honeyd/scripts
|
|
|
|
|
|
|
|
%{l_shtool} install -c -m 755 \
|
|
%{l_shtool} install -c -m 755 \
|
|
|
|
|
+ -e 's;@l_prefix@;%{l_prefix};g' \
|
|
|
%{SOURCE honeyd.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/honeyd/
|
|
%{SOURCE honeyd.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/honeyd/
|
|
|
|
|
|
|
|
%{l_shtool} install -c -m 755 \
|
|
%{l_shtool} install -c -m 755 \
|