OSSP CVS Repository

ossp - Check-in [2437]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2437
Date: 2002-Jul-30 21:08:24 (local)
2002-Jul-30 19:08:24 (UTC)
User:rse
Branch:
Comment: polish for release
Tickets:
Inspections:
Files:
ossp-pkg/l2/LICENSE      1.3 -> 1.4     2 inserted, 2 deleted
ossp-pkg/l2/Makefile.in      1.44 -> 1.45     2 inserted, 2 deleted
ossp-pkg/l2/README      1.6 -> 1.7     15 inserted, 15 deleted
ossp-pkg/l2/aclocal.m4      1.12 -> 1.13     2 inserted, 2 deleted
ossp-pkg/l2/configure.ac      1.22 -> 1.23     2 inserted, 2 deleted
ossp-pkg/l2/devtool.conf      1.4 -> 1.5     38 inserted, 3 deleted
ossp-pkg/l2/l2-config.in      1.5 -> 1.6     2 inserted, 2 deleted
ossp-pkg/l2/l2-config.pod      1.5 -> 1.6     2 inserted, 2 deleted
ossp-pkg/l2/l2.h.in      1.29 -> 1.30     2 inserted, 2 deleted
ossp-pkg/l2/l2.m4      1.4 -> 1.5     2 inserted, 2 deleted
ossp-pkg/l2/l2.pod      1.12 -> 1.13     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_buffer.c      1.36 -> 1.37     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_fd.c      1.13 -> 1.14     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_file.c      1.23 -> 1.24     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_filter.c      1.17 -> 1.18     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_irc.c      1.6 -> 1.7     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_noop.c      1.3 -> 1.4     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_null.c      1.11 -> 1.12     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_pipe.c      1.29 -> 1.30     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_prefix.c      1.20 -> 1.21     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_smtp.c      1.9 -> 1.10     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_socket.c      1.35 -> 1.36     2 inserted, 2 deleted
ossp-pkg/l2/l2_ch_syslog.c      1.30 -> 1.31     2 inserted, 2 deleted
ossp-pkg/l2/l2_channel.c      1.28 -> 1.29     2 inserted, 2 deleted
ossp-pkg/l2/l2_env.c      1.8 -> 1.9     2 inserted, 2 deleted
ossp-pkg/l2/l2_p.h      1.32 -> 1.33     2 inserted, 2 deleted
ossp-pkg/l2/l2_spec.c      1.8 -> 1.9     2 inserted, 2 deleted
ossp-pkg/l2/l2_spec_parse.y      1.7 -> 1.8     2 inserted, 2 deleted
ossp-pkg/l2/l2_spec_scan.l      1.8 -> 1.9     2 inserted, 2 deleted
ossp-pkg/l2/l2_test.c      1.49 -> 1.50     6 inserted, 6 deleted
ossp-pkg/l2/l2_ut_fmtcb.c      1.5 -> 1.6     2 inserted, 2 deleted
ossp-pkg/l2/l2_ut_format.c      1.5 -> 1.6     2 inserted, 2 deleted
ossp-pkg/l2/l2_ut_format.h      1.2 -> 1.3     2 inserted, 2 deleted
ossp-pkg/l2/l2_ut_level.c      1.7 -> 1.8     2 inserted, 2 deleted
ossp-pkg/l2/l2_ut_param.c      1.8 -> 1.9     2 inserted, 2 deleted
ossp-pkg/l2/l2_version.c      1.4 -> 1.5     10 inserted, 10 deleted
ossp-pkg/l2/l2tool.c      1.2 -> 1.3     2 inserted, 2 deleted
ossp-pkg/l2/l2tool.pod      1.2 -> 1.3     2 inserted, 2 deleted

ossp-pkg/l2/LICENSE 1.3 -> 1.4

--- LICENSE      2002/01/02 17:07:38     1.3
+++ LICENSE      2002/07/30 19:08:24     1.4
@@ -1,10 +1,10 @@
 
