Skip to content

Commit

Permalink
Drop the default file
Browse files Browse the repository at this point in the history
The file is not used by Debian therefore we shouldn't use it too.

(cherry picked from commit 19e71e1)
  • Loading branch information
bjoernricks authored and mergify-bot committed Jun 30, 2021
1 parent ba60dfe commit 7dfe6c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
7 changes: 0 additions & 7 deletions gsad/config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ if (NOT SYSTEMD_SERVICE_DIR)
set (SYSTEMD_SERVICE_DIR "/lib/systemd/system")
endif (NOT SYSTEMD_SERVICE_DIR)

if (NOT DEFAULT_CONFIG_DIR)
set (DEFAULT_CONFIG_DIR "${SYSCONFDIR}/default")
endif (NOT DEFAULT_CONFIG_DIR)

if (NOT LOGROTATE_DIR)
set (LOGROTATE_DIR "${SYSCONFDIR}/logrotate.d")
endif (NOT LOGROTATE_DIR)
Expand All @@ -34,8 +30,5 @@ configure_file (gsad.logrotate.in gsad.logrotate)
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/gsad.service
DESTINATION ${SYSTEMD_SERVICE_DIR}/)

install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/gsad.default
DESTINATION ${DEFAULT_CONFIG_DIR}/ RENAME gsad)

install (FILES ${CMAKE_CURRENT_BINARY_DIR}/gsad.logrotate
DESTINATION ${LOGROTATE_DIR}/ RENAME gsad)
24 changes: 0 additions & 24 deletions gsad/config/gsad.default

This file was deleted.

0 comments on commit 7dfe6c3

Please sign in to comment.