diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-09-18 17:04:26 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-09-18 17:04:26 +0000 |
| commit | c33f2417a17948e83a3d7887c802386d46a18c77 (patch) | |
| tree | c780331dde3bddc659a41cc2e31ecf35cd3ac9f2 | |
| parent | f225ac42806e61b9d69ee121f092656408761938 (diff) | |
Notes
| -rwxr-xr-x | etc/rc.d/mountd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd index df012429b0e31..4389451261671 100755 --- a/etc/rc.d/mountd +++ b/etc/rc.d/mountd @@ -29,11 +29,11 @@ mountd_precmd() # if checkyesno nfs_server_enable ; then if checkyesno weak_mountd_authentication; then - mountd_flags="${mountd_flags} -n" + rc_flags="${mountd_flags} -n" fi else if checkyesno mountd_enable; then - checkyesno weak_mountd_authentication && mountd_flags="-n" + checkyesno weak_mountd_authentication && rc_flags="-n" fi fi rm -f /var/db/mountdtab |
