[PATCH] Fix Veritas FS quotas
Andrew Morgan
morgan at orst.edu
Wed Jun 19 08:50:02 GMT 2002
This patch adds back Veritas File System quota checking to samba 2.2.x,
which was taken out sometime after Samba 2.0.10. Tested on Solaris 8 with
VxFS 3.3.3.
Andy
-------------- next part --------------
--- samba-2.2.4/source/include/includes.h.orig Thu May 2 18:03:03 2002
+++ samba-2.2.4/source/include/includes.h Wed Jun 19 08:41:24 2002
@@ -744,6 +744,14 @@
#define SYSV 1
#endif
+/*
+ * Veritas File System. Often in addition to native.
+ * Quotas different.
+ */
+#if defined(HAVE_SYS_FS_VX_QUOTA_H)
+#define VXFS_QUOTA
+#endif
+
#ifndef DEFAULT_PRINTING
#ifdef HAVE_CUPS
#define DEFAULT_PRINTING PRINT_CUPS
More information about the samba-technical
mailing list