diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-07 05:53:48 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-07 05:53:48 +0000 |
commit | 79ac30da83dfb16babbfc6d450a421f91752b3c8 (patch) | |
tree | 8f1c818400bd717c1a4faa437b9eeaf4b4f32821 /busybox.def.h | |
parent | d7cd21aed531696aae1ebeeb95dd012c1a2e1e5c (diff) |
Forgot cp and mv are now cp_mv
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index 306c87762..8e26b1492 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -12,7 +12,7 @@ #define BB_CHROOT #define BB_CHVT #define BB_CLEAR -#define BB_CP +#define BB_CP_MV #define BB_DATE #define BB_DD #define BB_DEALLOCVT @@ -59,7 +59,6 @@ #define BB_NFSMOUNT //#define BB_MT //#define BB_MTAB -#define BB_MV #define BB_NSLOOKUP #define BB_PING #define BB_POWEROFF |