Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
456c40daa6
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      package/rene/samba/samba.conf

+ 5
- 1
package/rene/samba/samba.conf

@ -29,7 +29,11 @@ var_append extraconfopt " " "--with-smbmount --with-automount \
--with-syslog --with-configdir=$sysconfdir \
--with-privatedir=$sysconfdir/private --with-codepagedir=$sysconfdir/codepages \
--with-swatdir=$root/$prefix/share/swat --with-quotas --with-fhs \
--with-acl-support --with-libsmbclient --with-spinlocks"
--with-acl-support --with-libsmbclient"
if ! [ "$arch" = x86 -a "$ROCKCFG_X86_BITS" = "64" ] ; then
var_append extraconfopt ' ' "--with-spinlocks"
fi
# pam support
pkginstalled pam && var_append extraconfopt ' ' "--with-pam --with-pam_smbpass"

Loading…
Cancel
Save