OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Aug-2002 10:24:38
Branch: HEAD Handle: 2002080109243800
Modified files:
openpkg-src/inn fsl.inn inn.spec
Log:
fixed fsl config
Summary:
Revision Changes Path
1.5 +2 -2 openpkg-src/inn/fsl.inn
1.42 +1 -1 openpkg-src/inn/inn.spec
____________________________________________________________________________
Index: openpkg-src/inn/fsl.inn
============================================================
$ cvs diff -u -r1.4 -r1.5 fsl.inn
--- openpkg-src/inn/fsl.inn 31 Jul 2002 11:50:57 -0000 1.4
+++ openpkg-src/inn/fsl.inn 1 Aug 2002 08:24:38 -0000 1.5
@@ -9,13 +9,13 @@
# news.notice @l_prefix@/var/inn/log/news.notice
ident (.+)/news q{
prefix(
- prefix="%b %d %H:%M:%S %N $1[%P]: ",
+ prefix="%b %d %H:%M:%S %N $1: ",
timezone=local
)
-> {
critical: file(path="@l_prefix@/var/inn/log/news.crit", append=1,
perm=0644);
error: file(path="@l_prefix@/var/inn/log/news.err", append=1,
perm=0644);
- notice: file(path="@l_prefix@/var/inn/log/news.notice", append=1,
perm=0644);
+ notice: file(path="@l_prefix@/var/inn/log/news.notice", append=1,
perm=0644)
}
}
Index: openpkg-src/inn/inn.spec
============================================================
$ cvs diff -u -r1.41 -r1.42 inn.spec
--- openpkg-src/inn/inn.spec 30 Jul 2002 12:42:06 -0000 1.41
+++ openpkg-src/inn/inn.spec 1 Aug 2002 08:24:38 -0000 1.42
@@ -42,7 +42,7 @@
Group: News
License: ISC
Version: %{V_inn}
-Release: 20020730
+Release: 20020801
# list of sources
Source0: ftp://ftp.isc.org/isc/inn/inn-%{V_inn}.tar.gz
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]