summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-27 15:28:21 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-27 15:28:21 +0000
commit106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5 (patch)
treec878f4343a8fb820aa7fe82437bab53bb4269b5c /move
parentf90cb2ee441465013dd428732463c8fa2bbd2bd3 (diff)
downloaddrakx-backup-do-not-use-106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5.tar
drakx-backup-do-not-use-106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5.tar.gz
drakx-backup-do-not-use-106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5.tar.bz2
drakx-backup-do-not-use-106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5.tar.xz
drakx-backup-do-not-use-106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5.zip
nobadchars opt for vfat so that we are allowed to create files with : in filenames (kmail will need that)
Diffstat (limited to 'move')
-rw-r--r--move/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index e2377fd7b..4c1c177f1 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -18,7 +18,7 @@ my $key_disabled;
my ($using_existing_user_config, $using_existing_host_config);
my $key_sysconf = '/home/.sysconf';
my $virtual_key_part;
-my $key_mountopts = 'umask=077,uid=501,gid=501,shortname=mixed';
+my $key_mountopts = 'umask=077,uid=501,gid=501,shortname=mixed,nobadchars';
sub symlinkf_short {
my ($dest, $file) = @_;