Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Friedmann <bruno.friedmann@bareos.com>2022-02-02 20:26:00 +0300
committerBruno Friedmann <bruno.friedmann@bareos.com>2022-02-08 15:24:01 +0300
commit89556fdaa98b8f9fc2a51f665d24af33ad9c7a18 (patch)
tree79d62aba513461213e82a6e6fbdddcadd2270138 /.gitignore
parent66707482753f0d9c18587852f20053c9e9e222ee (diff)
scsicrypto postinst packaging integration
- Add function scsicrypto for postinstall in spec and debian. - Add new debian/*.postinst files in .gitignore. - Add instruction in documentation to have scscicrypto enabled at package install time by creating manually the file /etc/bareos/.enable-cap_sys_rawio file. - Move manual setup before not recommended systemd paragraph in documentation. - Dont fail function unset if setcap -r failed due to capabilities not set. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1947b63dd..ee7c4000a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,7 @@ debian/bareos-database-common.postinst
debian/bareos-database-postgresql.dirs
debian/bareos-database-postgresql.install
debian/bareos-database-tools.install
+debian/bareos-database-tools.postinst
debian/bareos-director-python-plugin.install
debian/bareos-director-python-plugins-common.install
debian/bareos-director-python2-plugin.install
@@ -76,7 +77,9 @@ debian/bareos-storage.install
debian/bareos-storage.postinst
debian/bareos-storage.preinst
debian/bareos-storage.service
+debian/bareos-storage-tape.postinst
debian/bareos-tools.install
+debian/bareos-tools.postinst
debian/bareos-traymonitor.install
debian/bareos-traymonitor.postinst
debian/bareos-universal-client.install