diff options
| author | Brian Evans <grknight@gentoo.org> | 2019-07-26 08:40:51 -0400 |
|---|---|---|
| committer | Brian Evans <grknight@gentoo.org> | 2019-07-26 08:40:51 -0400 |
| commit | 57f61a80872e0ceb8e89d2a2472e03e65a8f0320 (patch) | |
| tree | 41646a6e04828a3b5967333b308d5bfa494ee10f /dev-db/mysql-init-scripts/files/init.d-supervise-2.3 | |
| parent | e494956cbe13472804eea9be430031ca19d9acad (diff) | |
| download | gentoo-57f61a80872e0ceb8e89d2a2472e03e65a8f0320.tar.gz gentoo-57f61a80872e0ceb8e89d2a2472e03e65a8f0320.tar.bz2 gentoo-57f61a80872e0ceb8e89d2a2472e03e65a8f0320.zip | |
dev-db/mysql-init-scripts: Revbump to fix supervise-daemon syntax change
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-db/mysql-init-scripts/files/init.d-supervise-2.3')
| -rw-r--r-- | dev-db/mysql-init-scripts/files/init.d-supervise-2.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql-init-scripts/files/init.d-supervise-2.3 b/dev-db/mysql-init-scripts/files/init.d-supervise-2.3 index e611995b9a04..d0cbb312ccac 100644 --- a/dev-db/mysql-init-scripts/files/init.d-supervise-2.3 +++ b/dev-db/mysql-init-scripts/files/init.d-supervise-2.3 @@ -121,7 +121,7 @@ start() { # local startup_early_timeout=${STARTUP_EARLY_TIMEOUT:-1000} local tmpnice="${NICE:+"--nicelevel "}${NICE}" local tmpionice="${IONICE:+"--ionice "}${IONICE}" - supervise-daemon \ + supervise-daemon "${SVCNAME}" \ ${DEBUG:+"--verbose"} \ --pidfile "/run/${SVCNAME}.pid" \ ${tmpnice} \ @@ -146,7 +146,7 @@ stop() { ebegin "Stopping $(mysql_svcname)" - supervise-daemon \ + supervise-daemon "${SVCNAME}" \ ${DEBUG:+"--verbose"} \ --stop \ --pidfile "/run/${SVCNAME}.pid" |
