Path to this page:
./
net/samba,
SMB/CIFS protocol server suite
Branch: pkgsrc-2014Q2,
Version: 3.6.24,
Package name: samba-3.6.24,
Maintainer: pkgsrc-usersSamba provides file and print services for Microsoft Windows clients.
These services may be hosted off any TCP/IP-enabled platform. The
Samba project includes not only an impressive feature set in file and
print serving capabilities, but has been extended to include client
functionality, utilities to ease migration to Samba, tools to aid
interoperability with Microsoft Windows, and administration tools.
DEINSTALL.nss_winbind [+/-]# $NetBSD: DEINSTALL.nss_winbind,v 1.2 2013/04/19 07:17:46 sborrill Exp $
case ${STAGE} in
DEINSTALL)
NSS_WINBIND='@NSS_WINBIND@'
case $NSS_WINBIND in
"@comment *") ;;
*)
if ${TEST} -e /usr/lib/${NSS_WINBIND##*/} && \
target=`${LS} -l /usr/lib/${NSS_WINBIND##*/} | \
${AWK} '{print $NF;}'` && \
${TEST} x"$target" = x"${PREFIX}/${NSS_WINBIND}" ;then
${ECHO} "Removing /usr/lib/${NSS_WINBIND##*/} symlink."
${RM} -f /usr/lib/${NSS_WINBIND##*/}
fi
;;
esac
;;
esac
Required to run:[
databases/tdb] [
devel/readline] [
devel/popt] [
lang/perl5]
Package options: ads, ldap, pam, winbind
Master sites: (Expand)
SHA1: 6d48b55ab1e172b0c75035040f5aea65fbf0561e
RMD160: 0a57c49ee4a49408e75af02741f6c530828ea63f
Filesize: 33322.379 KB
Version history: (Expand)
- (2014-07-11) Updated to version: samba-3.6.24
- (2014-07-02) Package added to pkgsrc.se, version samba-3.6.23 (created)