Disable BROKEN_PATHS by default.

This commit is contained in:
Pavel Machek 1998-10-06 13:37:12 +00:00
parent 6c4af731df
commit f6b74c679c
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Tue Oct 6 15:34:22 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
* vfs.h: disable BROKEN_PATHS by default. See if you can live
without cd .. from ftp tree putting you to last directory.
Sat Oct 3 14:28:57 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* ftpfs.c (resolve_symlink): fixed cut'n paste error in my last

View File

@ -22,11 +22,9 @@ struct utimbuf {
#ifdef VFS_STANDALONE
#undef USE_EXT2FSLIB
#else
#define BROKEN_PATHS
#undef BROKEN_PATHS
/*
* We should really only allow /#ftp/ tree to export ftp, but midnight's users may
* like to be able to cd .. to get back where there were before ftp. How to solve?
* Ok, we'll allow /any/path/#ftp/ to access ftp tree. Broken, yes.
* Define this to allow /any/path/#ftp/ to access ftp tree. Broken, yes.
*/
#endif