Re: [systemd-devel] [PATCH] sysusers.d - fix typo in user definition file

2014-06-20 Thread Lennart Poettering
On Mon, 16.06.14 17:57, Jonathan Boulle (jonathanbou...@gmail.com) wrote:

  sysusers.d/systemd.conf.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks!

Applied!

 
 diff --git a/sysusers.d/systemd.conf.in b/sysusers.d/systemd.conf.in
 index b34a8071aaff..bbdc261620d8 100644
 --- a/sysusers.d/systemd.conf.in
 +++ b/sysusers.d/systemd.conf.in
 @@ -8,7 +8,7 @@
  # The superuser
  u root  0   Super User
 
 -# The nobody use for NFS file systems
 +# The nobody user for NFS file systems
  u nobody65534   Nobody
 
  # Administrator group: can *see* more than normal users
 ___
 systemd-devel mailing list
 systemd-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] sysusers.d - fix typo in user definition file

2014-06-16 Thread Jonathan Boulle
 sysusers.d/systemd.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysusers.d/systemd.conf.in b/sysusers.d/systemd.conf.in
index b34a8071aaff..bbdc261620d8 100644
--- a/sysusers.d/systemd.conf.in
+++ b/sysusers.d/systemd.conf.in
@@ -8,7 +8,7 @@
 # The superuser
 u root  0   Super User

-# The nobody use for NFS file systems
+# The nobody user for NFS file systems
 u nobody65534   Nobody

 # Administrator group: can *see* more than normal users
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel