diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-03-05 14:25:42 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-03-05 14:25:42 +0000 |
commit | bd00fedbb9b2fb62ef0f8b70666eed6e21e5f963 (patch) | |
tree | a2b7d31bcfd4bd678552c57ddd1b15c50c2a190a /net/samba3/files/README.FreeBSD | |
parent | . Set LATEST_LINK [1] (diff) |
* Usage of OPTIONS and config target for GUI configuration tool (PR 50044).
* No(?) hidden dependencies, configuration variables for almost all available
options, with ability to negate OS defaults (PR 60414).
* Consistent ADS and WINBIND support, with all the necessary pam and nss
modules, as well as with documentation (PR 50039).
* rcNG startup script, that handles start of winbindd as well (PR 44273).
* CONFIGURE_ENV get PREFIX by default (fixes PR 61636 and PR 60254).
* Better support for hier(7) - suplimentary modules went from etc/ to
lib/samba/, log files are in /var/log/samba (PR 60254 and PR 62728).
* libsmbclient installs with all necessary symlinks (PR 60994).
* Incorporate fixes to smb.conf.default from PR 60994.
* Clean installation of manpages(no linux staff).
* Various other small fixes.
* Pass Maintainership to "Timur I. Bakeyev <timur@gnu.org>"
Submitted by: "Timur I. Bakeyev <timur@gnu.org>"
Approved by: dwcjr (old maintainer)
Notes
Notes:
svn path=/head/; revision=103017
Diffstat (limited to 'net/samba3/files/README.FreeBSD')
-rw-r--r-- | net/samba3/files/README.FreeBSD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba3/files/README.FreeBSD b/net/samba3/files/README.FreeBSD index 67cc86c58cb2..24234b687c89 100644 --- a/net/samba3/files/README.FreeBSD +++ b/net/samba3/files/README.FreeBSD @@ -2,8 +2,8 @@ If you want to use samba ports, 1. Copy /usr/local/etc/smb.conf.default to /usr/local/etc/smb.conf, and edit it. -2. Copy /usr/local/etc/rc.d/samba.sh.sample to /usr/local/etc/rc.d/samba.sh -3. Type /usr/local/etc/rc.d/samba.sh or reboot. +2. Put string 'samba_enable="YES"' into your /etc/rc.conf. +3. Type '/usr/local/etc/rc.d/samba.sh start' or reboot. See document files in /usr/local/share/doc/samba and example config files in /usr/local/share/examples/samba for details. |