Ticket #56 (closed defect: fixed)
Error checking for external commands fails on systems where /bin/sh doesn't point to bash
| Reported by: | victor | Owned by: | victor |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.7 |
| Component: | libvuurmuur | Version: | 0.6 |
| Keywords: | Cc: |
Description
The pipe_command function uses a pipe to execute external scripts and commands. It uses the shell for this. If /bin/sh is set to dash, like on Ubuntu Hardy, the error checking fails. system() will likely fail for the same reason.
Change History
Note: See
TracTickets for help on using
tickets.

Closed by changeset:193.