diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 15:28:21 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 15:28:21 +0000 |
commit | 106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5 (patch) | |
tree | c878f4343a8fb820aa7fe82437bab53bb4269b5c /move | |
parent | f90cb2ee441465013dd428732463c8fa2bbd2bd3 (diff) | |
download | drakx-106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5.tar drakx-106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5.tar.gz drakx-106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5.tar.bz2 drakx-106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5.tar.xz drakx-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.pm | 2 |
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) = @_; |