Created
April 17, 2013 09:27
-
-
Save thefloweringash/5402997 to your computer and use it in GitHub Desktop.
ipmitool force disables ipmishell on Darwin. I don't know why. It seems useful to me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/configure b/configure | |
| index bdf6dae..f5b8e8d 100755 | |
| --- a/configure | |
| +++ b/configure | |
| @@ -12347,7 +12347,6 @@ | |
| enable_intf_open=no | |
| enable_intf_lipmi=no | |
| enable_intf_bmc=no | |
| - enable_ipmishell=no | |
| ;; | |
| *freebsd*) | |
| enable_intf_imb=no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment