Path to this page:
./
net/samba,
SMB/CIFS protocol server suite
Branch: pkgsrc-2022Q3,
Version: 3.6.25nb32,
Package name: samba-3.6.25nb32,
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.
This package provides samba3, which was declared obsolete in March,
2015. The current stable version of samba lives in net/samba4.
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
Package options: ads, ldap, pam, winbind
Master sites: (Expand)
Filesize: 33322.098 KB
Version history: (Expand)
- (2022-09-26) Package added to pkgsrc.se, version samba-3.6.25nb32 (created)