Bug #333
one start script does not parse PORT correctly
Status: | Closed | Start date: | 09/02/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jaime Melis | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 2.0 | |||
Resolution: | Pull request: | |||
Affected Versions: |
Description
Currently, the 'one' script parses $ONE_LOCATION/etc/oned.conf to figure out what PORT should the oned daemon be started on. The way it's parsed is not correct since it requires that no spaces (or any other character for that matter) exist before the 'PORT=X' definition.
History
#1 Updated by Jaime Melis almost 11 years ago
- Status changed from New to Closed
Changed the grep for a regular expression to get PORT.