Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
53e22b81
Commit
53e22b81
authored
8 years ago
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
systemd: add "system" sub directory
parent
3fc9d50a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
.gitignore
.gitignore
+1
-1
Makefile.am
Makefile.am
+2
-2
configure.ac
configure.ac
+1
-1
mpd.service.in
systemd/system/mpd.service.in
+0
-0
mpd.socket
systemd/system/mpd.socket
+0
-0
No files found.
.gitignore
View file @
53e22b81
...
@@ -35,7 +35,7 @@ tags
...
@@ -35,7 +35,7 @@ tags
/mkinstalldirs
/mkinstalldirs
/build
/build
/src/mpd
/src/mpd
/systemd/mpd.service
/systemd/
system/
mpd.service
/stamp-h1
/stamp-h1
/src/dsd2pcm/dsd2pcm
/src/dsd2pcm/dsd2pcm
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
View file @
53e22b81
...
@@ -1449,8 +1449,8 @@ FILTER_LIBS = \
...
@@ -1449,8 +1449,8 @@ FILTER_LIBS = \
if
HAVE_SYSTEMD
if
HAVE_SYSTEMD
systemdsystemunit_DATA
=
\
systemdsystemunit_DATA
=
\
systemd/mpd.socket
\
systemd/
system/
mpd.socket
\
systemd/mpd.service
systemd/
system/
mpd.service
endif
endif
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
53e22b81
...
@@ -1905,7 +1905,7 @@ dnl Generate files
...
@@ -1905,7 +1905,7 @@ dnl Generate files
dnl ---------------------------------------------------------------------------
dnl ---------------------------------------------------------------------------
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(doc/doxygen.conf)
AC_CONFIG_FILES(doc/doxygen.conf)
AC_CONFIG_FILES(systemd/mpd.service)
AC_CONFIG_FILES(systemd/
system/
mpd.service)
AC_OUTPUT
AC_OUTPUT
echo 'MPD is ready for compilation, type "make" to begin.'
echo 'MPD is ready for compilation, type "make" to begin.'
This diff is collapsed.
Click to expand it.
systemd/mpd.service.in
→
systemd/
system/
mpd.service.in
View file @
53e22b81
File moved
This diff is collapsed.
Click to expand it.
systemd/mpd.socket
→
systemd/
system/
mpd.socket
View file @
53e22b81
File moved
This diff is collapsed.
Click to expand it.
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