diff options
| author | Elliott Hughes <enh@google.com> | 2015-08-14 21:51:30 -0500 | 
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2015-08-14 21:51:30 -0500 | 
| commit | 20b3af69bf955237fc195c4416d3bcdca9d7d8d9 (patch) | |
| tree | 7d679b8c00a05e4404d373e42c1021f64c727f92 | |
| parent | 05499787ca89fa4b017c2441e89020799f02e4c1 (diff) | |
| download | toybox-20b3af69bf955237fc195c4416d3bcdca9d7d8d9.tar.gz | |
Fix ionice default class.
| -rw-r--r-- | toys/other/ionice.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/ionice.c b/toys/other/ionice.c index e44270a8..152a8c33 100644 --- a/toys/other/ionice.c +++ b/toys/other/ionice.c @@ -5,7 +5,7 @@   * It would be really nice if there was a standard, but no. There is   * Documentation/block/ioprio.txt in the linux source. -USE_IONICE(NEWTOY(ionice, "^tc#<0>3n#<0>7=5p#", TOYFLAG_USR|TOYFLAG_BIN)) +USE_IONICE(NEWTOY(ionice, "^tc#<0>3=2n#<0>7=5p#", TOYFLAG_USR|TOYFLAG_BIN))  USE_IORENICE(NEWTOY(iorenice, "?<1>3", TOYFLAG_USR|TOYFLAG_BIN))  config IONICE  | 
