From: William Giokas <1007380@gmail.com>
Date: Wed, 13 Feb 2013 20:49:24 +0000 (-0600)
Subject: man: bootchart: change /var/log to /run/log
X-Git-Tag: v198~244
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895aeb27795c00f365ce3b30b1dca549b4f5468e;p=thirdparty%2Fsystemd.git
man: bootchart: change /var/log to /run/log
As of [1], bootchart stores files in /run/log, not /var/log, by default.
[1] f2f85884caac671da84256acb44148df9a4dca70
---
diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml
index 419554e2d17..fb6e274492f 100644
--- a/man/bootchart.conf.xml
+++ b/man/bootchart.conf.xml
@@ -109,7 +109,7 @@
output=[path]Configures the output folder for writing
the graphs. By default, bootchart writes the graphs to
- /var/log.
+ /run/log.
diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml
index 75341100f9b..a3fea05b5c0 100644
--- a/man/systemd-bootchart.xml
+++ b/man/systemd-bootchart.xml
@@ -138,7 +138,7 @@
Configures the output folder for writing
the graphs. By default, bootchart writes the graphs to
- /var/log.
+ /run/log.
diff --git a/src/bootchart/README b/src/bootchart/README
index a209caf46bc..03b0fe95ee4 100644
--- a/src/bootchart/README
+++ b/src/bootchart/README
@@ -18,7 +18,7 @@ where possible problems exist in the startup sequence of the system.
Of course, bootchart can also be used at any moment in time to collect and
graph some data for an amount of time. Bootchart does not even require root
privileges to do so, and will happily run as a normal user. Bootchart graphs
-are by default written time-stamped in /var/log.
+are by default written time-stamped in /run/log.
--
diff --git a/src/bootchart/bootchart.conf b/src/bootchart/bootchart.conf
index fa1a09bd0a0..079750436ab 100644
--- a/src/bootchart/bootchart.conf
+++ b/src/bootchart/bootchart.conf
@@ -12,7 +12,7 @@
#freq=25
#rel=0
#filter=1
-#output=
+#output=
#init=/path/to/init-binary
#pss=0
#entropy=0
diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c
index d7c4168d57a..6ad7348ecbe 100644
--- a/src/bootchart/svg.c
+++ b/src/bootchart/svg.c
@@ -98,7 +98,7 @@ static void svg_header(void)
svg("\n");
svg("\n");
svg("\n");
- svg("\n\n");
+ svg("\n\n");
svg("\n", VERSION);
svg("\n", hz, len);