mirror of
https://git.busybox.net/busybox.git
synced 2024-12-04 11:03:26 +08:00
ftpd + ls - timestamp = confused Mozilla. Prevent that.
This commit is contained in:
parent
5b28d314e7
commit
245f91b649
@ -40,6 +40,21 @@
|
||||
/* This is a NOEXEC applet. Be very careful! */
|
||||
|
||||
|
||||
#if ENABLE_FTPD
|
||||
/* ftpd uses ls, and without timestamps Mozilla won't understand
|
||||
* ftpd's LIST output.
|
||||
*/
|
||||
# undef CONFIG_FEATURE_LS_TIMESTAMPS
|
||||
# undef ENABLE_FEATURE_LS_TIMESTAMPS
|
||||
# undef USE_FEATURE_LS_TIMESTAMPS
|
||||
# undef SKIP_FEATURE_LS_TIMESTAMPS
|
||||
# define CONFIG_FEATURE_LS_TIMESTAMPS 1
|
||||
# define ENABLE_FEATURE_LS_TIMESTAMPS 1
|
||||
# define USE_FEATURE_LS_TIMESTAMPS(...) __VA_ARGS__
|
||||
# define SKIP_FEATURE_LS_TIMESTAMPS(...)
|
||||
#endif
|
||||
|
||||
|
||||
enum {
|
||||
|
||||
TERMINAL_WIDTH = 80, /* use 79 if terminal has linefold bug */
|
||||
|
Loading…
Reference in New Issue
Block a user