Skip to content

Commit b8007b7

Browse files
committed
remove unused .rootdaemonrc
1 parent b71a7d8 commit b8007b7

4 files changed

Lines changed: 0 additions & 244 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_INSTALL_PREFIX)
638638
PATTERN "notebook/JsMVA" EXCLUDE
639639
PATTERN "system.rootrc" EXCLUDE
640640
PATTERN "system.rootauthrc" EXCLUDE
641-
PATTERN "system.rootdaemonrc" EXCLUDE
642641
PATTERN "root.mimes" EXCLUDE
643642
PATTERN "*.in" EXCLUDE)
644643
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
@@ -570,7 +570,6 @@ execute_Process(COMMAND hostname OUTPUT_VARIABLE BuildNodeInfo OUTPUT_STRIP_TRAI
570570

571571
configure_file(${CMAKE_SOURCE_DIR}/config/rootrc.in ${CMAKE_BINARY_DIR}/etc/system.rootrc @ONLY NEWLINE_STYLE UNIX)
572572
configure_file(${CMAKE_SOURCE_DIR}/config/rootauthrc.in ${CMAKE_BINARY_DIR}/etc/system.rootauthrc @ONLY NEWLINE_STYLE UNIX)
573-
configure_file(${CMAKE_SOURCE_DIR}/config/rootdaemonrc.in ${CMAKE_BINARY_DIR}/etc/system.rootdaemonrc @ONLY NEWLINE_STYLE UNIX)
574573

575574
# file used in TROOT.cxx, not need in include/ dir and not need to install
576575
configure_file(${CMAKE_SOURCE_DIR}/config/RConfigOptions.in ginclude/RConfigOptions.h NEWLINE_STYLE UNIX)
@@ -805,7 +804,6 @@ install(FILES ${CMAKE_BINARY_DIR}/ginclude/RConfigOptions.h
805804
install(FILES ${CMAKE_BINARY_DIR}/etc/root.mimes
806805
${CMAKE_BINARY_DIR}/etc/system.rootrc
807806
${CMAKE_BINARY_DIR}/etc/system.rootauthrc
808-
${CMAKE_BINARY_DIR}/etc/system.rootdaemonrc
809807
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})
810808

811809
endfunction()

config/rootdaemonrc.in

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

man/man1/system.rootdaemonrc.1

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

0 commit comments

Comments
 (0)