| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
rquotad isn't really used by anyone - as you can tell by the fact that
it only works for ext2 and ext3 (if those).
The 'quota' package contains a working and maintained rquota and all
distros appear to use that one. So remove rquotad from this package
to avoid confusion.
|
|
|
|
|
| |
rquota_svc.c is still by-hand as it contains alot of extras.
These should really be moved to rquota_server.c
|
|
|
|
| |
Thanks to Michael Halcrow for finding them.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* utils/rquotad/rquota_server.c: Don't call statfs () for
the block size. Use BLOCK_SIZE instead.
|
|
|
|
|
| |
* utils/rquotad/rquota_server.c (getquotainfo): Skip bad
mounting poins in /etc/fstab.
|
|
|
|
|
| |
* utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
to check for the mounting point.
|
|
|
|
|
|
|
|
|
| |
* COPYING: Added. GPL.
Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com>
* utils/rquotad/rquota_server.c (getquotainfo): Call statfs ()
to get the block size.
|
| |
|
|
|