From a6d56f6e6566e9cabcbcb60dac46db32a8c1dbd8 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 17 Aug 1997 10:08:25 +0000 Subject: [PATCH] Sync with rc.conf change for weak_mountd_authentication --- release/sysinstall/config.c | 4 ++-- usr.sbin/sade/config.c | 4 ++-- usr.sbin/sysinstall/config.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index a17246dc890..c2d945ac534 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.100 1997/06/13 14:21:19 jkh Exp $ + * $Id: config.c,v 1.101 1997/06/21 15:45:07 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -816,7 +816,7 @@ configPCNFSD(dialogMenuItem *self) ret = package_add(variable_get(VAR_PCNFSD_PKG)); if (DITEM_STATUS(ret) == DITEM_SUCCESS) { variable_set2(VAR_PCNFSD, "YES"); - variable_set2("weak_mountd_authentication", "YES"); + variable_set2("mountd_flags", "-n"); } } return ret; diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index a17246dc890..c2d945ac534 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.100 1997/06/13 14:21:19 jkh Exp $ + * $Id: config.c,v 1.101 1997/06/21 15:45:07 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -816,7 +816,7 @@ configPCNFSD(dialogMenuItem *self) ret = package_add(variable_get(VAR_PCNFSD_PKG)); if (DITEM_STATUS(ret) == DITEM_SUCCESS) { variable_set2(VAR_PCNFSD, "YES"); - variable_set2("weak_mountd_authentication", "YES"); + variable_set2("mountd_flags", "-n"); } } return ret; diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index a17246dc890..c2d945ac534 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.100 1997/06/13 14:21:19 jkh Exp $ + * $Id: config.c,v 1.101 1997/06/21 15:45:07 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -816,7 +816,7 @@ configPCNFSD(dialogMenuItem *self) ret = package_add(variable_get(VAR_PCNFSD_PKG)); if (DITEM_STATUS(ret) == DITEM_SUCCESS) { variable_set2(VAR_PCNFSD, "YES"); - variable_set2("weak_mountd_authentication", "YES"); + variable_set2("mountd_flags", "-n"); } } return ret;