OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Sep-2005 12:51:19
Branch: HEAD Handle: 2005091011511900
Modified files:
openpkg-src/snort snort.spec
Log:
fsl.* files are %config files
Summary:
Revision Changes Path
1.33 +2 -1 openpkg-src/snort/snort.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/snort/snort.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 snort.spec
--- openpkg-src/snort/snort.spec 3 Sep 2005 19:39:15 -0000 1.32
+++ openpkg-src/snort/snort.spec 10 Sep 2005 10:51:19 -0000 1.33
@@ -38,7 +38,7 @@
Group: Network
License: GPL
Version: %{V_snort}
-Release: 20050903
+Release: 20050910
# package options
%option with_fsl yes
@@ -220,6 +220,7 @@
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
+ '%config %{l_prefix}/etc/fsl/*' \
'%config %{l_prefix}/etc/snort/*' \
'%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/snort' \
'%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/snort/rules' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]