On Tue, Jul 12, 2011 at 6:10 PM, Kurt J. Bosch <[email protected]> wrote: > A fix for the merged stuff, some little improvements and a bit of cosmetics.
Merged most of this stuff. Except for what I noted below: > Kurt J. Bosch (13): > rc.sysinit: fixup fsck refactoring > functions: Use ck_autostart in stop_all_daemons() > functions: Make in_array() non DAEMONS specific > rc.sysinit: Fix /tmp/.* pattern > functions/rc.sysinit: Refactor 'Removing Leftover Files' code > rc.single: Call remove_leftover() when going single-user > functions: Catch and report all errors in remove_leftover() As discussed before, I think this is too clever. As much as possible, I want the meaning of our code to be obvious even to someone who are not familiar with bash. > functions: Refactor set_consolefont() > functions: Correct set_consolefont() indentation I don't see that these last two patches are making an improvement, so dropped them. > functions: Remove useless '$' within '(( ))' > functions: Unify whitespace inside '(( ))' > Fix/unify quoting > functions: Cosmetics: Refactor usage of local daemon variables > > functions | 97 +++++++++++++++++++++++++++++++++++------------------------ > rc.single | 3 ++ > rc.sysinit | 23 ++++---------- > 3 files changed, 67 insertions(+), 56 deletions(-) Thanks! Tom
