- openafs-dbserver: Install prdb_check and vldb_check.
- openafs-fileserver: Install voldump.
- openafs-client: Install fstrace, scout, and up (as afs-up).
+ - Modify fstrace to load its catalog from /usr/share/openafs.
* Do not install kpwvalid. The default version does little useful and
the kpwvalid binary must be in AFS for it to take effect.
* Overhaul the way kernel modules are built.
* Suggest the same PAM settings for pam_krb5 that libpam-krb5 does.
* Update uploader address.
- --
+ -- Russ Allbery <rra@debian.org> Tue, 6 Dec 2005 22:00:11 -0800
openafs (1.4.0-1) unstable; urgency=low
*/
#ifndef RPC_NLS_FORMAT
-#define RPC_NLS_FORMAT "%s.cat"
+#define RPC_NLS_FORMAT "/usr/share/openafs/%s.cat"
#endif
dce1_error_inq_text(status_to_convert, error_text, status)
char component_name[4];
char *facility_name;
char filename_prefix[7];
- char nls_filename[11];
+ /* strlen("/usr/share/openafs/") + 6 + strlen(".cat") + 1 */
+ char nls_filename[19 + 6 + 4 + 1];
char alt_filename[80];
char *message;
#if defined(AFS_64BITPOINTER_ENV)