comparison toys/posix/renice.c @ 1775:57f2a26fa92c draft toast

To ensure that toybox can be installed alongside busybox without confusing update-alternatives, the paths of the links installed by toybox should match those installed by busybox. This is accomplished by changing the flags of a few tools within toybox.
author Paul Barker <paul@paulbarker.me.uk>
date Sat, 04 Apr 2015 11:58:06 -0500
parents 53a9bcb938f0
children
comparison
equal deleted inserted replaced
1774:014a5e821603 1775:57f2a26fa92c
2 * 2 *
3 * Copyright 2013 CE Strake <strake888 at gmail.com> 3 * Copyright 2013 CE Strake <strake888 at gmail.com>
4 * 4 *
5 * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/renice.html 5 * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/renice.html
6 6
7 USE_RENICE(NEWTOY(renice, "<1gpun#|", TOYFLAG_BIN)) 7 USE_RENICE(NEWTOY(renice, "<1gpun#|", TOYFLAG_USR|TOYFLAG_BIN))
8 8
9 config RENICE 9 config RENICE
10 bool "renice" 10 bool "renice"
11 default y 11 default y
12 help 12 help