From 1104552ddde41c1893e121a82f0e80901886fc87 Mon Sep 17 00:00:00 2001 From: jweiss Date: Fri, 28 Oct 1994 16:54:45 +0000 Subject: [PATCH] changed default type for new filesystem from NFS to AFS. --- clients/moira/attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/moira/attach.c b/clients/moira/attach.c index 1790bae8..cf1ffc18 100644 --- a/clients/moira/attach.c +++ b/clients/moira/attach.c @@ -47,7 +47,7 @@ * ingres' regexp facility. */ #define NO_MACHINE_BAD ("[NONE]") -#define DEFAULT_TYPE ("NFS") +#define DEFAULT_TYPE ("AFS") #define DEFAULT_MACHINE DEFAULT_NONE #define DEFAULT_PACK DEFAULT_NONE #define DEFAULT_ACCESS ("w") -- 2.45.1