commit | 0cecbe7d5de237a6c699c67ae53ae2e2481eff43 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Apr 12 14:16:29 2017 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Apr 12 14:16:29 2017 +0200 |
tree | a775f19e4b5739d688c56f633584728718e2ae40 | |
parent | 783d57af7bb2b851c16cf87df848e0365e5052da [diff] |
Sort more misplaced applets into coreutils or util-linux No code changes Surprisingly, nice and renice are coming from different packages :) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/debianutils/mktemp.c b/coreutils/mktemp.c similarity index 100% rename from debianutils/mktemp.c rename to coreutils/mktemp.c
diff --git a/coreutils/cal.c b/util-linux/cal.c similarity index 100% rename from coreutils/cal.c rename to util-linux/cal.c
diff --git a/init/mesg.c b/util-linux/mesg.c similarity index 100% rename from init/mesg.c rename to util-linux/mesg.c
diff --git a/procps/renice.c b/util-linux/renice.c similarity index 100% rename from procps/renice.c rename to util-linux/renice.c