Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately
authorEric Andersen <andersen@codepoet.org>
Tue, 24 Apr 2001 18:07:19 +0000 (18:07 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 24 Apr 2001 18:07:19 +0000 (18:07 -0000)
commit9f0fedb8f693829e7869439a2ad43cc1c21a3786
tree10aa156e8cefad985eb3c9e5dafd68c22eb1e632
parent3a4aef5a4c145515a53c7d21a8d977fbc0892e32
Split up chmod_chown_chgrp.c into 3 separate apps.  This unfortunately
adds 384 bytes to the overall size.  But having each app be standalone
is the Right Thing(tm) so we will just have to live with it.
 -Erik
14 files changed:
Config.h
Config.h.Hurd
applets.h
chgrp.c [new file with mode: 0644]
chmod.c [new file with mode: 0644]
chmod_chown_chgrp.c [deleted file]
chown.c [new file with mode: 0644]
coreutils/chgrp.c [new file with mode: 0644]
coreutils/chmod.c [new file with mode: 0644]
coreutils/chown.c [new file with mode: 0644]
debian/Config.h-deb
debian/Config.h-static
debian/Config.h-udeb
include/applets.h