[arch-projects] [initscripts] [PATCH] FS#26726 error message should say 'Daemon' instead of 'Dameon' Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
--- rc.d | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rc.d b/rc.d index 3f2835e..aed2e42 100755 --- a/rc.d +++ b/rc.d @@ -36,7 +36,7 @@ filter_daemons() { for daemon in "${daemons[@]}"; do # check if daemons is valid if ! have_daemon "$daemon"; then - printf "${C_FAIL}:: ${C_DONE}Dameon script ${C_FAIL}${daemon}${C_DONE} does \ + printf "${C_FAIL}:: ${C_DONE}Daemon script ${C_FAIL}${daemon}${C_DONE} does \ not exist or is not executable.${C_CLEAR}\n" >&2 exit 2 fi -- 1.7.7.2
On Sat, Nov 05, 2011 at 08:46:01PM +0100, Jelle van der Waa wrote:
--- rc.d | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Insane commit message :) Apart from that, +1...
diff --git a/rc.d b/rc.d index 3f2835e..aed2e42 100755 --- a/rc.d +++ b/rc.d @@ -36,7 +36,7 @@ filter_daemons() { for daemon in "${daemons[@]}"; do # check if daemons is valid if ! have_daemon "$daemon"; then - printf "${C_FAIL}:: ${C_DONE}Dameon script ${C_FAIL}${daemon}${C_DONE} does \ + printf "${C_FAIL}:: ${C_DONE}Daemon script ${C_FAIL}${daemon}${C_DONE} does \ not exist or is not executable.${C_CLEAR}\n" >&2 exit 2 fi -- 1.7.7.2
Am 05.11.2011 20:50, schrieb Lukas Fleischer:
On Sat, Nov 05, 2011 at 08:46:01PM +0100, Jelle van der Waa wrote:
--- rc.d | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Insane commit message :) Apart from that, +1...
Yes, you need one completely blank line after the first one.
Thanks. Applied. On Sun, Nov 6, 2011 at 3:46 AM, Jelle van der Waa <jelle@vdwaa.nl> wrote:
--- rc.d | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rc.d b/rc.d index 3f2835e..aed2e42 100755 --- a/rc.d +++ b/rc.d @@ -36,7 +36,7 @@ filter_daemons() { for daemon in "${daemons[@]}"; do # check if daemons is valid if ! have_daemon "$daemon"; then - printf "${C_FAIL}:: ${C_DONE}Dameon script ${C_FAIL}${daemon}${C_DONE} does \ + printf "${C_FAIL}:: ${C_DONE}Daemon script ${C_FAIL}${daemon}${C_DONE} does \ not exist or is not executable.${C_CLEAR}\n" >&2 exit 2 fi -- 1.7.7.2
participants (4)
-
Jelle van der Waa
-
Lukas Fleischer
-
Thomas Bächler
-
Tom Gundersen