Ticket #61 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by ccowart

(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

comment:2 Changed 2 years ago by ccowart

  • Status changed from new to closed
  • Resolution set to fixed

(In [412]) Merging fixes from trunk for several issues.

Fixes #49, #53, #61, #47, #48

Note: See TracTickets for help on using tickets.