From 9004b6c7ba6acd56c7f4e804c910d8cd702ccbbe Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 9 Sep 2002 15:41:55 +0000 Subject: add "sync" to nfs exports default_options (so that exportfs doesn't warn a lot of stuff) --- perl-install/standalone/fileshareset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset index f5390a382..5e2dca0ea 100755 --- a/perl-install/standalone/fileshareset +++ b/perl-install/standalone/fileshareset @@ -3,7 +3,7 @@ use strict; ######################################## # config files -$nfs_exports::default_options = '*(ro,all_squash)'; +$nfs_exports::default_options = '*(ro,all_squash,sync)'; $nfs_exports::conf_file = '/etc/exports'; $smb_exports::conf_file = '/etc/samba/smb.conf'; my $authorisation_file = '/etc/security/fileshare.conf'; -- cgit v1.2.1