diff options
author | Sam James <sam@gentoo.org> | 2024-02-29 00:27:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-29 00:27:48 +0000 |
commit | 6f292c815f3656e78702d02fa17cb173c473d7aa (patch) | |
tree | 8d9d3f75afc76d0f57c29e9b2183a7f40873cfc1 /dev-db/mysql-init-scripts/files | |
parent | app-emulation/xen-tools: update init.d for nfsmount removal (diff) | |
download | gentoo-6f292c815f3656e78702d02fa17cb173c473d7aa.tar.gz gentoo-6f292c815f3656e78702d02fa17cb173c473d7aa.tar.bz2 gentoo-6f292c815f3656e78702d02fa17cb173c473d7aa.zip |
dev-db/mysql-init-scripts: update init.d for nfsmount removal
Bug: https://bugs.gentoo.org/925459
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mysql-init-scripts/files')
-rw-r--r-- | dev-db/mysql-init-scripts/files/conf.d-2.0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql-init-scripts/files/conf.d-2.0 b/dev-db/mysql-init-scripts/files/conf.d-2.0 index cecb9a940f14..843b6fe93095 100644 --- a/dev-db/mysql-init-scripts/files/conf.d-2.0 +++ b/dev-db/mysql-init-scripts/files/conf.d-2.0 @@ -63,7 +63,7 @@ STOP_TIMEOUT=120 # Or from NFS? P.S. This is not a good idea in most cases, but does have some # valid usage cases, so we provide the option. -#rc_need="nfsmount" +#rc_need="nfsclient" # Should any one of the instances satisfy the requirement for MySQL coming up? # By default, we say no. |