home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 103 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: dtek.chalmers.se!d1mag
  2. From: d1mag@dtek.chalmers.se (Christian Magnusson)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Update to BSDUnix /usr/bin/quota
  5. Date: 14 Jan 1996 01:58:38 GMT
  6. Organization: Chalmers University of Technology
  7. Message-ID: <4d9o0e$oth@nyheter.chalmers.se>
  8. NNTP-Posting-Host: mis.dtek.chalmers.se
  9.  
  10.  
  11.  
  12. Hi... I was trying to get the quota work on my machine for the very first
  13. time.  (A4000/040 12Mb Running BSDUnix 1.1)
  14. After editing the quota files and fstab for a while I could make
  15. it work so I had a hard and soft limit, BUT I could never see how much
  16. quota I used. It seems like the coders have forgot to update the quota.c to
  17. use the new filesystems. (ffs instad of ufs)
  18. There is a test of the filesystem and I just added ffs.
  19.  
  20. hacke-sl1# diff /usr/src/usr.bin/quota/quota.c quota.c.old
  21. 455,458c455,456
  22. <               } else if ((strncmp(fst[i].f_fstypename, "ufs",
  23. <                                   MFSNAMELEN) == 0)
  24. <                          (strncmp(fst[i].f_fstypename, "ffs",
  25. <                                   MFSNAMELEN) == 0)) {
  26. ---
  27. >               } else if (strncmp(fst[i].f_fstypename, "ufs",
  28. >                                   MFSNAMELEN) == 0) {
  29.  
  30.  
  31. Any one know where to report this ?  bug_report@bsd ?  :)
  32.  
  33. OK... Until later...
  34.  
  35. Mag
  36. --
  37. |  Christian 'Mag' Magnusson        Computer Science and Engineering
  38. |  Email:  d1mag@dtek.chalmers.se    Chalmers University of Technology
  39. |  GSM:    +46 (0)705 380580
  40. |  WWW:    http://www.dtek.chalmers.se/~d1mag
  41.