From f82226cf8a9f09099557ef344dce60b7d4d6f663 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 30 Mar 2020 20:25:48 -0700 Subject: catalyst: Remove references to spind spind was deleted from livecd-tools in 2011. See: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=7d4d363bae7313e46de960a45888907059b0f2d6 Signed-off-by: Matt Turner --- examples/livecd-stage2_template.spec | 2 +- examples/stage4_template.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index fe9b36e7..0c45bd67 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -188,7 +188,7 @@ livecd/modblacklist: # This is for adding init scripts to runlevels. The syntax for the init script # is the script name, followed by a pipe, followed by the runlevel in which you -# want the script to run. It looks like spind|default and is space delimited. +# want the script to run. It looks like acpid|default and is space delimited. # We do not use this on the official media, as catalyst sets up the runlevels # correctly for us. Since we do not use this, it is left blank below. # This option will automatically create missing runlevels diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec index fe394f3e..f3531f90 100644 --- a/examples/stage4_template.spec +++ b/examples/stage4_template.spec @@ -148,7 +148,7 @@ stage4/modblacklist: # This is for adding init scripts to runlevels. The syntax for the init script # is the script name, followed by a pipe, followed by the runlevel in which you -# want the script to run. It looks like spind|default and is space delimited. +# want the script to run. It looks like acpid|default and is space delimited. # We do not use this on the official media, as catalyst sets up the runlevels # correctly for us. Since we do not use this, it is left blank below. # example: -- cgit v1.2.3-65-gdbad