mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ddda9e2b61
Import of arla (free clone of AFS client)
12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
--- arlad/arla.c.orig Wed Sep 9 12:05:00 1998
|
|
+++ arlad/arla.c Wed Sep 9 12:05:17 1998
|
|
@@ -826,7 +826,7 @@
|
|
arla_warnx (ADEBWARN,
|
|
"getting ticket for %s: %s",
|
|
this_cell,
|
|
- krb_get_err_text (ret));
|
|
+ "Cannot read ticket file");
|
|
} else if (cred_add_krb4(getuid(), &krbdata.c) == NULL) {
|
|
arla_warnx (ADEBWARN, "Could not insert tokens to arla");
|
|
}
|