[systemd-devel] [PATCH] man: systemd.unit: fix volatile path

2013-07-27 Thread Brandon Philips
The volatile path was '/run/systemd/systemd' when it should be
'/run/systemd/system'. Fix.
---
 man/systemd.unit.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index f6a0791..2f65ec6 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -285,7 +285,7 @@
 entryLocal configuration/entry
   /row
   row
-
entryfilename/run/systemd/systemd/filename/entry
+entryfilename/run/systemd/system/filename/entry
 entryVolatile units/entry
   /row
   row
-- 
1.7.12.4
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] man: systemd.unit: fix volatile path

2013-07-27 Thread Brandon Philips
Attaching the patch since I don't have a mail client at the moment
that can keep itself from breaking patches.

On Sat, Jul 27, 2013 at 9:55 AM, Brandon Philips bran...@ifup.co wrote:
 The volatile path was '/run/systemd/systemd' when it should be
 '/run/systemd/system'. Fix.
 ---
  man/systemd.unit.xml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
 index f6a0791..2f65ec6 100644
 --- a/man/systemd.unit.xml
 +++ b/man/systemd.unit.xml
 @@ -285,7 +285,7 @@
  entryLocal configuration/entry
/row
row
 -
 entryfilename/run/systemd/systemd/filename/entry
 +
 entryfilename/run/systemd/system/filename/entry
  entryVolatile units/entry
/row
row
 --
 1.7.12.4


0001-man-systemd.unit-fix-volatile-path.patch
Description: Binary data
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] man: systemd.unit: fix volatile path

2013-07-27 Thread Kay Sievers
On Sat, Jul 27, 2013 at 6:58 PM, Brandon Philips bran...@ifup.co wrote:
 Attaching the patch since I don't have a mail client at the moment
 that can keep itself from breaking patches.

No problem, attachments are totally fine on this list.

Applied.

Thanks,
Kay
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel