From de9f1f757af7e15881156b610431cd00c262f768 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 22 Apr 2005 02:33:37 +0000 Subject: import lsattr and chattr from e2fsprogs --- util-linux/e2p/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 util-linux/e2p/README (limited to 'util-linux/e2p/README') diff --git a/util-linux/e2p/README b/util-linux/e2p/README new file mode 100644 index 000000000..5a3318420 --- /dev/null +++ b/util-linux/e2p/README @@ -0,0 +1,24 @@ + ------ + ABOUT: + ------ + +This is a straight rip from the e2fsprogs pkg. + +These files are used to support other misc progs ripped out of e2fsprogs +and included in busybox. + + ------- + UPDATE: + ------- + +Simply copy the 'e2p' dir from e2fsprogs/lib/ and then delete the extra +files we don't need (Makefile.in, e2p.pc.in, etc...). Update the e2p.h +file to look for "../ext2_fs.h" instead of . Finally, +remove the _LARGEFILE* define's from the few source files that use it +since we'll be appending it ourselves to CFLAGS when we compile. + + ------ + STAMP: + ------ + +Last ripped from the e2fsprogs-1.37 release. -- cgit v1.2.3