2012-05-13 01:10:29 +02:00
|
|
|
$NetBSD: distinfo,v 1.15 2012/05/12 23:10:29 dholland Exp $
|
Importing ruby-quota 0.5.1 package.
Ruby/Quota
-------------------------------------------------------------------------------
This module provides functions which manipulate disk quotas.
-------------------------------------------------------------------------------
SUPPORT ENVIRONMENT
* Linux 2.4 or later
* Solaris 2.6, 7, 8
* FreeBSD, NetBSD (OpenBSD,.. ?)
-------------------------------------------------------------------------------
SYNOPSIS
Quota::GroupID.new(id)
Quota::GroupID[id]
Quota::UserID.new(id)
Quota::UserID[id]
Quota.quotaon(dev, quotas)
Quota.quotaoff(dev)
Quota.getquota(dev, uid)
Quota.setquota(dev, uid, dq)
Quota.setqlim(dev, uid, dq) # *BSD does not have this function.
Quota.sync(dev)
* 'dev' is a device file or a mount point (e.g. /dev/hda0, /mnt/foo). On *
BSD, this library try to find a mounted directory from a given filesystem
using getmntinfo().
* 'quotas' is a quotas file.
* 'uid' is an integer value, an user id or a group id. If it is an integer,
it is treated as an user id.
* 'dq' is an entry of the quotas. its members are same as 'dqblk' structure
(e.g. dqb_curblocks => dq.curblocks). see also the quotactl man pages and
header files (e.g. linux/quota.h).
2002-03-30 17:52:41 +01:00
|
|
|
|
2006-01-03 15:25:49 +01:00
|
|
|
SHA1 (ruby-quota-0.5.1.tar.gz) = 9edf6054c465af80d7a3534b8fed89fbafc01ec1
|
|
|
|
RMD160 (ruby-quota-0.5.1.tar.gz) = 85189827a256d0cfeaa0e755db37b85c625c18df
|
|
|
|
Size (ruby-quota-0.5.1.tar.gz) = 5110 bytes
|
2012-05-13 01:10:29 +02:00
|
|
|
SHA1 (patch-aa) = 6fed720916737852bcc89608708f38fe7260033b
|
|
|
|
SHA1 (patch-ab) = 0977d6a6d14ffd69967f5d2ef280a714f8030eb5
|