aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bareos/bareos.post-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-06-28 10:27:18 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-06-28 10:27:18 +0000
commitd679b301817b0d4f04db071b8609d67374215955 (patch)
tree55af99830327340f68177895dbe5c1493394502c /testing/bareos/bareos.post-install
parentf58f05903bbee1a2d806f3e33d33bcfcbca183a5 (diff)
testing/bareos: added post-install script
Diffstat (limited to 'testing/bareos/bareos.post-install')
-rw-r--r--testing/bareos/bareos.post-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/bareos/bareos.post-install b/testing/bareos/bareos.post-install
new file mode 100644
index 00000000000..9eb62209963
--- /dev/null
+++ b/testing/bareos/bareos.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+addgroup bareos disk 2>/dev/null
+addgroup bareos tape 2>/dev/null
+addgroup bareos cdrom 2>/dev/null
+addgroup bareos cdrw 2>/dev/null
+
+exit 0