diff options
author | Sam James <sam@gentoo.org> | 2023-03-29 17:56:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-29 20:44:06 +0100 |
commit | 501b76c96d8f022c4445bc8ec3c4451983ed7f90 (patch) | |
tree | 9c9975ff73e49bf635862071831c63059daffb35 /app-backup/bacula | |
parent | app-eselect/eselect-unison: fix typo (diff) | |
download | gentoo-501b76c96d8f022c4445bc8ec3c4451983ed7f90.tar.gz gentoo-501b76c96d8f022c4445bc8ec3c4451983ed7f90.tar.bz2 gentoo-501b76c96d8f022c4445bc8ec3c4451983ed7f90.zip |
app-backup/bacula: fix typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup/bacula')
-rw-r--r-- | app-backup/bacula/bacula-11.0.6-r2.ebuild | 4 | ||||
-rw-r--r-- | app-backup/bacula/bacula-13.0.1.ebuild | 4 | ||||
-rw-r--r-- | app-backup/bacula/bacula-13.0.2.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-backup/bacula/bacula-11.0.6-r2.ebuild b/app-backup/bacula/bacula-11.0.6-r2.ebuild index 785ae94c4709..89ef6aa3463e 100644 --- a/app-backup/bacula/bacula-11.0.6-r2.ebuild +++ b/app-backup/bacula/bacula-11.0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -338,7 +338,7 @@ src_install() { cp "${FILESDIR}/${script}".confd "${T}/${script}".confd || die "failed to copy ${script}.confd" cp "${FILESDIR}/newscripts/${script}".initd "${T}/${script}".initd || die "failed to copy ${script}.initd" - # now set the database dependancy for the director init script + # now set the database dependency for the director init script case "${script}" in bacula-dir) case "${mydbtype}" in diff --git a/app-backup/bacula/bacula-13.0.1.ebuild b/app-backup/bacula/bacula-13.0.1.ebuild index 37b6baa2b2cb..ad270ef3da0a 100644 --- a/app-backup/bacula/bacula-13.0.1.ebuild +++ b/app-backup/bacula/bacula-13.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -340,7 +340,7 @@ src_install() { cp "${FILESDIR}/${script}".confd "${T}/${script}".confd || die "failed to copy ${script}.confd" cp "${FILESDIR}/newscripts/${script}".initd "${T}/${script}".initd || die "failed to copy ${script}.initd" - # now set the database dependancy for the director init script + # now set the database dependency for the director init script case "${script}" in bacula-dir) case "${mydbtype}" in diff --git a/app-backup/bacula/bacula-13.0.2.ebuild b/app-backup/bacula/bacula-13.0.2.ebuild index 758f433d3c7e..ad270ef3da0a 100644 --- a/app-backup/bacula/bacula-13.0.2.ebuild +++ b/app-backup/bacula/bacula-13.0.2.ebuild @@ -340,7 +340,7 @@ src_install() { cp "${FILESDIR}/${script}".confd "${T}/${script}".confd || die "failed to copy ${script}.confd" cp "${FILESDIR}/newscripts/${script}".initd "${T}/${script}".initd || die "failed to copy ${script}.initd" - # now set the database dependancy for the director init script + # now set the database dependency for the director init script case "${script}" in bacula-dir) case "${mydbtype}" in |