SHA256
1
0
forked from pool/mariadb

- Fix undefined initial status in systemd script (boo #914370)

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=164
This commit is contained in:
Christos Gourdoupis 2015-01-23 19:25:53 +00:00 committed by Git OBS Bridge
parent d617d57d8c
commit 81ede2b5b6
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 23 19:17:09 UTC 2015 - xrigou@otenet.gr
- Fix undefined initial status in systemd script (boo #914370)
-------------------------------------------------------------------
Mon Jan 12 20:29:24 UTC 2015 - xrigou@otenet.gr

View File

@ -86,6 +86,9 @@ rc_reset ()
return 0
}
# First reset status of this service
rc_reset
# Return values acc. to LSB for all commands but status:
# 0 - success
# 1 - generic or unspecified error