-  L2 - OSSP Logging Library
+  OSSP l2 - Logging Library
   Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
   Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 
   This file is part of OSSP L2, a flexible logging library which
-  can be found at http://www.ossp.org/pkg/l2/.
+  can be found at http://www.ossp.org/pkg/lib/l2/.
 
   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/Makefile.in 1.44 -> 1.45

--- Makefile.in  2002/07/09 08:50:12     1.44
+++ Makefile.in  2002/07/30 19:08:24     1.45
@@ -1,10 +1,10 @@
 ##
-##  L2 - OSSP Logging Library
+##  OSSP l2 - Logging Library
 ##  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 ##
 ##  This file is part of OSSP L2, a flexible logging library which
-##  can be found at http://www.ossp.org/pkg/l2/.
+##  can be found at http://www.ossp.org/pkg/lib/l2/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/README 1.6 -> 1.7

--- README       2002/01/02 17:07:38     1.6
+++ README       2002/07/30 19:08:24     1.7
@@ -4,16 +4,16 @@
   | |___ / __/ 
   |_____|_____|
                
-  L2 - Logging Library
-  Version 0.1.0 (13-Sep-2001)
+  OSSP l2 -- Logging Library
+  Version 0.9.0 (30-Jul-2002)
 
   ABSTRACT
 
-  OSSP L2 is a C library providing a very flexible and sophisticated
-  Unix logging facility. It is based on the model of arbitrary number
-  of channels, stacked together in a top-down data flow tree structure
-  with filtering channels in internal nodes and output channels on the
-  leave nodes. 
+  OSSP l2 is a C library providing a very flexible and sophisticated
+  Unix logging facility. It is based on the model of arbitrary number of
+  channels, stacked together in a top-down data flow tree structure with
+  filtering channels in internal nodes and output channels on the leave
+  nodes.
   
   Channel trees can be either constructed manually through lower-level
   API functions or all at once with a single API function controlled by
@@ -25,18 +25,18 @@
   
   Channels are implemented by channel handlers which can be even
   customer supplied for creating own channels which seamlessly integrate
-  into the framework. For convinience reasons, L2 already ships with
-  pre-implemented filtering (noop, filter, prefix, buffer) and output
-  (null, fd, file, pipe, socket, syslog, smtp) channels which already
-  cover mostly all use cases of logging.
+  into the framework. For convinience reasons, OSSP l2 already ships
+  with pre-implemented filtering (noop, filter, prefix, buffer) and
+  output (null, fd, file, pipe, socket, syslog, smtp) channels which
+  already cover mostly all use cases of logging.
 
   COPYRIGHT AND LICENSE
 
   Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
   Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 
-  This file is part of OSSP L2, a flexible logging library which
-  can be found at http://www.ossp.org/pkg/l2/.
+  This file is part of OSSP l2, a flexible logging library which
+  can be found at http://www.ossp.org/pkg/lib/l2//.
 
   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
@@ -60,6 +60,6 @@
 
   The documentation and latest release can be found on
 
-  o http://www.ossp.org/pkg/l2/
-  o  ftp://ftp.ossp.org/pkg/l2/
+  o http://www.ossp.org/pkg/lib/l2//
+  o  ftp://ftp.ossp.org/pkg/lib/l2//
 


ossp-pkg/l2/aclocal.m4 1.12 -> 1.13

--- aclocal.m4   2002/07/25 07:54:51     1.12
+++ aclocal.m4   2002/07/30 19:08:24     1.13
@@ -1,10 +1,10 @@
 dnl ##
-dnl ##  L2 - OSSP Logging Library
+dnl ##  OSSP l2 - Logging Library
 dnl ##  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 dnl ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 dnl ##
 dnl ##  This file is part of OSSP L2, a flexible logging library which
-dnl ##  can be found at http://www.ossp.org/pkg/l2/.
+dnl ##  can be found at http://www.ossp.org/pkg/lib/l2/.
 dnl ##
 dnl ##  Permission to use, copy, modify, and distribute this software for
 dnl ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/configure.ac 1.22 -> 1.23

