<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/ruby-quota/PLIST, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-06-19T14:52:11Z</updated>
<entry>
<title>- Switch to use vendor_dir with Ruby 1.8.7.</title>
<updated>2008-06-19T14:52:11Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2008-06-19T14:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f7ceb84d39bf814e002ddbd748735a674a8226f7'/>
<id>urn:sha1:f7ceb84d39bf814e002ddbd748735a674a8226f7</id>
<content type='text'>
Bump PKGREVISION.</content>
</entry>
<entry>
<title>Use ".${RUBY_DLEXT}" instead of hard-coding ".so".</title>
<updated>2004-12-31T12:57:48Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2004-12-31T12:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d3bcd1c35f29393d1c875ae60c0d6a346befc1a7'/>
<id>urn:sha1:d3bcd1c35f29393d1c875ae60c0d6a346befc1a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Importing ruby-quota 0.5.1 package.</title>
<updated>2002-03-30T16:52:41Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2002-03-30T16:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=821fc52e71a0a5d901a82e88c0a5acef1a1ae7d8'/>
<id>urn:sha1:821fc52e71a0a5d901a82e88c0a5acef1a1ae7d8</id>
<content type='text'>
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 =&gt; dq.curblocks). see also the quotactl man pages and
    header files (e.g. linux/quota.h).</content>
</entry>
</feed>
