OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_69-1-g5dddb87

Gerrit Code Review gerrit@openafs.org
Tue, 19 Jan 2010 17:52:53 -0800 (PST)


The following commit has been merged in the master branch:
commit 5dddb87eb362c824dee4b0340a95ca929c71d26f
Author: Russ Allbery <rra@stanford.edu>
Date:   Tue Jan 19 17:43:35 2010 -0800

    Avoid executable headers in local include tree
    
    sys_prototypes.h, afs_AdminErrors.h, and afs_Admin.h were being installed
    into include/ in the build tree via ${INSTALL} instead of ${INSTALL_DATA}.
    rx_prototypes.h was executable in the repository.  Install header files
    non-executable and make rx_prototypes.h non-executable for cleanliness.
    
    Discovered by Lintian because the executable permissions were duplicated
    by make libafs_tree.
    
    Change-Id: I609b62f69d1fecc2cdbba7e7442d93e9675c2fa0
    Reviewed-on: http://gerrit.openafs.org/1129
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/libadmin/Makefile.in           |    2 +-
 src/libadmin/adminutil/Makefile.in |    2 +-
 src/sys/Makefile.in                |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository