home *** CD-ROM | disk | FTP | other *** search
- Path: dtek.chalmers.se!d1mag
- From: d1mag@dtek.chalmers.se (Christian Magnusson)
- Newsgroups: comp.unix.amiga
- Subject: Update to BSDUnix /usr/bin/quota
- Date: 14 Jan 1996 01:58:38 GMT
- Organization: Chalmers University of Technology
- Message-ID: <4d9o0e$oth@nyheter.chalmers.se>
- NNTP-Posting-Host: mis.dtek.chalmers.se
-
-
-
- Hi... I was trying to get the quota work on my machine for the very first
- time. (A4000/040 12Mb Running BSDUnix 1.1)
- After editing the quota files and fstab for a while I could make
- it work so I had a hard and soft limit, BUT I could never see how much
- quota I used. It seems like the coders have forgot to update the quota.c to
- use the new filesystems. (ffs instad of ufs)
- There is a test of the filesystem and I just added ffs.
-
- hacke-sl1# diff /usr/src/usr.bin/quota/quota.c quota.c.old
- 455,458c455,456
- < } else if ((strncmp(fst[i].f_fstypename, "ufs",
- < MFSNAMELEN) == 0)
- < (strncmp(fst[i].f_fstypename, "ffs",
- < MFSNAMELEN) == 0)) {
- ---
- > } else if (strncmp(fst[i].f_fstypename, "ufs",
- > MFSNAMELEN) == 0) {
-
-
- Any one know where to report this ? bug_report@bsd ? :)
-
- OK... Until later...
-
- Mag
- --
- | Christian 'Mag' Magnusson Computer Science and Engineering
- | Email: d1mag@dtek.chalmers.se Chalmers University of Technology
- | GSM: +46 (0)705 380580
- | WWW: http://www.dtek.chalmers.se/~d1mag
-