summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-01 15:25:46 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-01 15:25:46 +0200
commitbb29785e0df6a7cf07db0259a60bc1f3b4814cb4 (patch)
tree367b7e34264fd5da71137af014c195dcff90fbcb /man
parenta9f470b802f95e6bf42e19ed300dfde63204797d (diff)
general: replace a few uses of /var/run by /run
Diffstat (limited to 'man')
-rw-r--r--man/pam_systemd.xml2
-rw-r--r--man/systemd.xml31
-rw-r--r--man/tmpfiles.d.xml4
3 files changed, 17 insertions, 20 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml
index 43d239f491..11852eb02c 100644
--- a/man/pam_systemd.xml
+++ b/man/pam_systemd.xml
@@ -65,7 +65,7 @@
<orderedlist>
<listitem><para>If it does not exist yet, the
user runtime directory
- <filename>/var/run/user/$USER</filename> is
+ <filename>/run/user/$USER</filename> is
created and its ownership changed to the user
that is logging in.</para></listitem>
diff --git a/man/systemd.xml b/man/systemd.xml
index 5a4c4ab9c5..a7dc4530ed 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -1024,20 +1024,19 @@
<variablelist>
<varlistentry>
- <term><filename>/var/run/systemd/notify</filename></term>
+ <term><filename>/run/systemd/notify</filename></term>
<listitem><para>Daemon status
- notification socket. This is an AF_UNIX
- datagram socket in the Linux abstract
- namespace, and is used to implement
- the daemon notification logic as
- implemented by
+ notification socket. This is an
+ AF_UNIX datagram socket and is used to
+ implement the daemon notification
+ logic as implemented by
<citerefentry><refentrytitle>sd_notify</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para></listitem>
</varlistentry>
<varlistentry>
- <term><filename>/var/run/systemd/logger</filename></term>
+ <term><filename>/run/systemd/logger</filename></term>
<listitem><para>Used internally by the
<filename>systemd-logger.service</filename>
@@ -1045,32 +1044,30 @@
of spawned processes to
<citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>
or the kernel log buffer. This is an
- AF_UNIX stream socket in the Linux
- abstract namespace.</para></listitem>
+ AF_UNIX stream
+ socket.</para></listitem>
</varlistentry>
<varlistentry>
- <term><filename>/var/run/systemd/shutdownd</filename></term>
+ <term><filename>/run/systemd/shutdownd</filename></term>
<listitem><para>Used internally by the
<citerefentry><refentrytitle>shutdown</refentrytitle><manvolnum>8</manvolnum></citerefentry>
tool to implement delayed
shutdowns. This is an AF_UNIX datagram
- socket in the Linux abstract
- namespace.</para></listitem>
+ socket.</para></listitem>
</varlistentry>
<varlistentry>
- <term><filename>/var/run/systemd/private</filename></term>
+ <term><filename>/run/systemd/private</filename></term>
<listitem><para>Used internally as
communication channel between
<citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
and the systemd process. This is an
- AF_UNIX stream socket in the Linux
- abstract namespace. This interface is
- private to systemd and should not be
- used in external
+ AF_UNIX stream socket. This interface
+ is private to systemd and should not
+ be used in external
projects.</para></listitem>
</varlistentry>
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 868b57e935..8568fcd59c 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -58,7 +58,7 @@
<filename>/etc/tmpfiles.d/</filename> to describe the
creation, cleaning and removal of volatile and
temporary files and directories which usually reside
- in directories such as <filename>/var/run</filename>
+ in directories such as <filename>/run</filename>
or <filename>/tmp</filename>. Each configuration file
is named in the style of
<filename>/etc/tmpfiles.d/&lt;program&gt;.conf</filename>.</para>
@@ -72,7 +72,7 @@
fields:</para>
<programlisting>Type Path Mode UID GID Age
-d /var/run/user 0755 root root 10d</programlisting>
+d /run/user 0755 root root 10d</programlisting>
<refsect2>
<title>Type</title>