--- opensm.init.d.orig 2012-04-18 20:45:30.000000000 +0400 +++ opensm.init.d 2014-12-27 03:38:46.527576847 +0300 @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/files/opensm.init.d,v 1.2 2012/04/18 16:45:30 alexxy Exp $ @@ -12,7 +12,7 @@ start() { ebegin "Starting OpenSM Infiniband Subnet Manager" - start-stop-daemon --start --background --exec $prog -- $OPTIONS + start-stop-daemon --start --background --exec $prog -- $OSM_OPTIONS eend $? }