Ticket #61 (closed defect: fixed)
gsed isn't correctly identified as sed on CentOS
| Reported by: | ccowart | Owned by: | confman-developers@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | confman-1.9.2 |
| Component: | autotools | Version: | 1.9.1b |
| Keywords: | Cc: |
Description
When performing a 'confman rename' I got the following error:
confman[14420]: jdoe: find: gsed: No such file or directory
Server is a CentOS 5.3. Looks like there needs to be some smarts for
figuring out what sed command is on the host. I changed the gsed
reference to 'sed' and the rename worked fine.
Change History
Note: See
TracTickets for help on using
tickets.

(In [408]) Fixing the use of sed in rename from hardcoded "gsed" to the more portable
$sed_cmd. This should make the sed problem not an autotools problem.
For now.
Leaving open until merge into 1.9 branch.
See #61