quota: update to 3.16

This commit is contained in:
Juergen Daubert 2008-04-15 09:39:25 +02:00
parent f6eb07036b
commit 5a3e44a224
3 changed files with 4 additions and 19 deletions

View File

@ -1,3 +1,2 @@
5a1c2f5e669aba825e0126d2f30ee622 quota-3.15.tar.gz
1132b93e397d5a4326c65ee32a746cc9 quota_tcp_wrappers.patch
6d1467458a092c4754abef92e7fa6ebe quota-3.16.tar.gz
6b878d879c3c4a64d608a75a431f7de6 warnquota.conf

View File

@ -4,14 +4,13 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=quota
version=3.15
release=2
version=3.16
release=1
source=(http://dl.sourceforge.net/sourceforge/linuxquota/$name-$version.tar.gz \
warnquota.conf ${name}_tcp_wrappers.patch)
warnquota.conf)
build(){
cd $name-tools
patch -p1 -i $SRC/quota_tcp_wrappers.patch
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc/quota \

View File

@ -1,13 +0,0 @@
diff -pruN quota-tools.orig/rquota_svc.c quota-tools/rquota_svc.c
--- quota-tools.orig/rquota_svc.c 2005-06-01 10:21:30.000000000 +0300
+++ quota-tools/rquota_svc.c 2006-08-06 22:43:48.000000000 +0300
@@ -36,6 +36,9 @@
#ifdef HOSTS_ACCESS
#include <tcpd.h>
#include <netdb.h>
+
+int allow_severity, deny_severity;
+
#endif
#ifdef __STDC__