diff options
author | jkh <jkh@FreeBSD.org> | 1997-08-17 10:08:25 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-08-17 10:08:25 +0000 |
commit | 623e3cede91c9ff34cfd78c47a24fea14e9237ad (patch) | |
tree | c41347b9b17244baf266e45fbfc9a68df23a7b40 /usr.sbin/sade | |
parent | fa1973cf0b24e0e4159665f08d7253d3bd21081a (diff) | |
download | FreeBSD-src-623e3cede91c9ff34cfd78c47a24fea14e9237ad.zip FreeBSD-src-623e3cede91c9ff34cfd78c47a24fea14e9237ad.tar.gz |
Sync with rc.conf change for weak_mountd_authentication
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r-- | usr.sbin/sade/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index a17246d..c2d945a 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; |