Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bsdutils
bsdisks
Commits
f6d61a2baa2f
Commit
77b2740a
authored
Aug 01, 2020
by
Gleb Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install syslog configuration samples.
parent
2477b442526e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
CMakeLists.txt
CMakeLists.txt
+7
-2
No files found.
CMakeLists.txt
View file @
f6d61a2b
...
...
@@ -27,7 +27,6 @@ add_executable(bsdisks
zfsprober.cpp
manageradaptor.cpp
objectmanager.cpp
#camcontrol.cpp
devdthread.cpp
camcontrol.c
...
...
@@ -45,7 +44,6 @@ configure_file(org.freedesktop.UDisks2.service.in org.freedesktop.UDisks2.servic
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/org.freedesktop.UDisks2.service
DESTINATION share/dbus-1/system-services
)
install
(
FILES org.freedesktop.UDisks2.conf
DESTINATION etc/dbus-1/system.d
)
...
...
@@ -54,6 +52,13 @@ install(FILES bsdisks.conf.sample
DESTINATION etc/
)
install
(
FILES bsdisks-syslog.conf.sample
DESTINATION etc/syslog.d/
)
install
(
FILES bsdisks-newsyslog.conf.sample
DESTINATION etc/newsyslog.d/
)
install
(
FILES bsdisks.8
DESTINATION man/man8/
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment