Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90681
Collapse All | Expand All

(-)/usr/portage/net-fs/samba/samba-3.0.14a-r1.ebuild (-2 / +2 lines)
Lines 101-107 Link Here
101
		--with-syslog \
101
		--with-syslog \
102
		--with-idmap \
102
		--with-idmap \
103
		--without-ldapsam \
103
		--without-ldapsam \
104
		$(use_with acl) \
104
		$(use_with acl acl-support) \
105
		$(use_enable cups) \
105
		$(use_enable cups) \
106
		$(use_with kerberos krb5) \
106
		$(use_with kerberos krb5) \
107
		$(use_with ldap) \
107
		$(use_with ldap) \
Lines 180-186 Link Here
180
	# make the smb backend symlink for cups printing support..
180
	# make the smb backend symlink for cups printing support..
181
	if use cups; then
181
	if use cups; then
182
		dodir /usr/$(get_libdir)/cups/backend
182
		dodir /usr/$(get_libdir)/cups/backend
183
		dosym ../bin/smbspool /usr/$(get_libdir)/cups/backend/smb
183
		dosym /usr/bin/smbspool /usr/$(get_libdir)/cups/backend/smb
184
	fi
184
	fi
185
185
186
	# VFS plugin modules
186
	# VFS plugin modules

Return to bug 90681