commit | cb7edc26611f8df6b81ef4337206d5833ea98771 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Feb 06 21:50:59 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Feb 06 21:50:59 2010 +0100 |
tree | ce211298be0d9f7d59d31139b47a5f915966e193 | |
parent | 0cd445f4d1ff322051ca2ad869e8757bb5ac2227 [diff] [blame] |
adduser: copy /etc/skel to mew homes. +100 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/coreutils/Kbuild b/coreutils/Kbuild index 4d6bde7..460d62d 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild
@@ -17,6 +17,7 @@ lib-$(CONFIG_CHGRP) += chgrp.o chown.o lib-$(CONFIG_CHMOD) += chmod.o lib-$(CONFIG_CHOWN) += chown.o +lib-$(CONFIG_ADDGROUP) += chown.o # used by adduser lib-$(CONFIG_CHROOT) += chroot.o lib-$(CONFIG_CKSUM) += cksum.o lib-$(CONFIG_COMM) += comm.o