RE: Date formats

2001-05-01 Thread Ross Smith
The manual states it accepts dates in ISO 8601 format (http://www.iso.ch/markete/8601.pdf). In truth, it appears to support a subset of these formats. I've sucessfully used: [Ddd] Mon dd [hh[:mm[:ss]]] [TZ] -mm-dd [hh[:mm[:ss]]] [mm[dd[Thh[:mm[:ss (where [] denotes an optional

RE: undefined reference to `res_search' w/ krb5 & cvs FIXED!

2001-04-13 Thread Ross Smith
> From: Kev [mailto:[EMAIL PROTECTED]] > > > /usr/local/lib/libkrb5.a(hst_realm.o): In function > `krb5_try_realm_txt_rr': > > hst_realm.o(.text+0x185): undefined reference to `res_search' > > > > Does anyone know how to resolve this? > > You probably need to add -lresolv to you link line--no

undefined reference to `res_search' w/ krb5 & cvs

2001-04-13 Thread Ross Smith
b/libkrb5.a(hst_realm.o): In function `krb5_try_realm_txt_rr': hst_realm.o(.text+0x185): undefined reference to `res_search' hst_realm.o(.text+0x20f): undefined reference to `dn_expand' hst_realm.o(.text+0x268): undefined reference to `dn_expand' Does anyone know how to res

RE: Latest core CVS source

2001-04-09 Thread Ross Smith
Larry, et. al. Did you/anyone receive the attached message? The attached diff file was 125k which may have caused the message to bounce. Therefore, I put the diff file on our web site at http://uprizer.com/after_make.diff. Thanks, Ross > From: Ross Smith > > > From:

RE: Latest core CVS source

2001-04-06 Thread Ross Smith
> From: Larry Jones > > > > After running make, which reruns aclocal, autoconf, (automake?) and ./configure, I >tried running 'cvs diff -u', but I get > > "connection reset by peer". > > That indicates a (hopefully) temporary server problem -- please try it > again. What I want to know is how

RE: Latest core CVS source

2001-04-06 Thread Ross Smith
> From: Larry Jones > > It looks like it's rebuilding a bunch of automake/autoconf > files that shouldn't need to be rebuilt Right. On a pristine ccvs, I ran ./configure. Then I ran make and it complains and wants to rerun ./configure (see Listing 1). Go figure. BTW, the same thing happens o

RE: Latest core CVS source

2001-04-05 Thread Ross Smith
> From: Larry Jones > > By "core CVS development tree", do you mean what's in CVS at > :pserver:[EMAIL PROTECTED]:/home2/cvsroot? If so, that code is > built every night on a bunch of different platforms and the sanity tests > run. It works just fine -- what problems did you have compiling it?

RE: loginfo.pl for Email Notification

2001-04-05 Thread Ross Smith
Brian,   You only need loginfo.pl, if you want a mailing list to see a diff of the changes for each commit.  If not you can simply use 'mail'.   You'll need to do the following, if you choose to use loginfo.pl.    Edit any of the following, if different on your system:   my $last_file  =

RE: Help with Notify without CVS_watch_on

2001-04-03 Thread Ross Smith
Jason,   Try:   $ cvs co CVSROOT $ cd CVSROOT   Add the following to loginfo:   ALL $CVSROOT/CVSROOT/loginfo.pl cvs@yourdomain.com $USER %{sVv}   Add the attached loginfo.pl script to CVSROOT:   $ cvs add loginfo.pl   Add the line 'loginfo.pl' to checkoutlist   Commit your changes   $ cv