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,2 +1,6 @@
# Required directories at runtime by samba.
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 - -

View File

@@ -1,7 +1,7 @@
# Template file for 'samba'
pkgname=samba
version=3.6.8
revision=1
revision=2
build_wrksrc=source3
build_style=gnu-configure
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
@@ -37,12 +37,6 @@ nmbd.service off
smbd.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"
post_install() {