Do not start opensm on boot automatically on not RH systems. Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> --- opensm/scripts/opensm.init.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opensm/scripts/opensm.init.in b/opensm/scripts/opensm.init.in index 7673bfa..550a0c1 100644 --- a/opensm/scripts/opensm.init.in +++ b/opensm/scripts/opensm.init.in @@ -8,8 +8,8 @@ ### BEGIN INIT INFO # Provides: opensm # Required-Start: $syslog -# Default-Start: -# Default-Stop: 0 1 2 3 5 6 +# Default-Start: none +# Default-Stop: 0 1 6 # Description: Manage OpenSM ### END INIT INFO # -- 1.5.4.rc2.60.gb2e62 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
