[arch-projects] [initscripts] [GIT] Arch Linux initscripts repository branch master updated. 2012.01.2-2-g762c21b

Tom Gundersen tomegun at archlinux.org
Thu Jan 12 06:12:33 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Arch Linux initscripts repository".

The branch, master has been updated
       via  762c21b995db16fba04bba27414d88ec324f70bb (commit)
      from  fec4ec740946e831e35accedfbd7857af2de6c61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 762c21b995db16fba04bba27414d88ec324f70bb
Author: Dave Reisner <d at falconindy.com>
Date:   Wed Jan 11 20:12:44 2012 -0500

    functions: avoid usage of tac
    
    tac stupidly writes to a tempfile when the input isn't seekable, which
    is true in our case as it's reading from a pipe. Since the whole goal
    here is to avoid using disk, build an array in reverse. For whatever
    reason, Bash truly sucks at doing this from a execution time standpoint,
    but that isn't really a concern here.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>

-----------------------------------------------------------------------

Summary of changes:
 functions |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Arch Linux initscripts repository


More information about the arch-projects mailing list