[Bug 2977] New: Wrong opt_complementary string in miscutils/chrt.c
bugzilla at busybox.net
bugzilla at busybox.net
Wed Dec 15 21:43:07 UTC 2010
https://bugs.busybox.net/show_bug.cgi?id=2977
Summary: Wrong opt_complementary string in miscutils/chrt.c
Product: Busybox
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at busybox.net
ReportedBy: zinosat at tiscali.it
CC: busybox-cvs at busybox.net
Estimated Hours: 0.0
Created attachment 2815
--> https://bugs.busybox.net/attachment.cgi?id=2815
One line patch which fixes the problem
opt_complementary = "-1:r--fo:f--ro:r--fo";
^^^^^ ^^^^^
"r--fo" is repeated twice.
It should look something like this instead:
opt_complementary = "-1:r--fo:f--ro:o--rf";
regards,
Davide
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list