From 9c8047a9395e1ca043a0b76d666b66fe4db410b3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 31 Jul 2013 16:36:57 -0500 Subject: [PATCH] Move renice from pending to posix, default y, fix link to standard. --- toys/{pending => posix}/renice.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename toys/{pending => posix}/renice.c (89%) diff --git a/toys/pending/renice.c b/toys/posix/renice.c similarity index 89% rename from toys/pending/renice.c rename to toys/posix/renice.c index 6d0bdac1..8c206447 100644 --- a/toys/pending/renice.c +++ b/toys/posix/renice.c @@ -2,14 +2,13 @@ * * Copyright 2013 CE Strake * - * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ - * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html + * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/renice.html USE_RENICE(NEWTOY(renice, "<1gpun#|", TOYFLAG_BIN)) config RENICE bool "renice" - default n + default y help usage: renice [-gpu] -n increment ID ... */ -- 2.39.2