Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
cc12ceb949
2 changed files with 14 additions and 2 deletions
  1. +12
    -0
      package/base/quota/libwrap_fix.patch
  2. +2
    -2
      package/base/quota/quota.desc

+ 12
- 0
package/base/quota/libwrap_fix.patch

@ -0,0 +1,12 @@
--- ./rquota_svc.c.orig 2005-12-15 13:12:09.000000000 +0100
+++ ./rquota_svc.c 2005-12-15 13:12:11.000000000 +0100
@@ -57,6 +57,9 @@
*/
struct authunix_parms *unix_cred;
+// libwrap.a expects the caller to provide this variables
+int allow_severity, deny_severity;
+
#define FL_SETQUOTA 1 /* Enable setquota rpc */
#define FL_NODAEMON 2 /* Disable daemon() call */
#define FL_AUTOFS 4 /* Don't ignore autofs mountpoints */

+ 2
- 2
package/base/quota/quota.desc

@ -38,8 +38,8 @@
[L] GPL
[S] Stable
[V] 3.12
[V] 3.13
[P] X -?---5---9 188.700
[D] 3942742795 quota-3.12.tar.gz http://dl.sourceforge.net/sourceforge/linuxquota/
[D] 1658770604 quota-3.13.tar.gz http://dl.sourceforge.net/sourceforge/linuxquota/

Loading…
Cancel
Save