--- configure.ac 2002/07/25 07:54:51     1.22
+++ configure.ac 2002/07/30 19:08:24     1.23
@@ -1,10 +1,10 @@
 dnl ##
-dnl ##  L2 - OSSP Logging Library
+dnl ##  OSSP l2 - Logging Library
 dnl ##  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 dnl ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 dnl ##
 dnl ##  This file is part of OSSP L2, a flexible logging library which
-dnl ##  can be found at http://www.ossp.org/pkg/l2/.
+dnl ##  can be found at http://www.ossp.org/pkg/lib/l2/.
 dnl ##
 dnl ##  Permission to use, copy, modify, and distribute this software for
 dnl ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/devtool.conf 1.4 -> 1.5

--- devtool.conf 2002/07/28 08:04:53     1.4
+++ devtool.conf 2002/07/30 19:08:24     1.5
@@ -20,13 +20,48 @@
         --enable-debug \
         "$@"
 
+%release
+    ./devtool version
+    ./devtool dist
+    ./devtool upload
+
 %version
-    ./shtool version -l c -n "OSSP l2" -p "l2_" -e l2_version.c
+    ./shtool version -l c -n "OSSP l2" -p l2_ -e l2_version.c
+    V=`./shtool version -l c -d long l2_version.c`
+    sed -e "s/Version .*(.*)/Version $V/g" <README >README.n 
+    mv README.n README
+
+%tag
+    V=`./shtool version -l c -d short l2_version.c | sed -e 's;\.;_;g'`
+    echo "+++ tagging CVS sources as L2_${V}"
+    cvs tag L2_${V}
 
 %dist
-    make distclean >/dev/null 2>&1
+    echo "+++ removing old tarballs"
+    rm -f l2-*.tar.gz
+    echo "+++ generating"
+    ./devtool autoclean
+    ./devtool autogen
+    echo "+++ configuring"
+    ./configure
+    echo "+++ building"
+    make clean all man
+    echo "+++ cleaning"
+    make distclean
+    echo "+++ fixing"
     ./shtool fixperm -v .
+    echo "+++ rolling"
     V=`./shtool version -l c -d short l2_version.c`
     ./shtool tarball -o l2-${V}.tar.gz -d l2-${V} -u ossp -g ossp \
-                     -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool.conf' -c 'gzip --best' .
+                     -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' .
+    ls -l l2-${V}.tar.gz
+    echo "+++ testing"
+    gunzip <l2-${V}.tar.gz | tar tvf - | head -10
+    echo "[...]"
+    gunzip <l2-${V}.tar.gz | tar tvf - | tail -10
+
+%upload
+    echo "+++ copying to ftp://ftp.ossp.org/pkg/lib/l2//"
+    V=`./shtool version -l c -d short l2_version.c`
+    scp l2-${V}.tar.gz master.ossp.org:/e/ossp/ftp/pkg/lib/l2//
 


ossp-pkg/l2/l2-config.in 1.5 -> 1.6

--- l2-config.in 2002/01/02 17:07:38     1.5
+++ l2-config.in 2002/07/30 19:08:24     1.6
@@ -1,11 +1,11 @@
 #!/bin/sh
 ##
-##  L2 - OSSP Logging Library
+##  OSSP l2 - Logging Library
 ##  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 ##
 ##  This file is part of OSSP L2, a flexible logging library which
-##  can be found at http://www.ossp.org/pkg/l2/.
+##  can be found at http://www.ossp.org/pkg/lib/l2/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2-config.pod 1.5 -> 1.6

--- l2-config.pod        2002/01/02 17:07:38     1.5
+++ l2-config.pod        2002/07/30 19:08:24     1.6
@@ -1,10 +1,10 @@
 ##
-##  L2 - OSSP Logging Library
+##  OSSP l2 - Logging Library
 ##  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 ##
 ##  This file is part of OSSP L2, a flexible logging library which
