diff options
author | Matt Kraai | 2001-04-23 18:53:07 +0000 |
---|---|---|
committer | Matt Kraai | 2001-04-23 18:53:07 +0000 |
commit | 91b2855ba8b9918b79dbe4b9188a3acccb41f7b7 (patch) | |
tree | b6ded0b21428442ba27167d8654410c8ce0c73d3 /Config.h | |
parent | 4e9267d76c7dc47064bc80b1f8542453725158d7 (diff) | |
download | busybox-91b2855ba8b9918b79dbe4b9188a3acccb41f7b7.zip busybox-91b2855ba8b9918b79dbe4b9188a3acccb41f7b7.tar.gz |
Rewrite cp and mv to be SUSv2 compliant.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ #define BB_CHVT #define BB_CLEAR //#define BB_CMP -#define BB_CP_MV +#define BB_CP #define BB_CUT #define BB_DATE //#define BB_DC @@ -76,6 +76,7 @@ #define BB_MORE #define BB_MOUNT //#define BB_MT +#define BB_MV //#define BB_NSLOOKUP //#define BB_PING //#define BB_PIVOT_ROOT |