diff options
| author | Brad Davis <brd@FreeBSD.org> | 2018-09-20 09:31:27 +0000 |
|---|---|---|
| committer | Brad Davis <brd@FreeBSD.org> | 2018-09-20 09:31:27 +0000 |
| commit | 27e35a09ef24d9f90a3a719d6a2fd8544fce1dba (patch) | |
| tree | 5894acea0b051784649cf3125ecbd07fad4f7e7b /etc | |
| parent | 6999b78550143f7c17eeea04cc87f08cfd72fae8 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 4 | ||||
| -rw-r--r-- | etc/nsmb.conf | 56 |
2 files changed, 2 insertions, 58 deletions
diff --git a/etc/Makefile b/etc/Makefile index 75a745f7b865..22339c58517e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -70,7 +70,7 @@ distribution: ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${BIN1} ${DESTDIR}/etc; \ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \ - master.passwd nsmb.conf ${DESTDIR}/etc; + master.passwd ${DESTDIR}/etc; .if ${MK_TCSH} == "no" sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd @@ -206,7 +206,7 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY etc-examples: ${META_DEPS} cd ${.CURDIR}; ${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${BIN1} ${BIN2} nsmb.conf \ + ${BIN1} ${BIN2} \ ${DESTDIR}${SHAREDIR}/examples/etc .include <bsd.prog.mk> diff --git a/etc/nsmb.conf b/etc/nsmb.conf deleted file mode 100644 index 531d0941001d..000000000000 --- a/etc/nsmb.conf +++ /dev/null @@ -1,56 +0,0 @@ -# $FreeBSD$ -# -# smbfs lookups configuration files in next order: -# 1. ~/.nsmbrc -# 2. /etc/nsmb.conf - if this file found it will -# override values with same keys from user files. -# -# -# This file consist from a set of sections. Each section started by section name -# surrounded with square brackets: -# [section_name] -# -# End of the section marked either by new section or by the end of file. -# Each section can contain zero or more parameters: -# [section_name] -# key=value -# -# where 'key' represents parameter name and 'value' a value assigned -# to this parameter. -# -# SMB library uses next forms of section names (please note that the section -# name should be in upper case when it refers to server, user or share): -# A) [default] -# B) [SERVER] -# C) [SERVER:USER] -# D) [SERVER:USER:SHARE] -# -# Here is the map of possible keywords: -# -# keyword/section A B C D Comment -# -# addr - + - - IP address of SMB server -# charsets + + + + local:remote charset pair -# nbns + + - - address of NetBIOS name server (WINS) -# nbscope + + - - NetBIOS scope -# nbtimeout + + - - timeout for NetBIOS name servers -# password - - + + a plain text password used to access to the given share -# retry_count + + - - number of retries before connection marked as broken -# timeout + + - - SMB request timeout -# workgroup + + + + name of workgroup -# - -# A simple configuration example: - -# First, define a workgroup. -#[default] -#workgroup=SALES - -# The 'FSERVER' is an NT server. -#[FSERVER] -#charsets=koi8-r:cp866 -#addr=fserv.coolcorp.com - -#[FSERVER:JOE] -# use persistent password cache for user 'joe' -#password=$$1767877DF |
