summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-09-26 10:31:40 +0000
committerAndrew Tridgell <tridge@samba.org>1998-09-26 10:31:40 +0000
commit6da95a6f1d17ad69ab572fbc627167f5edb593fb (patch)
treef2c54f29c4755187a56b479ca59d827091753b22 /source3
parenta377543cc0af26ddcaf58aa4bc368afd70bca5ec (diff)
downloadsamba-6da95a6f1d17ad69ab572fbc627167f5edb593fb.tar.gz
samba-6da95a6f1d17ad69ab572fbc627167f5edb593fb.tar.bz2
samba-6da95a6f1d17ad69ab572fbc627167f5edb593fb.zip
changed the default filesystem type to NTFS (from Samba)
I've finally changed this because I've found a real effect that this has. Win95 shows long filenames in a directory listing in a dos box only if this is set to NTFS or HPFS (only ones I've found so far anyway). If NTFS poses problems of some kind then we should try HPFS I wonder if this change will trigger any attempts to use ACLs ? (This used to be commit 410d54fa0dba319e802d7327d89c4c1e61f2db65)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index f68f57eff7..6903e5854f 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -80,7 +80,7 @@
/* what default type of filesystem do we want this to show up as in a
NT file manager window? */
-#define FSTYPE_STRING "Samba"
+#define FSTYPE_STRING "NTFS"
/* the default guest account - normally set in the Makefile or smb.conf */
#ifndef GUEST_ACCOUNT