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

Update to improve Syslog daemon detection. #26

Merged
merged 4 commits into from Aug 31, 2013
Merged

Update to improve Syslog daemon detection. #26

merged 4 commits into from Aug 31, 2013

Commits on Aug 30, 2013

  1. Ignore the files generated by the script

    ♥ Ivan Tam ♥
    ♥ Ivan Tam ♥ committed Aug 30, 2013
  2. Fix usage of `enumerate()`

    We don't need to keep adding 1 to an index var. We can just have
    `enumerate()` start at 1 instead of 0
    ♥ Ivan Tam ♥
    ♥ Ivan Tam ♥ committed Aug 30, 2013
  3. Improve syslog daemon detection

    * No longer need to figure out distro before we decide to run
      `dpkg` or `rpm` to find which version of a daemon we are running
    
    * Add test for replacement method that detects the syslog daemon.
    ♥ Ivan Tam ♥
    ♥ Ivan Tam ♥ committed Aug 30, 2013

Commits on Aug 31, 2013

  1. Merge branch 'master' of github.com:loggly/install-script into ivan-u…

    …pdates
    
    Conflicts:
    	configure-syslog.py
    ♥ Ivan Tam ♥
    ♥ Ivan Tam ♥ committed Aug 31, 2013
You can’t perform that action at this time.