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/samba-devel/files/patch-installman.sh | |
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/samba-devel/files/patch-installman.sh')
-rw-r--r-- | net/samba-devel/files/patch-installman.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/samba-devel/files/patch-installman.sh b/net/samba-devel/files/patch-installman.sh deleted file mode 100644 index 5ec4061a559e..000000000000 --- a/net/samba-devel/files/patch-installman.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- script/installman.sh.orig Wed Aug 21 09:33:36 2002 -+++ script/installman.sh Wed Aug 21 09:33:53 2002 -@@ -22,7 +22,7 @@ - echo Installing \"$lang\" man pages in $MANDIR/lang/$lang - fi - -- langdir=$MANDIR/$lang -+ langdir=$MANDIR - for d in $MANDIR $langdir $langdir/man1 $langdir/man5 $langdir/man7 $langdir/man8; do - if [ ! -d $d ]; then - mkdir $d |