OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Oct-2003 16:20:37
Branch: HEAD Handle: 2003100715203502
Modified files:
openpkg-src/honeyd honeyd.spec
openpkg-web news.txt
Log:
Reduce access to valuable logfile, since daemon is running as
superuser anyways
Summary:
Revision Changes Path
1.35 +2 -1 openpkg-src/honeyd/honeyd.spec
1.6900 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/honeyd/honeyd.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 honeyd.spec
--- openpkg-src/honeyd/honeyd.spec 6 Oct 2003 09:48:04 -0000 1.34
+++ openpkg-src/honeyd/honeyd.spec 7 Oct 2003 14:20:37 -0000 1.35
@@ -33,7 +33,7 @@
Group: Security
License: BSD
Version: 0.6a
-Release: 20031006
+Release: 20031007
# package options
%option with_fsl yes
@@ -168,6 +168,7 @@
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%not %dir %{l_prefix}/etc/fsl' \
+ '%config %attr(0750,%{l_susr},%{l_mgrp}) %{l_prefix}/var/honeyd'
'%config %attr(0750,%{l_musr},%{l_mgrp}) %{l_prefix}/etc/fsl/fsl.honeyd' \
'%config %attr(0750,%{l_musr},%{l_mgrp}) %{l_prefix}/etc/honeyd/honeyd.conf'
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6899 -r1.6900 news.txt
--- openpkg-web/news.txt 7 Oct 2003 14:03:40 -0000 1.6899
+++ openpkg-web/news.txt 7 Oct 2003 14:20:35 -0000 1.6900
@@ -1,3 +1,4 @@
+07-Oct-2003: Upgraded package: P<honeyd-0.6a-20031007>
07-Oct-2003: Upgraded package: P<mico-2.3.10-20031007>
07-Oct-2003: Upgraded package: P<apache-1.3.28-20031007>
07-Oct-2003: Upgraded package: P<tar-1.13.25-20031007>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]