Revbump pkgs that use tmpfiles.d(5) and/or modules-load.d(5).

This commit is contained in:
Juan RP
2012-10-05 18:45:37 +02:00
parent f197ebe3e7
commit 0c2afe61eb
14 changed files with 17 additions and 22 deletions

View File

@@ -1 +1,4 @@
d /run/httpd 710 root httpd
d /var/log/httpd 755 root httpd
d /srv/httpd 755 root httpd
d /srv/httpd/cgi-bin 755 root httpd

View File

@@ -54,11 +54,6 @@ conf_files="
systemd_services="apache.service on"
make_dirs="
/var/log/httpd 755 root httpd
/srv/httpd 755 root httpd
/srv/httpd/cgi-bin 755 root httpd"
system_accounts="httpd"
httpd_descr="Apache HTTP server"
httpd_homedir="/srv/httpd"