[systemd-devel] [PATCH] tmpfiles: Remove unnecessary blank line when configured with --disable-resolved

2015-02-02 Thread Sangjung Woo
This patch removes unnecessary blank line in /usr/lib/tmpfiles.d/etc.conf when configured with --disable-resolved. (i.e. ENABLE_RESOLVED is not defined) Signed-off-by: Sangjung Woo sangjung@samsung.com --- tmpfiles.d/etc.conf.m4 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[systemd-devel] [PATCH] core: mount only 4 partition in mount_setup_early()

2014-08-06 Thread Sangjung Woo
systemd doesn't mount smackfs if systemd was compiled without Smack support. However, the number of mount point entry in mount_setup_early() (i.e. N_EARLY_MOUNT) is 5 since smackfs is included. N_EARLY_MOUNT should be 4 because currently smackfs is optional. Signed-off-by: Sangjung Woo sangjung

[systemd-devel] [PATCH 1/1] RFC: Set the Default OOM Score from configuration file

2013-04-27 Thread Sangjung Woo
oom_score_adj as declared value as before. Signed-off-by: Sangjung Woo again4...@gmail.com --- src/core/main.c |8 src/core/system.conf |1 + src/core/user.conf |1 + 3 files changed, 10 insertions(+) diff --git a/src/core/main.c b/src/core/main.c index 22cec4e..e8bb015