Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace sudo in runner scripts with su for greater compatibility #126

Merged
merged 2 commits into from
Apr 3, 2014

Conversation

jaredmorrow
Copy link
Contributor

Fixes: #125

This has been a much needed change for a long time. Requiring
sudo made for unhappy admin's and difficulty supporting all
OS's equally. This also removes the need to install sudo on
OS's that don't typically ship with it, FreeBSD, Solaris, etc.

In addition this fix makes the tail command used several times
so that it works on solaris without using xpg4's tail.

Fixes: #125

This has been a much needed change for a long time.  Requiring
sudo made for unhappy admin's and difficulty supporting all
OS's equally.  This also removes the need to install sudo on
OS's that don't typically ship with it, FreeBSD, Solaris, etc.

In addition this fix makes the `tail` command used several times
so that it works on solaris without using xpg4's tail.
jaredmorrow added a commit that referenced this pull request Apr 3, 2014
Replace sudo in runner scripts with su for greater compatibility
@jaredmorrow jaredmorrow merged commit b02d408 into develop Apr 3, 2014
@jaredmorrow jaredmorrow deleted the adt-rm-sudo branch April 3, 2014 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace sudo with su to drop privileges
2 participants