Actions
Feature #17843
closedMS dnscmd interpreter won't be found
Description
The dns_nsupdate_main.rb can't work on Windows due to incompatible which usage.
Instead of using
nsupdate = which("nsupdate")
Need to add a cross platform 'which' functionality, this should be applied only to the dns_nsupdate.
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/483 added
Updated by Lukas Zapletal almost 6 years ago
- Status changed from Ready For Testing to Closed
- Triaged changed from No to Yes
- Pull request deleted (
https://github.com/theforeman/smart-proxy/pull/483)
Closing for now, feel free to reopen.
Actions