diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-01-07 13:04:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-01-07 13:04:51 +0000 |
commit | 550c0e6d9d2f182a027e3d3a767a31bca94155bd (patch) | |
tree | c816d9f2ca5790e470473a5f46e71c7fd559e0fb /sys-fs/quota/files | |
parent | new quota flag for rpc stuff. (diff) | |
download | gentoo-2-550c0e6d9d2f182a027e3d3a767a31bca94155bd.tar.gz gentoo-2-550c0e6d9d2f182a027e3d3a767a31bca94155bd.tar.bz2 gentoo-2-550c0e6d9d2f182a027e3d3a767a31bca94155bd.zip |
Add RPC support. Bug #59536: add ldap support.
Diffstat (limited to 'sys-fs/quota/files')
-rw-r--r-- | sys-fs/quota/files/digest-quota-3.12-r1 | 1 | ||||
-rw-r--r-- | sys-fs/quota/files/quota.rc6 | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys-fs/quota/files/digest-quota-3.12-r1 b/sys-fs/quota/files/digest-quota-3.12-r1 new file mode 100644 index 000000000000..2d6cc86d83a2 --- /dev/null +++ b/sys-fs/quota/files/digest-quota-3.12-r1 @@ -0,0 +1 @@ +MD5 d69870f4a9732ed2fe072952ee7f1462 quota-3.12.tar.gz 211909 diff --git a/sys-fs/quota/files/quota.rc6 b/sys-fs/quota/files/quota.rc6 index 64ebcba13bbb..f8c9d448b103 100644 --- a/sys-fs/quota/files/quota.rc6 +++ b/sys-fs/quota/files/quota.rc6 @@ -1,10 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/quota.rc6,v 1.1 2004/10/03 10:28:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/quota.rc6,v 1.2 2005/01/07 13:04:51 robbat2 Exp $ depend() { need localmount + use portmap } start() { |