代码搜索:SAMBA
找到约 3,600 项符合「SAMBA」的源代码
代码结果 3,600
www.eeworm.com/read/238372/4615737
postrm samba-common.postrm
#!/bin/sh
#
#
if [ "$1" = purge ]; then
# Remove any files left in /etc/samba/
rm -Rf /etc/samba/
fi
#DEBHELPER#
www.eeworm.com/read/238372/4615738
docs samba-doc.docs
docs/Samba3-HOWTO.pdf
docs/Samba3-ByExample.pdf
docs/Samba3-Developers-Guide.pdf
docs/REVISION
docs/THANKS
docs/history
docs/htmldocs/
docs/registry/
www.eeworm.com/read/238372/4615747
postinst samba-common.postinst
#!/bin/sh
#
#
set -e
# Do debconf stuff here
. /usr/share/debconf/confmodule
# We need a default smb.conf file. If one doesn't exist we put in place
# one that has some basic defaults.
if [ ! -e /e
www.eeworm.com/read/238372/4615748
dirs samba-common.dirs
etc/samba
etc/dhcp3/dhclient-enter-hooks.d
www.eeworm.com/read/238372/4615751
config samba-common.config
#/bin/sh -e
# Source debconf library.
. /usr/share/debconf/confmodule
# Function for grabbing a parameter from an smb.conf file
smbconf_retr() {
if [ -z "$1" ]; then
return
fi
if [ -n "$2" ];
www.eeworm.com/read/238372/4615761
templates samba-common.templates
Template: samba-common/character_set
Type: string
_Description: Character Set for Unix filesystem
You currently have a "character set" configured in your smb.conf. In
Samba 3.0, this option is repl
www.eeworm.com/read/238372/4615769
dhcp samba-common.dhcp
#!/bin/sh
SAMBA_DHCP_CONF=/etc/samba/dhcp.conf
netbios_setup() {
# No need to continue if we're called with an unsupported option
if [ "$reason" != BOUND ] && [ "$reason" != RENEW ] \
&& [ "$
www.eeworm.com/read/238372/4615771
examples samba-doc.examples
debian/wins2dns.awk
source/smbadduser
www.eeworm.com/read/334125/3372449
m4 samba.m4
AC_LIBREPLACE_BROKEN_CHECKS
AC_LIBREPLACE_NETWORK_CHECKS
SMB_EXT_LIB(LIBREPLACE_EXT, [${LIBDL}])
SMB_ENABLE(LIBREPLACE_EXT)
SMB_EXT_LIB(LIBREPLACE_NETWORK, [${LIBREPLACE_NETWORK_LIBS}])
SMB_ENABLE(L