Merge pull request #3 from eest/openbsd_rcctl

Fix typo: Replace "N0" with "NO".
This commit is contained in:
Jonathan Armani 2014-11-15 13:41:20 +01:00
commit 253d6f9efb

View file

@ -1007,7 +1007,7 @@ class OpenBsdService(Service):
# Depending on the service the string returned from 'status' may be
# either a set of flags or the boolean YES/NO
if status_string == "YES" or status_string == "N0":
if status_string == "YES" or status_string == "NO":
current_flags = ''
else:
current_flags = status_string