aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc/setproctitle-info-not-warn.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/lxc/setproctitle-info-not-warn.patch')
-rw-r--r--main/lxc/setproctitle-info-not-warn.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/lxc/setproctitle-info-not-warn.patch b/main/lxc/setproctitle-info-not-warn.patch
deleted file mode 100644
index 5e7272c20e..0000000000
--- a/main/lxc/setproctitle-info-not-warn.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-### If you want the fancy proctitles, then you need to enable
-### CONFIG_CHECKPOINT_RESTORE in your kernel.
---- a/src/lxc/utils.c
-+++ b/src/lxc/utils.c
-@@ -1458,7 +1458,7 @@ int setproctitle(char *title)
- if (ret == 0)
- strcpy((char*)arg_start, title);
- else
-- SYSERROR("setting cmdline failed");
-+ INFO("setting cmdline failed - %s", strerror(errno));
-
- return ret;
- }