Line 0
Link Here
|
|
|
1 |
--- samba-3.5.6.original/client/mount.cifs.c 2010-10-07 19:41:16.000000000 +0300 |
Lines 17-23
Link Here
|
17 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |
17 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |
18 |
IUSE="acl addns ads aio avahi caps +client cluster cups debug doc examples fam |
18 |
IUSE="acl addns ads aio avahi caps +client cluster cups debug doc examples fam |
19 |
ldap ldb +netapi pam quota +readline +server +smbclient smbsharemodes swat |
19 |
ldap ldb +netapi pam quota +readline +server +smbclient smbsharemodes swat |
20 |
syslog winbind " |
20 |
syslog winbind suid" |
21 |
|
21 |
|
22 |
DEPEND="dev-libs/popt |
22 |
DEPEND="dev-libs/popt |
23 |
!net-fs/samba-client |
23 |
!net-fs/samba-client |
Lines 114-119
Link Here
|
114 |
configure || die "sed failed" |
114 |
configure || die "sed failed" |
115 |
|
115 |
|
116 |
epatch "${CONFDIR}"/${P}-kerberos-dummy.patch |
116 |
epatch "${CONFDIR}"/${P}-kerberos-dummy.patch |
|
|
117 |
|
118 |
cd "${WORKDIR}/${MY_P}" |
119 |
epatch "${CONFDIR}"/${P}-mount-cifs.patch |
117 |
} |
120 |
} |
118 |
|
121 |
|
119 |
src_configure() { |
122 |
src_configure() { |
Lines 370-377
Link Here
|
370 |
|
373 |
|
371 |
# install client files ({u,}mount.cifs into /) |
374 |
# install client files ({u,}mount.cifs into /) |
372 |
if use client ; then |
375 |
if use client ; then |
373 |
into / |
376 |
mkdir "${D}"/sbin |
374 |
dosbin bin/{u,}mount.cifs || die "u/mount.cifs not around" |
377 |
cp bin/{,u}mount.cifs "${D}"/sbin || die "u/mount.cifs not around" |
|
|
378 |
use suid && fperms u+s /sbin/{,u}mount.cifs |
379 |
|
375 |
doman ../docs/manpages/{u,}mount.cifs.8 || die "can't create man pages" |
380 |
doman ../docs/manpages/{u,}mount.cifs.8 || die "can't create man pages" |
376 |
fi |
381 |
fi |
377 |
|
382 |
|