Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
7ebdfc93
Commit
7ebdfc93
authored
Mar 31, 2011
by
Lennart Poettering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-sys: create a number of drop-in config dirs
parent
da19d5c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Makefile.am
Makefile.am
+7
-0
TODO
TODO
+5
-0
No files found.
Makefile.am
View file @
7ebdfc93
...
@@ -1229,6 +1229,13 @@ CLEANFILES += \
...
@@ -1229,6 +1229,13 @@ CLEANFILES += \
$(dbusinterface_DATA)
$(dbusinterface_DATA)
install-data-hook
:
install-data-hook
:
$(MKDIR_P)
-m
0755
\
$(DESTDIR)$(sysconfdir)
/modules-load.d
\
$(DESTDIR)$(tmpfilesdir)
\
$(DESTDIR)$(sysconfdir)
/sysctl.d
\
$(DESTDIR)$(systemshutdowndir)
\
$(DESTDIR)$(systemgeneratordir)
\
$(DESTDIR)$(usergeneratordir)
$(MKDIR_P)
-m
0755
\
$(MKDIR_P)
-m
0755
\
$(DESTDIR)$(systemunitdir)
\
$(DESTDIR)$(systemunitdir)
\
$(DESTDIR)$(userunitdir)
\
$(DESTDIR)$(userunitdir)
\
...
...
TODO
View file @
7ebdfc93
...
@@ -29,8 +29,13 @@ F15:
...
@@ -29,8 +29,13 @@ F15:
* ConditionDirectoryNotEmpty= needs to be documented
* ConditionDirectoryNotEmpty= needs to be documented
* add /etc/modules-load.d to rpm
Features:
Features:
* tmpfiles should allow two identical lines
https://bugzilla.redhat.com/show_bug.cgi?id=690253
* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
* document default dependencies
* document default dependencies
...
...
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