Revbump pkgs that use tmpfiles.d(5) and/or modules-load.d(5).
This commit is contained in:
parent
f197ebe3e7
commit
0c2afe61eb
14 changed files with 17 additions and 22 deletions
|
@ -1 +1,4 @@
|
||||||
d /run/httpd 710 root httpd
|
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
|
||||||
|
|
|
@ -54,11 +54,6 @@ conf_files="
|
||||||
|
|
||||||
systemd_services="apache.service on"
|
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"
|
system_accounts="httpd"
|
||||||
httpd_descr="Apache HTTP server"
|
httpd_descr="Apache HTTP server"
|
||||||
httpd_homedir="/srv/httpd"
|
httpd_homedir="/srv/httpd"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cyrus-sasl'
|
# Template file for 'cyrus-sasl'
|
||||||
pkgname=cyrus-sasl
|
pkgname=cyrus-sasl
|
||||||
version=2.1.23
|
version=2.1.23
|
||||||
revision=9
|
revision=10
|
||||||
wrksrc="cyrus-sasl-${version}"
|
wrksrc="cyrus-sasl-${version}"
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
depends="cyrus-sasl-modules>=${version}_${revision}"
|
depends="cyrus-sasl-modules>=${version}_${revision}"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ecryptfs-utils'
|
# Template file for 'ecryptfs-utils'
|
||||||
pkgname=ecryptfs-utils
|
pkgname=ecryptfs-utils
|
||||||
version=100
|
version=100
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
subpackages="libecryptfs libecryptfs-devel ${pkgname}-python"
|
subpackages="libecryptfs libecryptfs-devel ${pkgname}-python"
|
||||||
configure_args="--with-pamdir=/usr/lib/security --enable-gpg --enable-gui"
|
configure_args="--with-pamdir=/usr/lib/security --enable-gpg --enable-gui"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.6.0
|
version=3.6.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-static
|
configure_args="--disable-schemas-compile --disable-static
|
||||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||||
|
@ -35,7 +35,6 @@ long_desc="
|
||||||
|
|
||||||
subpackages="libgdm gdm-devel"
|
subpackages="libgdm gdm-devel"
|
||||||
|
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/gdm/custom.conf
|
/etc/gdm/custom.conf
|
||||||
/etc/pam.d/gdm
|
/etc/pam.d/gdm
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
d /var/run/nscd 0755 root root -
|
d /var/run/nscd 0755 root root -
|
||||||
|
d /var/db/nscd 0755 root root -
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'nscd'.
|
# Template file for 'nscd'.
|
||||||
#
|
#
|
||||||
systemd_services="nscd.service on"
|
systemd_services="nscd.service on"
|
||||||
make_dirs="/var/db/nscd 0755 root root"
|
|
||||||
conf_files="/etc/nscd.conf"
|
conf_files="/etc/nscd.conf"
|
||||||
short_desc="Name Service Cache Daemon"
|
short_desc="Name Service Cache Daemon"
|
||||||
long_desc="
|
long_desc="
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
_majorver=2.16
|
_majorver=2.16
|
||||||
version=${_majorver}.0
|
version=${_majorver}.0
|
||||||
revision=8
|
revision=9
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/libc"
|
homepage="http://www.gnu.org/software/libc"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mysql'
|
# Template file for 'mysql'
|
||||||
pkgname=mysql
|
pkgname=mysql
|
||||||
version=5.5.27
|
version=5.5.27
|
||||||
revision=1
|
revision=2
|
||||||
depends="mysql-client"
|
depends="mysql-client"
|
||||||
makedepends="perl cmake bison zlib-devel ncurses-devel openssl-devel readline-devel"
|
makedepends="perl cmake bison zlib-devel ncurses-devel openssl-devel readline-devel"
|
||||||
short_desc="The world's most popular open source database"
|
short_desc="The world's most popular open source database"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nvidia'
|
# Template file for 'nvidia'
|
||||||
pkgname=nvidia
|
pkgname=nvidia
|
||||||
version=304.51
|
version=304.51
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="NVIDIA drivers for linux"
|
short_desc="NVIDIA drivers for linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Propietary NVIDIA license"
|
license="Propietary NVIDIA license"
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
# Required directories at runtime by samba.
|
# Required directories at runtime by samba.
|
||||||
d /run/samba/socket 0755 root root - -
|
d /run/samba/socket 0755 root root - -
|
||||||
|
d /etc/samba/private 0700 root root - -
|
||||||
|
d /var/samba 0750 root root - -
|
||||||
|
d /var/spool/samba 1777 root root - -
|
||||||
|
d /var/log/samba 0750 root root - -
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=3.6.8
|
version=3.6.8
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=source3
|
build_wrksrc=source3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
||||||
|
@ -37,12 +37,6 @@ nmbd.service off
|
||||||
smbd.service off
|
smbd.service off
|
||||||
winbindd.service off"
|
winbindd.service off"
|
||||||
|
|
||||||
make_dirs="
|
|
||||||
/etc/samba/private 0700 root root
|
|
||||||
/var/samba 0750 root root
|
|
||||||
/var/spool/samba 1777 root root
|
|
||||||
/var/log/samba 0750 root root"
|
|
||||||
|
|
||||||
conf_files="/etc/samba/smb.conf /etc/pam.d/samba"
|
conf_files="/etc/samba/smb.conf /etc/pam.d/samba"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=virtualbox-ose
|
pkgname=virtualbox-ose
|
||||||
_vbox_distver=4.2.0
|
_vbox_distver=4.2.0
|
||||||
version=${_vbox_distver}
|
version=${_vbox_distver}
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="VirtualBox-${version}"
|
wrksrc="VirtualBox-${version}"
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
depends="virtualbox-ose-dkms>=4.1.16 hicolor-icon-theme desktop-file-utils"
|
depends="virtualbox-ose-dkms>=4.1.16 hicolor-icon-theme desktop-file-utils"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wpa_supplicant'
|
# Template file for 'wpa_supplicant'
|
||||||
pkgname=wpa_supplicant
|
pkgname=wpa_supplicant
|
||||||
version=1.0
|
version=1.0
|
||||||
revision=3
|
revision=4
|
||||||
build_wrksrc=$pkgname
|
build_wrksrc=$pkgname
|
||||||
makedepends="pkg-config libnl3-devel openssl-devel dbus-devel readline-devel"
|
makedepends="pkg-config libnl3-devel openssl-devel dbus-devel readline-devel"
|
||||||
conf_files="/etc/${pkgname}.conf"
|
conf_files="/etc/${pkgname}.conf"
|
||||||
|
|
Loading…
Reference in a new issue