Actions
Feature #10603
closedHandle -c commands with arguments in rc.initial
Start date:
05/27/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
Following #4422 rc.initial now handles a -c parameter consisting of a single command with no arguments.
With this change, it also handles commands with arguments.
Ansible for example makes use of complex commands, and with this change it works even if the shell is set to rc.initial
Before
$ ssh -t admin@pfsense echo with arguments- Blank line
After
$ ssh -t admin@pfsense echo with arguments
with arguments
Files
Updated by Emanuel Rietveld over 4 years ago
- File 0001-rc.initial-handle-c-command-with-arguments.patch 0001-rc.initial-handle-c-command-with-arguments.patch added
Patch attached.
Updated by Emanuel Rietveld over 4 years ago
Pull request submitted https://github.com/pfsense/pfsense/pull/4339
Updated by Jim Pingle over 4 years ago
- Category set to Console Menu
- Target version set to 2.5.0
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Actions