-##  can be found at http://www.ossp.org/pkg/l2/.
+##  can be found at http://www.ossp.org/pkg/lib/l2/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2.h.in 1.29 -> 1.30

--- l2.h.in      2002/07/17 11:22:08     1.29
+++ l2.h.in      2002/07/30 19:08:24     1.30
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2.m4 1.4 -> 1.5

--- l2.m4        2002/01/02 17:07:38     1.4
+++ l2.m4        2002/07/30 19:08:24     1.5
@@ -1,10 +1,10 @@
 dnl ##
-dnl ##  L2 - OSSP Logging Library
+dnl ##  OSSP l2 - Logging Library
 dnl ##  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 dnl ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 dnl ##
 dnl ##  This file is part of OSSP L2, a flexible logging library which
-dnl ##  can be found at http://www.ossp.org/pkg/l2/.
+dnl ##  can be found at http://www.ossp.org/pkg/lib/l2/.
 dnl ##
 dnl ##  Permission to use, copy, modify, and distribute this software for
 dnl ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2.pod 1.12 -> 1.13

--- l2.pod       2002/01/02 17:07:38     1.12
+++ l2.pod       2002/07/30 19:08:24     1.13
@@ -1,10 +1,10 @@
 ##
-##  L2 - OSSP Logging Library
+##  OSSP l2 - Logging Library
 ##  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 ##
 ##  This file is part of OSSP L2, a flexible logging library which
-##  can be found at http://www.ossp.org/pkg/l2/.
+##  can be found at http://www.ossp.org/pkg/lib/l2/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_buffer.c 1.36 -> 1.37

--- l2_ch_buffer.c       2002/01/02 17:07:38     1.36
+++ l2_ch_buffer.c       2002/07/30 19:08:24     1.37
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_fd.c 1.13 -> 1.14

--- l2_ch_fd.c   2002/01/02 17:07:38     1.13
+++ l2_ch_fd.c   2002/07/30 19:08:24     1.14
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_file.c 1.23 -> 1.24

--- l2_ch_file.c 2002/07/29 17:42:25     1.23
+++ l2_ch_file.c 2002/07/30 19:08:24     1.24
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_filter.c 1.17 -> 1.18

--- l2_ch_filter.c       2002/03/05 14:06:19     1.17
+++ l2_ch_filter.c       2002/07/30 19:08:24     1.18
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_irc.c 1.6 -> 1.7

--- l2_ch_irc.c  2002/07/25 13:33:00     1.6
+++ l2_ch_irc.c  2002/07/30 19:08:24     1.7
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_noop.c 1.3 -> 1.4

--- l2_ch_noop.c 2002/01/02 17:07:38     1.3
+++ l2_ch_noop.c 2002/07/30 19:08:24     1.4
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_null.c 1.11 -> 1.12

--- l2_ch_null.c 2002/01/02 17:07:38     1.11
+++ l2_ch_null.c 2002/07/30 19:08:24     1.12
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_pipe.c 1.29 -> 1.30

--- l2_ch_pipe.c 2002/01/02 17:07:38     1.29
+++ l2_ch_pipe.c 2002/07/30 19:08:24     1.30
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_prefix.c 1.20 -> 1.21

--- l2_ch_prefix.c       2002/07/25 12:28:55     1.20
+++ l2_ch_prefix.c       2002/07/30 19:08:24     1.21
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_smtp.c 1.9 -> 1.10

--- l2_ch_smtp.c 2002/01/02 17:07:38     1.9
+++ l2_ch_smtp.c 2002/07/30 19:08:24     1.10
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_socket.c 1.35 -> 1.36

--- l2_ch_socket.c       2002/01/02 17:07:38     1.35
+++ l2_ch_socket.c       2002/07/30 19:08:25     1.36
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ch_syslog.c 1.30 -> 1.31

--- l2_ch_syslog.c       2002/07/25 13:33:00     1.30
+++ l2_ch_syslog.c       2002/07/30 19:08:25     1.31
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_channel.c 1.28 -> 1.29

