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

Commits on Apr 2, 2014

  1. Replace sudo in runner scripts with su for greater compatibility

    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.
    Vagabond authored and jaredmorrow committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    37c2a7a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2014

  1. Configuration menu
    Copy the full SHA
    c5ad3b3 View commit details
    Browse the repository at this point in the history