ck_depends() {
for daemon in "$@"; do
- ck_daemon "$daemon" && start_daemon "$daemon"
+ ck_daemon "$daemon" && start_daemon "$daemon"
done
}
@@ -200,7 +200,7 @@ ck_status() {
status_started
else
status_stopped
- fi
+ fi
}
###############################
@@ -236,7 +236,7 @@ ck_status() {
# shutdown_poweroff: directly before powering off in rc.shutdown
#
# Declare add_hook and run_hook as read-only to prevent overwriting them.
-# Too bad we cannot do the same thing with hook_funcs
+# Too bad we cannot do the same thing with hook_funcs
declare -A hook_funcs
--
1.7.1
06-30-2010, 10:06 PM
Thomas Bächler
Fix whitespace errors I introduced.
If you introduced whitespace errors (or any errors), fix them in the
commits that introduced them, don't do a separate commit fixing them.
07-02-2010, 03:01 AM
Caleb Cushing
Fix whitespace errors I introduced.
On Wed, Jun 30, 2010 at 6:06 PM, Thomas Bächler <thomas@archlinux.org> wrote:
> If you introduced whitespace errors (or any errors), fix them in the
> commits that introduced them, don't do a separate commit fixing them.
++
rebase -i on the remote and flatten squash this patch into the patch
the problem was introduced in.
--
Caleb Cushing
http://xenoterracide.blogspot.com
07-02-2010, 03:41 AM
Victor Lowther
Fix whitespace errors I introduced.
On Thu, 2010-07-01 at 23:01 -0400, Caleb Cushing wrote:
> On Wed, Jun 30, 2010 at 6:06 PM, Thomas Bächler <thomas@archlinux.org> wrote:
> > If you introduced whitespace errors (or any errors), fix them in the
> > commits that introduced them, don't do a separate commit fixing them.
> ++
>
> rebase -i on the remote and flatten squash this patch into the patch
> the problem was introduced in.
/me nods
Just waiting for any other things Thomas wants fixed up.