| To: | scsh-checkins@lists.sourceforge.net |
|---|---|
| Subject: | [Scsh-checkins] CVS: scsh-0.6/scsh syslog.scm,1.4,1.5 |
| From: | Andreas Bernauer <interp@users.sourceforge.net> |
| Date: | Tue, 26 Jun 2001 06:19:10 -0700 |
| List-id: | <scsh-checkins.lists.sourceforge.net> |
| Sender: | scsh-checkins-admin@lists.sourceforge.net |
Update of /cvsroot/scsh/scsh-0.6/scsh
In directory usw-pr-cvs1:/tmp/cvs-serv1606
Modified Files:
syslog.scm
Log Message:
small error in CHANGE-SYSLOG-CHANNEL corrected.
Index: syslog.scm
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/scsh/syslog.scm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** syslog.scm 2001/06/22 15:50:10 1.4
--- syslog.scm 2001/06/26 13:19:08 1.5
***************
*** 230,240 ****
(mask (list-ref-carefully rest 3 #f)))
(make-syslog-channel (or ident
! (syslog-channel-ident channel))
(or options
! (syslog-channel-options channel))
(or facility
! (syslog-channel-facility channel))
(or mask
! (syslog-channel-mask channel)))))
(define dynamic-syslog-channel
--- 230,240 ----
(mask (list-ref-carefully rest 3 #f)))
(make-syslog-channel (or ident
! (syslog-channel-ident ident))
(or options
! (syslog-channel-options options))
(or facility
! (syslog-channel-facility facility))
(or mask
! (syslog-channel-mask mask)))))
(define dynamic-syslog-channel
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Scsh-checkins] CVS: scx/c/xlib color.c,1.3,1.4 type.c,1.4,1.5 window.c,1.3,1.4, David Frese |
|---|---|
| Next by Date: | [Scsh-checkins] CVS: scx/c/xlib Makefile,NONE,1.1 color.c,1.4,1.5 colormap.c,1.3,1.4 display.c,1.4,1.5 gcontext.c,1.2,1.3 main.c,1.1,1.2 test,1.1,1.2 type.c,1.5,1.6 window.c,1.4,1.5 xlib.h,1.3,1.4, David Frese |
| Previous by Thread: | [Scsh-checkins] CVS: scx/c/xlib color.c,1.3,1.4 type.c,1.4,1.5 window.c,1.3,1.4, David Frese |
| Next by Thread: | [Scsh-checkins] CVS: scx/c/xlib Makefile,NONE,1.1 color.c,1.4,1.5 colormap.c,1.3,1.4 display.c,1.4,1.5 gcontext.c,1.2,1.3 main.c,1.1,1.2 test,1.1,1.2 type.c,1.5,1.6 window.c,1.4,1.5 xlib.h,1.3,1.4, David Frese |
| Indexes: | [Date] [Thread] [Top] [All Lists] |