summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/fileshareset
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-09-09 15:41:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-09-09 15:41:55 +0000
commit9004b6c7ba6acd56c7f4e804c910d8cd702ccbbe (patch)
tree10c66b502bd7376afc18667e7e79328f58cffeea /perl-install/standalone/fileshareset
parentec0c19d2a4ce5212eb14d1f3ee172e0404f50d7f (diff)
downloaddrakx-9004b6c7ba6acd56c7f4e804c910d8cd702ccbbe.tar
drakx-9004b6c7ba6acd56c7f4e804c910d8cd702ccbbe.tar.gz
drakx-9004b6c7ba6acd56c7f4e804c910d8cd702ccbbe.tar.bz2
drakx-9004b6c7ba6acd56c7f4e804c910d8cd702ccbbe.tar.xz
drakx-9004b6c7ba6acd56c7f4e804c910d8cd702ccbbe.zip
add "sync" to nfs exports default_options (so that exportfs doesn't warn a lot of stuff)
Diffstat (limited to 'perl-install/standalone/fileshareset')
-rwxr-xr-xperl-install/standalone/fileshareset2
1 files changed, 1 insertions, 1 deletions
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';