diff --git a/mariadb.changes b/mariadb.changes index f4dc9a6..01a8571 100644 --- a/mariadb.changes +++ b/mariadb.changes @@ -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 diff --git a/rc.mysql.systemd b/rc.mysql.systemd index 7bb80e6..04e49b7 100644 --- a/rc.mysql.systemd +++ b/rc.mysql.systemd @@ -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