Skip to content

Commit 32cd673

Browse files
committed
remove unused .rootauthrc
1 parent b8007b7 commit 32cd673

3 files changed

Lines changed: 0 additions & 138 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,6 @@ if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_INSTALL_PREFIX)
637637
${DIR_PERMISSIONS}
638638
PATTERN "notebook/JsMVA" EXCLUDE
639639
PATTERN "system.rootrc" EXCLUDE
640-
PATTERN "system.rootauthrc" EXCLUDE
641640
PATTERN "root.mimes" EXCLUDE
642641
PATTERN "*.in" EXCLUDE)
643642
install(DIRECTORY fonts/ DESTINATION ${CMAKE_INSTALL_FONTDIR} ${DIR_PERMISSIONS})

cmake/modules/RootConfiguration.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ install(FILES ${CMAKE_BINARY_DIR}/ginclude/RConfigure.h DESTINATION ${CMAKE_INST
569569
execute_Process(COMMAND hostname OUTPUT_VARIABLE BuildNodeInfo OUTPUT_STRIP_TRAILING_WHITESPACE )
570570

571571
configure_file(${CMAKE_SOURCE_DIR}/config/rootrc.in ${CMAKE_BINARY_DIR}/etc/system.rootrc @ONLY NEWLINE_STYLE UNIX)
572-
configure_file(${CMAKE_SOURCE_DIR}/config/rootauthrc.in ${CMAKE_BINARY_DIR}/etc/system.rootauthrc @ONLY NEWLINE_STYLE UNIX)
573572

574573
# file used in TROOT.cxx, not need in include/ dir and not need to install
575574
configure_file(${CMAKE_SOURCE_DIR}/config/RConfigOptions.in ginclude/RConfigOptions.h NEWLINE_STYLE UNIX)
@@ -803,7 +802,6 @@ install(FILES ${CMAKE_BINARY_DIR}/ginclude/RConfigOptions.h
803802

804803
install(FILES ${CMAKE_BINARY_DIR}/etc/root.mimes
805804
${CMAKE_BINARY_DIR}/etc/system.rootrc
806-
${CMAKE_BINARY_DIR}/etc/system.rootauthrc
807805
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})
808806

809807
endfunction()

config/rootauthrc.in

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)