17 lines
319 B
Text
17 lines
319 B
Text
--- samples/rc.d-spmd.in.orig 2007-07-11 00:59:30 UTC
|
|
+++ samples/rc.d-spmd.in
|
|
@@ -9,11 +9,13 @@
|
|
|
|
. /etc/rc.subr
|
|
|
|
+: ${spmd_enable="NO"}
|
|
+
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
|
|
name="spmd"
|
|
-rcvar=$name
|
|
+rcvar=spmd_enable
|
|
command="@sbindir@/${name}"
|
|
extra_commands="reload"
|
|
pidfile="/var/run/${name}.pid"
|