Update of /cvsroot/linux-decnet/dnprogs/dndir
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3836/dndir
Modified Files:
dndir.1 dndir.cc
Log Message:
Fix Copyrights
Index: dndir.1
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dndir/dndir.1,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** dndir.1 14 Mar 2001 19:41:36 -0000 1.3
--- dndir.1 20 Aug 2008 12:43:58 -0000 1.4
***************
*** 94,98 ****
.br
! dndir 'tramp"patrick pjc123"::[.pics.cats]*.jpg'
.br
--- 94,98 ----
.br
! dndir 'tramp"christine pjc123"::[.pics.cats]*.jpg'
.br
Index: dndir.cc
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dndir/dndir.cc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** dndir.cc 26 Apr 2008 13:38:03 -0000 1.8
--- dndir.cc 20 Aug 2008 12:43:58 -0000 1.9
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-1999 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-1999 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
***************
*** 83,87 ****
fprintf(f, "\nExamples:\n\n");
fprintf(f, " dndir -l 'myvax::*.*'\n");
! fprintf(f, " dndir 'cluster\"patrick thecats\"::disk$users:[cats.pics]*.jpg;'\n");
fprintf(f, "\n");
}
--- 83,87 ----
fprintf(f, "\nExamples:\n\n");
fprintf(f, " dndir -l 'myvax::*.*'\n");
! fprintf(f, " dndir 'cluster\"christine thecats\"::disk$users:[cats.pics]*.jpg;'\n");
fprintf(f, "\n");
}
***************
*** 253,257 ****
// Default to a full wildcard if no filename is given. This will cope with
// the situation where no directory is provided (node::) and where a
! // directory (node::[patrick]) is provided. Logical names must end with
// a colon for this to happen or we will not be able to distinguish them
// from filenames
--- 253,257 ----
// Default to a full wildcard if no filename is given. This will cope with
// the situation where no directory is provided (node::) and where a
! // directory (node::[christine]) is provided. Logical names must end with
// a colon for this to happen or we will not be able to distinguish them
// from filenames
|