[lwatch-cvs] files ChangeLog,1.11,1.12 TODO,1.12,1.13 configure,1.33,1.34
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-27 16:08:54
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv27386
Modified Files:
ChangeLog TODO configure
Log Message:
- reopen fifo when closed by other end
Index: ChangeLog
===================================================================
RCS file: /cvsroot/lwatch/files/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ChangeLog 25 Mar 2003 13:15:47 -0000 1.11
--- ChangeLog 27 Mar 2003 16:08:14 -0000 1.12
***************
*** 1,3 ****
--- 1,4 ----
0.3: new tests in ./configure (getopt_long)
+ If other program close 2nd end of fifo lwatch tries to reopen it
FreeBSD port
Index: TODO
===================================================================
RCS file: /cvsroot/lwatch/files/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TODO 25 Mar 2003 15:01:11 -0000 1.12
--- TODO 27 Mar 2003 16:08:15 -0000 1.13
***************
*** 4,8 ****
Now (for 0.3):
- create fifo (if needed by user)
- - reopen fifos closed on syslog restart
- proper signal handling
- option for output file
--- 4,7 ----
Index: configure
===================================================================
RCS file: /cvsroot/lwatch/files/configure,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** configure 25 Mar 2003 13:15:47 -0000 1.33
--- configure 27 Mar 2003 16:08:16 -0000 1.34
***************
*** 1,4 ****
#! /bin/sh
! # From configure.ac Revision: 1.27 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for lwatch 0.2.
--- 1,4 ----
#! /bin/sh
! # From configure.ac Revision: 1.29 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for lwatch 0.2.
***************
*** 4793,4797 ****
- # SSSSSSSS
echo "$as_me:$LINENO: checking for getopt_long" >&5
echo $ECHO_N "checking for getopt_long... $ECHO_C" >&6
--- 4793,4796 ----
|