Feature #203
Increased portability for mysql2*.sh scripts
Start date:
Due date:
% Done:
0%
Resolution:
fixed
Description
Hey,
The \? and + syntax for sed is not supported using "basic regular expressions" on at least Darwin and [[DragonFly]] BSD (I didn't test other OS). You can use the \{0,1\} and \{1,\} syntax to achieve the desired result. This will work on Darwin/DragonFly/Linux.
I'll attach a patch for the mysql2*.sh scripts.
History
#1 Updated by Yoann VANDOORSELAERE over 16 years ago
- Status changed from New to Assigned
#2 Updated by Yoann VANDOORSELAERE about 16 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Checked in r8878, thanks!
#3 Updated by Yoann VANDOORSELAERE about 14 years ago
- Project changed from PRELUDE SIEM to LibpreludeDB
- Category deleted (
2) - Target version deleted (
0.9.12)