9d8f3553ac
Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com> - Upgrated to 1.0.6 - Commented out the acl path for fedora Wed Aug 27 2003 Steve Dickson <SteveD@RedHat.com> - Added the setting of lockd ports via sysclt interface - Removed queue setting code since its no longer needed Thu Aug 07 2003 Steve Dickson <SteveD@RedHat.com> - Added back the acl patch Taroon b2 Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com> - Commented out the acl patch (for now) Mon Jul 21 2003 Steve Dickson <SteveD@RedHat.com> - Upgrated to 1.0.5
17 lines
511 B
Diff
17 lines
511 B
Diff
--- ./utils/statd/statd.h.orig 2002-09-01 22:31:23.000000000 -0400
|
|
+++ ./utils/statd/statd.h 2003-07-21 10:45:54.000000000 -0400
|
|
@@ -13,10 +13,11 @@
|
|
/*
|
|
* Paths and filenames.
|
|
*/
|
|
+#define STATD_PATH_XTN "statd/"
|
|
#if defined(NFS_STATEDIR)
|
|
-# define DEFAULT_DIR_BASE NFS_STATEDIR "/"
|
|
+# define DEFAULT_DIR_BASE NFS_STATEDIR "/" STATD_PATH_XTN
|
|
#else
|
|
-# define DEFAULT_DIR_BASE "/var/lib/nfs/"
|
|
+# define DEFAULT_DIR_BASE "/var/lib/nfs/" STATD_PATH_XTN
|
|
#endif
|
|
|
|
#define DEFAULT_SM_DIR DEFAULT_DIR_BASE "sm"
|