OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Jul-2003 15:39:00
Branch: HEAD Handle: 2003071414385603
Added files:
openpkg-src/fsl fsl.fsl
Modified files:
openpkg-src/fsl fsl.spec
openpkg-web news.txt
Removed files:
openpkg-src/fsl fsl.default
Log:
fix PR#183 by renaming file; fsllint police whitespaces
Summary:
Revision Changes Path
1.7 +0 -30 openpkg-src/fsl/fsl.default
1.1 +30 -0 openpkg-src/fsl/fsl.fsl
1.44 +3 -3 openpkg-src/fsl/fsl.spec
1.5557 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
rm -f openpkg-src/fsl/fsl.default <<'@@ .'
Index: openpkg-src/fsl/fsl.default
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/fsl/fsl.fsl
============================================================================
$ cvs diff -u -r0 -r1.1 fsl.fsl
--- /dev/null 2003-07-14 15:38:59.000000000 +0200
+++ fsl.fsl 2003-07-14 15:38:59.000000000 +0200
@@ -0,0 +1,30 @@
+##
+## fsl.default -- default OSSP fsl configuration
+##
+
+# map syslog(3) API priorities to OSSP l2 levels
+# Notes: - syslog(3) has no corresponding priority for OSSP l2 "trace"
+# - OSSP l2 has no corresponding level for syslog(3) emerg
+map emerg panic;
+map alert panic;
+map crit critical;
+map err error;
+map warning warning;
+map notice notice;
+map info info;
+map debug debug;
+
+# default logging specification
+default (.+)/.+ q{
+ debug:
+ prefix(
+ prefix="%b %d %H:%M:%S <%L> $1[%P]: ",
+ timezone=local
+ ) ->
+ file(
+ path="@l_prefix@/var/fsl/fsl.log",
+ append=1,
+ perm=0644
+ )
+};
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/fsl/fsl.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 fsl.spec
--- openpkg-src/fsl/fsl.spec 10 Jul 2003 07:50:27 -0000 1.43
+++ openpkg-src/fsl/fsl.spec 14 Jul 2003 13:38:59 -0000 1.44
@@ -33,7 +33,7 @@
Group: System
License: MIT-style
Version: 1.2.0
-Release: 20030710
+Release: 20030714
# package options
%option with_fsl_debuglogcode no
@@ -41,7 +41,7 @@
# list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/fsl/fsl-%{version}.tar.gz
Source1: rc.fsl
-Source2: fsl.default
+Source2: fsl.fsl
# build information
Prefix: %{l_prefix}
@@ -87,7 +87,7 @@
$RPM_BUILD_ROOT%{l_prefix}/etc/fsl
%{l_shtool} install -c -m 644 \
-e 's;@l_prefix@;%{l_prefix};g' \
- %{SOURCE fsl.default} $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/fsl.fsl
+ %{SOURCE fsl.fsl} $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/var/fsl
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/*.la
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5556 -r1.5557 news.txt
--- openpkg-web/news.txt 14 Jul 2003 12:38:21 -0000 1.5556
+++ openpkg-web/news.txt 14 Jul 2003 13:38:56 -0000 1.5557
@@ -1,3 +1,4 @@
+14-Jul-2003: Upgraded package: P<fsl-1.2.0-20030714>
14-Jul-2003: Upgraded package: P<openpkg-rc-0.7.3-20030714>
14-Jul-2003: Upgraded package: P<j2se14-1.4.2-20030714>
14-Jul-2003: Upgraded package: P<gnutls-0.8.9-20030714>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]