k12admin-cvs Mailing List for K12Admin
Brought to you by:
tonnesen
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: <ton...@us...> - 2002-07-04 02:53:03
|
Update of /cvsroot/k12admin/CVSROOT
In directory usw-pr-cvs1:/tmp/cvs-serv10176
Modified Files:
loginfo
Log Message:
removed ton...@cm... from loginfo
Index: loginfo
===================================================================
RCS file: /cvsroot/k12admin/CVSROOT/loginfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** loginfo 4 Jul 2002 02:44:10 -0000 1.2
--- loginfo 4 Jul 2002 02:53:00 -0000 1.3
***************
*** 25,28 ****
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
! ALL $CVSROOT/CVSROOT/syncmail %{sVv} ton...@cm...
DEFAULT $CVSROOT/CVSROOT/syncmail %{sVv} k12...@li...
--- 25,28 ----
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
! #ALL $CVSROOT/CVSROOT/syncmail %{sVv} ton...@cm...
DEFAULT $CVSROOT/CVSROOT/syncmail %{sVv} k12...@li...
|
|
From: <ton...@us...> - 2002-07-04 02:45:32
|
Update of /cvsroot/k12admin/k12admin/server/webscripts In directory usw-pr-cvs1:/tmp/cvs-serv9157 Modified Files: calendar Log Message: Testing syncmail Index: calendar =================================================================== RCS file: /cvsroot/k12admin/k12admin/server/webscripts/calendar,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** calendar 3 Jul 2002 21:13:41 -0000 1.1.1.1 --- calendar 4 Jul 2002 02:45:29 -0000 1.2 *************** *** 1,3 **** --- 1,4 ---- #!/usr/bin/perl + use Time::Local; use CGI; |