home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / unaxcess / patch1 / README.pat < prev   
Encoding:
Text File  |  1986-11-30  |  1.9 KB  |  43 lines

  1. *** ../temp1/README    Mon May 12 07:36:56 1986
  2. --- README    Mon May 12 07:41:14 1986
  3. ***************
  4. *** 151,156
  5.   escapes (\n \r \t \b \f \e \nnn \a) (\a is bell).  Comments are indicated by
  6.   #; they do NOT have to be at the beginning of a line.
  7.   
  8.   UNaXcess depends on being setuid to its owner, not only for permissions in
  9.   the BBS, but also to insure that the home directory (containing the message
  10.   database and config file) can be located.
  11.  
  12. --- 151,180 -----
  13.   escapes (\n \r \t \b \f \e \nnn \a) (\a is bell).  Comments are indicated by
  14.   #; they do NOT have to be at the beginning of a line.
  15.   
  16. + ---
  17. + The up/download (UDL) module uses a log file for uploads, and a directory for
  18. + downloads.  Both files are created by the install script; "upload-log" is
  19. + empty, and "directory" contains one line:
  20. +     branch file GENERAL; <date> by <sysop name>: General up/downloads
  21. + This is the basic format of a directory entry.  The word "branch" is reserved,
  22. + and indicates that this is the directory entry for the branch itself; files
  23. + in this branch have the word "branch" replaced by the branch's name.  There is
  24. + no way to automatically create or delete files or branches; it has to be done
  25. + from the shell.  (On the other hand, if the branch has a (UNIX) directory in
  26. + the "uploads" directory, uploads will be logged there in such a way that the
  27. + log entry may be simply copied from the upload-log to the directory.)
  28. + Note that each branch is represented by a UNIX directory in the "library"
  29. + directory.  The name should be lowercase, although user input of the name
  30. + and the name listed in the "directory" file are case-independent.  If uploads
  31. + are to be permitted, a directory of the same name should be created in the
  32. + "upload" directory.
  33. + ---
  34.   UNaXcess depends on being setuid to its owner, not only for permissions in
  35.   the BBS, but also to insure that the home directory (containing the message
  36.   database and config file) can be located.
  37.