mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #27] adduser in install.sh #23
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fzerorubigd on GitHub (Apr 30, 2012).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/27
for add new user you should use useradd command.
adduser in some distro like ubuntu is a link to useradd but in some other (Arch for example) is other tool and install hangs since adduser need user input (but useradd dont need that)
@fzerorubigd commented on GitHub (Apr 30, 2012):
I think the install.sh need a lot of tweak.
If you use --prefix then this make many problems
@msmathers commented on GitHub (Jun 18, 2012):
Thanks very much for your pull request, I knew very little about useradd/adduser... It has been merged in v0.2.7.
@fzerorubigd commented on GitHub (Jun 19, 2012):
its also change the default home page for this user (not /home/log.io, but inside the instalation folder) and also create a system user (so the gdm or any other display manager like kdm ,simply ignore this.)
Its a good idea to inform people to drop old user before upgrade