pkgbuild: package_ceph backup /etc/ conf

Issue: https://github.com/bazaah/aur-ceph/issues/9
Backport-from: https://git.st8l.com/luxolus/aur-ceph/commit/50b8266
This commit is contained in:
Bazaah
2022-12-21 16:53:45 +00:00
parent d7a50f6e05
commit 69a91a0627
2 changed files with 8 additions and 0 deletions

View File

@@ -40,6 +40,10 @@ package_ceph-bin() {
'ncurses'
'nss' 'oath-toolkit' 'python'
'snappy' 'sudo' 'systemd-libs' 'lua' 'gawk')
backup=('etc/logrotate.d/ceph'
'etc/udev/rules.d/50-ceph-rbd.rules'
'etc/sysctl.d/90-ceph-osd.conf'
'etc/sudoers.d/90-ceph')
optdepends=('smartmontools: disk monitoring via S.M.A.R.T'
'nvme-cli: disk monitoring for NVMe drives')
provides=("ceph=${pkgver}-${pkgrel}")