tree-wide: make system_accounts pass xlint

This commit is contained in:
Piotr Wójcik 2021-10-04 21:39:56 +02:00
parent 8c7682c139
commit 2c6e5f19b1
9 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@ changelog="http://www.apache.org/dist/httpd/CHANGES_2.4"
distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2"
checksum=65b965d6890ea90d9706595e4b7b9365b5060bec8ea723449480b4769974133b
system_accounts="_${pkgname}"
system_accounts="_apache"
_apache_homedir="/srv/www/$pkgname"
make_dirs="

View file

@ -25,7 +25,7 @@ build_options="purple pam ldap"
build_options_default="pam"
desc_option_purple="Build with libpurple support"
system_accounts="$pkgname"
system_accounts="bitlbee"
bitlbee_homedir="/var/lib/${pkgname}"
make_dirs="/var/lib/bitlbee 0755 bitlbee bitlbee"

View file

@ -11,7 +11,7 @@ checksum=1d88c395ac79ca9365aa5af71afe4ad136a4ed45099ca398168d4a2014dc0fc2
CFLAGS="$CFLAGS $LDFLAGS"
# Create darkhttpd system user/group
system_accounts="_${pkgname}"
system_accounts="_darkhttpd"
make_dirs="/srv/www/${pkgname} 0755 _${pkgname} _${pkgname}
/var/log/${pkgname} 0755 _${pkgname} _${pkgname}"

View file

@ -17,7 +17,7 @@ checksum=116b7329cebee5dab8ba47ad70feeabd0c91680d9ef68c28e41c34869920d1fe
haproxy_homedir="/var/lib/${pkgname}"
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
conf_files="/etc/${pkgname}/${pkgname}.cfg"
system_accounts="$pkgname"
system_accounts="haproxy"
CFLAGS="-Wno-address-of-packed-member"
do_build() {

View file

@ -23,7 +23,7 @@ distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${vers
checksum=fb953db273daef08edb6e202556cae8a3d07eed6081c96bd9903db957d1084d5
conf_files="/etc/lighttpd/lighttpd.conf"
system_accounts="_${pkgname}"
system_accounts="_lighttpd"
_lighttpd_homedir="/srv/www/${pkgname}"
lib32disabled=yes

View file

@ -15,7 +15,7 @@ homepage="http://www.nethack.org/"
distfiles="https://www.nethack.org/download/${version}/nethack-${version//./}-src.tgz"
checksum=cfde0c3ab6dd7c22ae82e1e5a59ab80152304eb23fb06e3129439271e5643ed2
nocross=yes
system_accounts="$pkgname"
system_accounts="nethack"
do_configure() {
sh sys/unix/setup.sh sys/unix/hints/linux

View file

@ -16,7 +16,7 @@ checksum=7b02691524197e01ba6b1b4b7595b33956e657ba6d5c4cf2fc20ea3f4914c13a
conf_files="/etc/ntpd.conf"
provides="ntp-daemon-0_1"
system_accounts="$pkgname"
system_accounts="openntpd"
alternatives="
ntpd:ntpd:/usr/bin/openntpd
ntpd:ntpd.8:/usr/share/man/man8/openntpd.8

View file

@ -15,7 +15,7 @@ distfiles="https://github.com/getdnsapi/stubby/archive/v${version}.tar.gz"
checksum=8e6a4ba76f04b23612d58813c4998141b0cc6194432d87f8653f3ba5cf64152a
# Create stubby system user/group
system_accounts="_${pkgname}"
system_accounts="_stubby"
_stubby_homedir="/var/lib/${pkgname}"
make_dirs="/var/lib/${pkgname} 0755 _${pkgname} _${pkgname}"

View file

@ -29,7 +29,7 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" rust lua"
fi
system_accounts="$pkgname"
system_accounts="suricata"
conf_files="/etc/${pkgname}/*.* /etc/${pkgname}/rules/*"
CFLAGS="-fcommon"