--- l2_channel.c 2002/07/24 09:36:54     1.28
+++ l2_channel.c 2002/07/30 19:08:25     1.29
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_env.c 1.8 -> 1.9

--- l2_env.c     2002/07/17 13:22:02     1.8
+++ l2_env.c     2002/07/30 19:08:25     1.9
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_p.h 1.32 -> 1.33

--- l2_p.h       2002/01/02 17:07:38     1.32
+++ l2_p.h       2002/07/30 19:08:25     1.33
@@ -1,9 +1,9 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland GmbH
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_spec.c 1.8 -> 1.9

--- l2_spec.c    2002/01/02 17:07:38     1.8
+++ l2_spec.c    2002/07/30 19:08:25     1.9
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_spec_parse.y 1.7 -> 1.8

--- l2_spec_parse.y      2002/07/25 09:13:13     1.7
+++ l2_spec_parse.y      2002/07/30 19:08:25     1.8
@@ -1,11 +1,11 @@
 %{
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_spec_scan.l 1.8 -> 1.9

--- l2_spec_scan.l       2002/07/25 07:54:51     1.8
+++ l2_spec_scan.l       2002/07/30 19:08:25     1.9
@@ -1,11 +1,11 @@
 %{
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_test.c 1.49 -> 1.50

--- l2_test.c    2002/01/02 17:07:38     1.49
+++ l2_test.c    2002/07/30 19:08:25     1.50
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that
@@ -89,9 +89,9 @@
            "  -> prefix(prefix=\"[%d-%m-%Y/%H:%M:%S] %L test[%P]: \", timezone=local)"
            "     -> buffer(size=800)"
 /*           "     -> buffer(size=800, timer=on)"*/
-           "        -> file(path=l2_test.log, append=1, perm=420) ;"
+           "        -> file(path=l2_test.log, append=1, perm=0644) ;"
            "  syslog(ident=L2-Test, facility=user, "
-           "         remotehost=en1, logpid=1, target=remote)"
+           "         remotehost=localhost, logpid=1, target=remote)"
            "}";
     fprintf(stderr, "configuring: %s\n", spec);
     if ((rv = l2_spec(&ch, env, "%s", spec)) != L2_OK)
@@ -130,7 +130,7 @@
     /* create syslog channel */
     if ((rv = l2_channel_create(&chSyslog, env, "syslog")) != L2_OK)
         die(env, rv, "failed to create syslog channel");
-    if ((rv = l2_channel_configure(chSyslog, "ident=L2-Test, facility=user, target=remote, remotehost=en1, logpid=1")) != L2_OK)
+    if ((rv = l2_channel_configure(chSyslog, "ident=L2-Test, facility=user, target=remote, remotehost=localhost, logpid=1")) != L2_OK)
         die(env, rv, "failed to configure syslog channel");
     if ((rv = l2_channel_levels(chSyslog, L2_LEVEL_UPTO(L2_LEVEL_ERROR), L2_LEVEL_ALL)) != L2_OK)
         die(env, rv, "failed to level of syslog channel");
@@ -138,7 +138,7 @@
     /* create smtp channel */
     if ((rv = l2_channel_create(&chSmtp, env, "smtp")) != L2_OK)
         die(env, rv, "failed to create smtp channel");
-    if ((rv = l2_channel_configure(chSmtp, "rcpt=rse@engelschall.com, host=en1, port=25")) != L2_OK)
+    if ((rv = l2_channel_configure(chSmtp, "rcpt=l2@localhost, host=localhost, port=25")) != L2_OK)
         die(env, rv, "failed to configure smtp channel");
     if ((rv = l2_channel_levels(chSmtp, L2_LEVEL_UPTO(L2_LEVEL_PANIC), L2_LEVEL_ALL)) != L2_OK)
         die(env, rv, "failed to level of smtp channel");


ossp-pkg/l2/l2_ut_fmtcb.c 1.5 -> 1.6

--- l2_ut_fmtcb.c        2002/07/17 11:19:30     1.5
+++ l2_ut_fmtcb.c        2002/07/30 19:08:25     1.6
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ut_format.c 1.5 -> 1.6

--- l2_ut_format.c       2002/01/02 17:07:38     1.5
+++ l2_ut_format.c       2002/07/30 19:08:25     1.6
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ut_format.h 1.2 -> 1.3

--- l2_ut_format.h       2002/01/02 17:07:38     1.2
+++ l2_ut_format.h       2002/07/30 19:08:25     1.3
@@ -1,9 +1,9 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland GmbH
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ut_level.c 1.7 -> 1.8

--- l2_ut_level.c        2002/01/02 17:07:38     1.7
+++ l2_ut_level.c        2002/07/30 19:08:25     1.8
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_ut_param.c 1.8 -> 1.9

--- l2_ut_param.c        2002/07/29 17:42:25     1.8
+++ l2_ut_param.c        2002/07/30 19:08:25     1.9
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2_version.c 1.4 -> 1.5

--- l2_version.c 2001/11/08 09:53:34     1.4
+++ l2_version.c 2002/07/30 19:08:25     1.5
@@ -1,5 +1,5 @@
 /*
-**  l2_version.c -- Version Information for OSSP L2 (syntax: C/C++)
+**  l2_version.c -- Version Information for OSSP l2 (syntax: C/C++)
 **  [automatically generated and maintained by GNU shtool]
 */
 
@@ -8,7 +8,7 @@
 #ifndef _L2_VERSION_C_
 #define _L2_VERSION_C_
 
-#define L2_VERSION 0x002200
+#define L2_VERSION 0x009200
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _L2_VERSION_C_AS_HEADER_
 
 l2_version_t l2_version = {
-    0x002200,
-    "0.2.0",
-    "0.2.0 (08-Nov-2001)",
-    "This is OSSP L2, Version 0.2.0 (08-Nov-2001)",
-    "OSSP L2 0.2.0 (08-Nov-2001)",
-    "OSSP L2/0.2.0",
-    "@(#)OSSP L2 0.2.0 (08-Nov-2001)",
-    "$Id: OSSP L2 0.2.0 (08-Nov-2001) $"
+    0x009200,
+    "0.9.0",
+    "0.9.0 (30-Jul-2002)",
+    "This is OSSP l2, Version 0.9.0 (30-Jul-2002)",
+    "OSSP l2 0.9.0 (30-Jul-2002)",
+    "OSSP l2/0.9.0",
+    "@(#)OSSP l2 0.9.0 (30-Jul-2002)",
+    "$Id: OSSP l2 0.9.0 (30-Jul-2002) $"
 };
 
 #endif /* _L2_VERSION_C_AS_HEADER_ */


ossp-pkg/l2/l2tool.c 1.2 -> 1.3

--- l2tool.c     2002/01/02 17:07:38     1.2
+++ l2tool.c     2002/07/30 19:08:25     1.3
@@ -1,10 +1,10 @@
 /*
-**  L2 - OSSP Logging Library
+**  OSSP l2 - Logging Library
 **  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 **
 **  This file is part of OSSP L2, a flexible logging library which
-**  can be found at http://www.ossp.org/pkg/l2/.
+**  can be found at http://www.ossp.org/pkg/lib/l2/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/l2/l2tool.pod 1.2 -> 1.3

--- l2tool.pod   2002/01/02 17:07:38     1.2
+++ l2tool.pod   2002/07/30 19:08:25     1.3
@@ -1,10 +1,10 @@
 ##
-##  L2 - OSSP Logging Library
+##  OSSP l2 - Logging Library
 ##  Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
 ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
 ##
 ##  This file is part of OSSP L2, a flexible logging library which
-##  can be found at http://www.ossp.org/pkg/l2/.
+##  can be found at http://www.ossp.org/pkg/lib/l2/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that

CVSTrac 2.0.1