systemd: update patch header and comments

(From OE-Core rev: 856f74db0f56e4885af625665f8d85841f198e8d)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-09-09 15:52:54 +00:00 committed by Richard Purdie
parent 1492f43a04
commit a284f6c285
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
Don't install dependency links at install time for the binfmt services, use
[Install] blocks so that they get created when the service is enabled.
[Install] blocks so that they get created when the service is enabled like a
traditional service.
Upstream-Status: Inappropriate(Makefile.am) / Submitted(units/)
The [Install] blocks were rejected upstream as they don't have a way to "enable"
it on install without static symlinks which can't be disabled, only masked. We
however can do that in a postinst.
Upstream-Status: Denied
Signed-off-by: Ross Burton <ross.burton@intel.com>
diff --git a/Makefile.am b/Makefile.am