jubalskaggs / neatx

Automatically exported from code.google.com/p/neatx
0 stars 0 forks source link

Error in documentation file: INSTALL #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps written in current SVN version are wrong in this part:

  - Create a 'nx' user with the shell set to the path to
    /usr/local/lib/neatx/nxserver-login-wrapper
    Debian/ubuntu example:
      install -d -o nx /usr/local/var/lib/neatx/home
      useradd --system -d /usr/local/var/lib/neatx/home -s \
      /usr/local/lib/neatx/nxserver-login-wrapper nx

As you have to create the user first and then do the install:
      useradd --system -d /usr/local/var/lib/neatx/home -s \
      /usr/local/lib/neatx/nxserver-login-wrapper nx
      install -d -o nx /usr/local/var/lib/neatx/home

Patch against INSTALL is attached. 

Original issue reported on code.google.com by vlatko.k...@gmail.com on 23 Jul 2009 at 11:07

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting this, it can actually be simplified slightly further, 
patch out 
for review to fix this.

Original comment by kormat on 23 Jul 2009 at 5:42

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/neatx/source/detail?r=27 committed to fix this.

Original comment by kormat on 27 Jul 2009 at 9:31