Ticket #96 (closed enhancement: fixed)
confman rename should update recipes
| Reported by: | blee | Owned by: | confman-developers@… |
|---|---|---|---|
| Priority: | major | Milestone: | confman-1.9.3 |
| Component: | confman | Version: | 1.9.2b |
| Keywords: | Cc: |
Description
confman rename should update recipes affected by the rename operation.
Change History
Note: See
TracTickets for help on using
tickets.

(In [492]) Apparently doing sed_i_cmd in a variable has quoting issues and
doesn't perform as expected. I have factored the -i "" logic out
by defining a sed_i_cmd function differently on a per-OS basis.
I have also used the new sed_i_cmd idiom to solve the recipe updates on
renames issue.
Fixes #96, #98