Actions
Bug #14221
closedlogname(1) should only be delivered once
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Due to what seems like a historic accident, we deliver logname both as a ksh93 builtin and as a command. We should deliver the command and disable the builtin wrapper.
Updated by Electric Monk 7 months ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit da0001592ab4792956d927cb6a8dc2c02c7e6719
commit da0001592ab4792956d927cb6a8dc2c02c7e6719 Author: Richard Lowe <richlowe@richlowe.net> Date: 2021-11-07T19:29:24.000Z 14221 logname(1) should only be delivered once Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions