Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: groonga/groonga
base: 25e00feb7777
Choose a base ref
...
head repository: groonga/groonga
compare: 321183e47a01
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 18, 2013

  1. deb: status action return non-zero when services are stopped

    According to [LSB][1], exit code should be non-zero when the services
    are not running.
    
    This fix is useful for automated monitoring or testing.
    
    [1]: http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
    orangain committed Jun 18, 2013
    Copy the full SHA
    1291421 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

  1. Merge pull request #62 from orangain/feature-status-exit-code

    deb: status action return non-zero when services are stopped
    
    exit code of status action should be non-zero when services are not running.
    
    GitHub: #62
    
    Patch by @orangain. Thanks!!!
    kenhys committed Jun 19, 2013
    Copy the full SHA
    321183e View commit details
    Browse the repository at this point in the history