mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
- many fixes in APKBUILD - add perl as dependency, because some scripts use it - add bat subpackage (qt administration tool) - remove conf.d files because they are obsolete and incorrect - rewrite init.d scripts
10 lines
187 B
Bash
10 lines
187 B
Bash
#!/bin/sh
|
|
|
|
addgroup bareos disk 2>/dev/null
|
|
addgroup bareos tape 2>/dev/null
|
|
addgroup bareos cdrw 2>/dev/null
|
|
addgroup bareos cdrom 2>/dev/null
|
|
addgroup bareos floppy 2>/dev/null
|
|
|
|
exit 0
|