OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Dec-2004 21:34:58
Branch: HEAD Handle: 2004120720345800
Modified files:
openpkg-src/snmp snmp.spec
Log:
to not write the remaining startup info to /var/log/snmpd.log. Instead
drop this completely, because both this message and all others are
written via OSSP fsl to the <prefix>/var/snmp/snmp.log
Summary:
Revision Changes Path
1.73 +2 -1 openpkg-src/snmp/snmp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/snmp/snmp.spec
============================================================================
$ cvs diff -u -r1.72 -r1.73 snmp.spec
--- openpkg-src/snmp/snmp.spec 30 Nov 2004 14:36:16 -0000 1.72
+++ openpkg-src/snmp/snmp.spec 7 Dec 2004 20:34:58 -0000 1.73
@@ -37,7 +37,7 @@
Group: Network
License: BSD
Version: 5.1.2
-Release: 20041130
+Release: 20041207
# package options
%option with_fsl yes
@@ -153,6 +153,7 @@
--with-ldflags="%{l_ldflags} %{l_fsl_ldflags}" \
--with-libs="%{l_fsl_libs} $loclibs" \
--prefix=%{l_prefix} \
+ --with-logfile=/dev/null \
--with-persistent-directory=%{l_prefix}/var/snmp \
--with-openssl=%{l_prefix} \
--enable-silent-libtool \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]