Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autofs: uprev it to 5.1.0 | Roy Li | 2014-08-21 | 1 | -47/+0 |
| | | | | | | | | | | 1. Uprev it to 5.1.0, add remove the unneed patches 2. fix a building failure since not include stdarg.h 3. using pkg-config to check xml and krb5 4. force STRIP to empty to not strip the file Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | autofs: correct QA issues with orphaned systemd files | Joe MacDonald | 2013-11-04 | 1 | -0/+47 |
If we build a project without systemd support on a system that has systemd enabled, the following QA items get flagged: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/autofs.service Trying to keep the solution to the problem as contained as possible in a way that may be accepted up-stream by adding an optional parameter to the --with-systemd flag. Signed-off-by: Joe MacDonald <joe@deserted.net> |