From 9a61e40911e05c4720a6217c11dfdfb2f3083d26 Mon Sep 17 00:00:00 2001 From: Frank Benkstein Date: Mon, 17 Sep 2007 23:53:34 +0200 Subject: [PATCH] rename after to succeeds and before to preceeds in scripts/moduls --- modules/new.c | 2 +- modules/nosysrq.c | 2 +- scripts/hibernate.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/new.c b/modules/new.c index 7cce7ad..ac02401 100644 --- a/modules/new.c +++ b/modules/new.c @@ -27,7 +27,7 @@ #include "vlock_plugin.h" -const char *before[] = { "all", NULL }; +const char *preceeds[] = { "all", NULL }; const char *requires[] = { "all", NULL }; /* name of the virtual console device */ diff --git a/modules/nosysrq.c b/modules/nosysrq.c index 794e8da..f1db652 100644 --- a/modules/nosysrq.c +++ b/modules/nosysrq.c @@ -19,7 +19,7 @@ #include "vlock_plugin.h" -const char *before[] = { "new", "all", NULL }; +const char *preceeds[] = { "new", "all", NULL }; const char *depends[] = { "all", NULL }; #define SYSRQ_PATH "/proc/sys/kernel/sysrq" diff --git a/scripts/hibernate.sh b/scripts/hibernate.sh index 199b7e7..f35cbeb 100644 --- a/scripts/hibernate.sh +++ b/scripts/hibernate.sh @@ -35,7 +35,7 @@ case "$1" in conflicts) echo "new" ;; - before) + preceeds) echo "all" ;; *) -- 2.11.4.GIT