nfs-utils/nfs-utils-1.0.5-statdpath.patch
cvsdist 9d8f3553ac auto-import changelog data from nfs-utils-1.0.6-1.src.rpm
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
2004-09-09 09:21:05 +00:00

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"