From owner-freebsd-ports Fri Jul 5 0:30:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C453E37B401 for ; Fri, 5 Jul 2002 00:30:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C3E243E52 for ; Fri, 5 Jul 2002 00:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g657U5JU053854 for ; Fri, 5 Jul 2002 00:30:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g657U5X9053853; Fri, 5 Jul 2002 00:30:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA60C37B400 for ; Fri, 5 Jul 2002 00:25:47 -0700 (PDT) Received: from boggy.acest.tutrp.tut.ac.jp (boggy.acest.tutrp.tut.ac.jp [133.15.67.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9FA943E09 for ; Fri, 5 Jul 2002 00:25:45 -0700 (PDT) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: from boggy.acest.tutrp.tut.ac.jp (localhost [127.0.0.1]) by boggy.acest.tutrp.tut.ac.jp (8.12.5/8.12.5) with ESMTP id g657Phkj015551 for ; Fri, 5 Jul 2002 16:25:43 +0900 (JST) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: (from nakaji@localhost) by boggy.acest.tutrp.tut.ac.jp (8.12.5/8.12.5/Submit) id g657PgsY015550; Fri, 5 Jul 2002 16:25:42 +0900 (JST) Message-Id: <200207050725.g657PgsY015550@boggy.acest.tutrp.tut.ac.jp> Date: Fri, 5 Jul 2002 16:25:42 +0900 (JST) From: NAKAJI Hiroyuki Reply-To: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40214: Update by maintainer: japanese/samba Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40214 >Category: ports >Synopsis: Update by maintainer: japanese/samba >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 05 00:30:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: NAKAJI Hiroyuki >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD boggy.acest.tutrp.tut.ac.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Jul 5 11:49:42 JST 2002 root@boggy.acest.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI i386 >Description: Samba-2.2.4-ja-1.0 released. >How-To-Repeat: >Fix: Diff from CVS head. diff -urNb --exclude CVS /usr/ports/japanese/samba/Makefile ./Makefile --- /usr/ports/japanese/samba/Makefile Mon May 20 13:23:11 2002 +++ ./Makefile Fri Jul 5 16:00:32 2002 @@ -7,14 +7,12 @@ PORTNAME= samba PORTVERSION= ${SAMBA_VERSION}.j${SAMBA_JA_VERSION} -PORTREVISION= 1 CATEGORIES= japanese net MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/SAMBA/samba-jp/%SUBDIR%/ \ ftp://SunSITE.tus.ac.jp/pub/archives/packages/samba/samba-jp/%SUBDIR%/ \ ftp://ftp.plathome.co.jp/pub/samba/samba-jp/%SUBDIR%/ \ - ftp://ftp2.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ - ftp://ftp.tutrp.tut.ac.jp/pub/mirror/samba-jp/%SUBDIR%/ + ftp://ftp2.samba.gr.jp/pub/samba-jp/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${SAMBA_VERSION}-ja DISTNAME= ${PORTNAME}-${SAMBA_VERSION}-ja-${SAMBA_JA_VERSION} @@ -22,8 +20,8 @@ BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -SAMBA_VERSION= 2.2.2 -SAMBA_JA_VERSION= 1.1 +SAMBA_VERSION= 2.2.4 +SAMBA_JA_VERSION= 1.0 # directories VARDIR= /var @@ -44,22 +42,29 @@ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-lockdir=${VARDIR}/db/samba \ --with-privatedir=${SAMBA_PRIVATE} \ + --with-piddir=${VARDIR}/run \ + --with-pam \ --prefix=${PREFIX} .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} .endif +.if defined(USE_OPENSSL) +CONFIGURE_ARGS+= --with-ssl +.endif + WRKSRC= ${WRKDIR}/${DISTNAME}/source MAN1= findsmb.1 nmblookup.1 rpcclient.1 smbcacls.1 \ - smbcontrol.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \ + smbcontrol.1 smbstatus.1 smbclient.1 smbtar.1 \ testparm.1 testprns.1 make_smbcodepage.1 smbsh.1 \ make_unicodemap.1 wbinfo.1 MAN5= smb.conf.5 smbpasswd.5 lmhosts.5 MAN7= samba.7 MAN8= smbd.8 nmbd.8 smbpasswd.8 swat.8 smbspool.8 \ - smbmnt.8 smbmount.8 smbumount.8 winbindd.8 + smbmnt.8 smbmount.8 smbumount.8 winbindd.8 \ + pdbedit.8 MANLANG= "" ja post-build: diff -urNb --exclude CVS /usr/ports/japanese/samba/distinfo ./distinfo --- /usr/ports/japanese/samba/distinfo Thu Mar 28 11:02:51 2002 +++ ./distinfo Fri Jul 5 15:54:31 2002 @@ -1 +1 @@ -MD5 (samba-2.2.2-ja-1.1.tar.bz2) = 2ba9e3295715942bb1ee2dc243660747 +MD5 (samba-2.2.4-ja-1.0.tar.bz2) = 2f71430fa9684a2c231dedb24f0fd707 diff -urNb --exclude CVS /usr/ports/japanese/samba/files/patch-aa ./files/patch-aa --- /usr/ports/japanese/samba/files/patch-aa Thu Mar 28 11:02:51 2002 +++ ./files/patch-aa Mon Jun 17 13:13:55 2002 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Fri Nov 9 20:28:07 2001 -+++ Makefile.in Wed Feb 20 11:48:46 2002 -@@ -51,7 +51,7 @@ +--- Makefile.in.orig Tue Jun 11 18:48:30 2002 ++++ Makefile.in Mon Jun 17 13:13:44 2002 +@@ -52,7 +52,7 @@ CONFIGFILE = $(CONFIGDIR)/smb.conf LMHOSTSFILE = $(CONFIGDIR)/lmhosts DRIVERFILE = $(CONFIGDIR)/printers.def @@ -8,23 +8,4 @@ +PASSWD_PROGRAM = /usr/bin/passwd # This is where smbpasswd et al go PRIVATEDIR = @privatedir@ - -@@ -69,6 +69,9 @@ - LIBSMBCLIENT_MAJOR=0 - LIBSMBCLIENT_MINOR=1 - -+# the directory where pid files go -+PIDFILEDIR = $(VARDIR)/run -+ - # The directory where code page definition files go - CODEPAGEDIR = @codepagedir@ - -@@ -88,7 +91,7 @@ - PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" -DTDB_PASSWD_FILE=\"$(TDB_PASSWD_FILE)\" - FLAGS1 = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper $(CPPFLAGS) -DLOGFILEBASE=\"$(LOGFILEBASE)\" - FLAGS2 = -DCONFIGFILE=\"$(CONFIGFILE)\" -DLMHOSTSFILE=\"$(LMHOSTSFILE)\" --FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" -+FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" -DPIDFILEDIR=\"$(PIDFILEDIR)\" - FLAGS4 = -DDRIVERFILE=\"$(DRIVERFILE)\" -DBINDIR=\"$(BINDIR)\" - FLAGS5 = $(FLAGS1) $(FLAGS2) $(FLAGS3) $(FLAGS4) -DHAVE_INCLUDES_H -DI18N_PACKAGE=\"$(I18N_PACKAGE)\" -DSWAT_I18N_PACKAGE=\"$(SWAT_I18N_PACKAGE)\" -DSWAT_I18N_LOCALEDIR=\"$(i18n_localedir)\" -DI18N_LOCALEDIR=\"$(i18n_localedir)\" -Iintl -I$(srcdir)/intl diff -urNb --exclude CVS /usr/ports/japanese/samba/files/patch-ab ./files/patch-ab --- /usr/ports/japanese/samba/files/patch-ab Mon Jan 21 11:21:20 2002 +++ ./files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,35 +0,0 @@ ---- param/loadparm.c.orig Tue Oct 30 15:28:59 2001 -+++ param/loadparm.c Mon Nov 26 10:59:34 2001 -@@ -117,6 +117,7 @@ - char *szDeletePrinterCommand; - char *szOs2DriverMap; - char *szLockDir; -+ char *szPidDir; - char *szRootdir; - char *szDefaultService; - char *szDfree; -@@ -998,6 +999,8 @@ - {N_("auto services"), P_STRING, P_GLOBAL, &Globals.szAutoServices, NULL, NULL, FLAG_DOS_STRING}, - {N_("lock directory"), P_STRING, P_GLOBAL, &Globals.szLockDir, NULL, NULL, 0}, - {N_("lock dir"), P_STRING, P_GLOBAL, &Globals.szLockDir, NULL, NULL, 0}, -+ {N_("pidfile dir"), P_STRING, P_GLOBAL, &Globals.szPidDir, NULL, NULL, 0}, -+ {N_("pidfile directory"), P_STRING, P_GLOBAL, &Globals.szPidDir, NULL, NULL, 0}, - #ifdef WITH_UTMP - {N_("utmp directory"), P_STRING, P_GLOBAL, &Globals.szUtmpDir, NULL, NULL, 0}, - {N_("wtmp directory"), P_STRING, P_GLOBAL, &Globals.szWtmpDir, NULL, NULL, 0}, -@@ -1232,6 +1235,7 @@ - string_set(&Globals.szPasswdProgram, PASSWD_PROGRAM); - string_set(&Globals.szPrintcapname, PRINTCAP_NAME); - string_set(&Globals.szLockDir, LOCKDIR); -+ string_set(&Globals.szPidDir, PIDFILEDIR); - #ifdef WITH_UTMP - string_set(&Globals.szUtmpDir, ""); - string_set(&Globals.szWtmpDir, ""); -@@ -1482,6 +1486,7 @@ - FN_GLOBAL_STRING(lp_deleteprinter_cmd, &Globals.szDeletePrinterCommand) - FN_GLOBAL_STRING(lp_os2_driver_map, &Globals.szOs2DriverMap) - FN_GLOBAL_STRING(lp_lockdir, &Globals.szLockDir) -+FN_GLOBAL_STRING(lp_piddir,&Globals.szPidDir) - #ifdef WITH_UTMP - FN_GLOBAL_STRING(lp_utmpdir, &Globals.szUtmpDir) - FN_GLOBAL_STRING(lp_wtmpdir, &Globals.szWtmpDir) diff -urNb --exclude CVS /usr/ports/japanese/samba/files/patch-ac ./files/patch-ac --- /usr/ports/japanese/samba/files/patch-ac Wed Aug 30 04:47:13 2000 +++ ./files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,20 +0,0 @@ ---- lib/pidfile.c.orig Fri Jan 15 22:40:47 1999 -+++ lib/pidfile.c Fri Jan 15 22:41:05 1999 -@@ -37,7 +37,7 @@ - unsigned ret; - pstring pidFile; - -- slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_lockdir(), name); -+ slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name); - - fd = sys_open(pidFile, O_NONBLOCK | O_RDWR, 0644); - if (fd == -1) { -@@ -78,7 +78,7 @@ - pstring pidFile; - int pid; - -- slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_lockdir(), name); -+ slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name); - - pid = pidfile_pid(name); - if (pid != 0) { diff -urNb --exclude CVS /usr/ports/japanese/samba/files/patch-ah ./files/patch-ah --- /usr/ports/japanese/samba/files/patch-ah Wed Aug 30 04:47:13 2000 +++ ./files/patch-ah Mon Jun 17 13:24:48 2002 @@ -1,5 +1,5 @@ ---- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999 -+++ lib/util_sock.c Wed Sep 22 11:30:18 1999 +--- lib/util_sock.c.orig Tue Jun 11 18:48:41 2002 ++++ lib/util_sock.c Mon Jun 17 13:24:27 2002 @@ -28,6 +28,9 @@ extern int sslFd; #endif /* WITH_SSL */ @@ -7,6 +7,6 @@ +#undef MSG_WAITALL +#define MSG_WAITALL 0 + - extern int DEBUGLEVEL; + /* the last IP received from */ + struct in_addr lastip; - BOOL passive = False; diff -urNb --exclude CVS /usr/ports/japanese/samba/files/patch-ba ./files/patch-ba --- /usr/ports/japanese/samba/files/patch-ba Mon Jan 21 11:21:21 2002 +++ ./files/patch-ba Mon Jun 17 13:31:35 2002 @@ -1,15 +1,40 @@ ---- configure.in.orig Mon Nov 26 17:55:39 2001 -+++ configure.in Tue Dec 11 00:42:47 2001 -@@ -19,7 +19,7 @@ - codepagedir="\$(LIBDIR)/codepages" - configdir="\$(LIBDIR)" - lockdir="\$(VARDIR)/locks" -- logfilebase="\$(VARDIR)" -+ logfilebase="\$(VARDIR)/log" - privatedir="\${prefix}/private" - swatdir="\${prefix}/swat") +--- configure.in.orig Thu May 2 20:02:46 2002 ++++ configure.in Thu May 9 02:29:20 2002 +@@ -498,9 +498,23 @@ + ############################################ + # we need dlopen/dlclose/dlsym/dlerror for PAM, the password database plugins and the new VFS code + AC_CHECK_FUNCS(dlopen) ++case "$host_os" in ++ *bsd*) ++ AC_CHECK_LIB(c, dlopen, [LIBS="$LIBS -lc"; ++ AC_DEFINE(HAVE_DLOPEN)]) ++ ;; ++esac + if test x"$ac_cv_func_dlopen" = x"no"; then +- AC_CHECK_LIB(dl, dlopen, [LIBS="$LIBS -ldl"; +- AC_DEFINE(HAVE_DLOPEN)]) ++ case "$host_os" in ++ *bsd*) ++ AC_CHECK_LIB(c, dlopen, [LIBS="$LIBS -lc"; ++ AC_DEFINE(HAVE_DLOPEN)]) ++ ;; ++ *) ++ AC_CHECK_LIB(dl, dlopen, [LIBS="$LIBS -ldl"; ++ AC_DEFINE(HAVE_DLOPEN)]) ++ ;; ++ esac + fi + # dlopen/dlclose/dlsym/dlerror will be checked again later and defines will be set then -@@ -1655,7 +1655,7 @@ +@@ -870,6 +884,7 @@ + ;; + *bsd*) BLDSHARED="true" + LDSHFLAGS="-shared" ++ DYNEXP="-Wl,--export-dynamic" + SONAMEFLAG="-Wl,-soname," + PICFLAG="-fPIC" + AC_DEFINE(STAT_ST_BLOCKSIZE,512) +@@ -1868,7 +1883,7 @@ yes) AC_MSG_RESULT(yes) AC_DEFINE(KRB5_AUTH) @@ -18,3 +43,12 @@ CFLAGS="$CFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib" ;; +@@ -2042,7 +2057,7 @@ + yes) + AC_MSG_RESULT(yes) + AC_DEFINE(WITH_LDAP_SAM) +- LIBS="-lldap -llber -lresolv $LIBS" ++ LIBS="-lldap -llber $LIBS" + with_smbpasswd_sam=no + ;; + *) diff -urNb --exclude CVS /usr/ports/japanese/samba/pkg-plist ./pkg-plist --- /usr/ports/japanese/samba/pkg-plist Thu Mar 28 11:02:51 2002 +++ ./pkg-plist Mon Jul 1 17:02:17 2002 @@ -14,6 +14,7 @@ bin/smbtar bin/testparm bin/testprns +bin/tdbbackup etc/codepages/codepage.1251 etc/codepages/codepage.437 etc/codepages/codepage.737 @@ -39,6 +40,7 @@ etc/codepages/nftable.936 etc/codepages/nftable.949 etc/codepages/nftable.950 +etc/codepages/nftable.1251 etc/codepages/nftable.ISO8859-1 etc/codepages/nftable.ISO8859-13 etc/codepages/nftable.ISO8859-15 @@ -59,6 +61,7 @@ etc/codepages/unicode_map.936 etc/codepages/unicode_map.949 etc/codepages/unicode_map.950 +etc/codepages/unicode_map.1251 etc/codepages/unicode_map.ISO8859-1 etc/codepages/unicode_map.ISO8859-13 etc/codepages/unicode_map.ISO8859-15 @@ -137,43 +140,16 @@ share/doc/samba/docbook/dbsgml/ent/ISOtech share/doc/samba/docbook/dbsgml/readme.txt share/doc/samba/docbook/docbook.txt -share/doc/samba/docbook/faq/samba-pdc-faq.sgml +share/doc/samba/docbook/faq/README.NOW share/doc/samba/docbook/global.ent -share/doc/samba/docbook/howto/samba-pdc-howto.sgml +share/doc/samba/docbook/howto/README.NOW share/doc/samba/docbook/manpages/findsmb.1.sgml share/doc/samba/docbook/manpages/lmhosts.5.sgml share/doc/samba/docbook/manpages/make_smbcodepage.1.sgml share/doc/samba/docbook/manpages/make_unicodemap.1.sgml share/doc/samba/docbook/manpages/nmbd.8.sgml share/doc/samba/docbook/manpages/nmblookup.1.sgml -share/doc/samba/docbook/manpages/pl/README -share/doc/samba/docbook/manpages/pl/findsmb.1.pl.sgml -share/doc/samba/docbook/manpages/pl/lmhosts.5.pl.sgml -share/doc/samba/docbook/manpages/pl/make_smbcodepage.1.pl.sgml -share/doc/samba/docbook/manpages/pl/make_unicodemap.1.pl.sgml -share/doc/samba/docbook/manpages/pl/nmbd.8.pl.sgml -share/doc/samba/docbook/manpages/pl/nmblookup.1.pl.sgml -share/doc/samba/docbook/manpages/pl/rpcclient.1.pl.sgml -share/doc/samba/docbook/manpages/pl/samba.7.pl.sgml -share/doc/samba/docbook/manpages/pl/smb.conf.5.pl.sgml -share/doc/samba/docbook/manpages/pl/smbcacls.1.pl.sgml -share/doc/samba/docbook/manpages/pl/smbclient.1.pl.sgml -share/doc/samba/docbook/manpages/pl/smbcontrol.1.pl.sgml -share/doc/samba/docbook/manpages/pl/smbd.8.pl.sgml -share/doc/samba/docbook/manpages/pl/smbmnt.8.pl.sgml -share/doc/samba/docbook/manpages/pl/smbmount.8.pl.sgml -share/doc/samba/docbook/manpages/pl/smbpasswd.5.pl.sgml -share/doc/samba/docbook/manpages/pl/smbpasswd.8.pl.sgml -share/doc/samba/docbook/manpages/pl/smbsh.1.pl.sgml -share/doc/samba/docbook/manpages/pl/smbspool.8.pl.sgml -share/doc/samba/docbook/manpages/pl/smbstatus.1.pl.sgml -share/doc/samba/docbook/manpages/pl/smbtar.1.pl.sgml -share/doc/samba/docbook/manpages/pl/smbumount.8.pl.sgml -share/doc/samba/docbook/manpages/pl/swat.8.pl.sgml -share/doc/samba/docbook/manpages/pl/testparm.1.pl.sgml -share/doc/samba/docbook/manpages/pl/testprns.1.pl.sgml -share/doc/samba/docbook/manpages/pl/wbinfo.1.pl.sgml -share/doc/samba/docbook/manpages/pl/winbindd.8.pl.sgml +share/doc/samba/docbook/manpages/pdbedit.8.sgml share/doc/samba/docbook/manpages/rpcclient.1.sgml share/doc/samba/docbook/manpages/samba.7.sgml share/doc/samba/docbook/manpages/smb.conf.5.sgml @@ -202,6 +178,8 @@ share/doc/samba/docbook/projdoc/NT_Security.sgml share/doc/samba/docbook/projdoc/OS2-Client-HOWTO.sgml share/doc/samba/docbook/projdoc/PAM-Authentication-And-Samba.sgml +share/doc/samba/docbook/projdoc/Samba-BDC-HOWTO.sgml +share/doc/samba/docbook/projdoc/Samba-LDAP-HOWTO.sgml share/doc/samba/docbook/projdoc/Samba-PDC-HOWTO.sgml share/doc/samba/docbook/projdoc/UNIX_INSTALL.sgml share/doc/samba/docbook/projdoc/msdfs_setup.sgml @@ -215,6 +193,7 @@ share/doc/samba/docbook/scripts/make-article.pl share/doc/samba/docbook/scripts/strip-links.pl share/doc/samba/docbook/stylesheets/ldp.dsl.in +share/doc/samba/faq/README share/doc/samba/faq/Samba-Server-FAQ-1.html share/doc/samba/faq/Samba-Server-FAQ-2.html share/doc/samba/faq/Samba-Server-FAQ.html @@ -244,7 +223,9 @@ share/doc/samba/htmldocs/NT_Security.html share/doc/samba/htmldocs/OS2-Client-HOWTO.html share/doc/samba/htmldocs/PAM-Authentication-And-Samba.html +share/doc/samba/htmldocs/Samba-BDC-HOWTO.html share/doc/samba/htmldocs/Samba-HOWTO-Collection.html +share/doc/samba/htmldocs/Samba-LDAP-HOWTO.html share/doc/samba/htmldocs/Samba-PDC-HOWTO.html share/doc/samba/htmldocs/UNIX_INSTALL.html share/doc/samba/htmldocs/findsmb.1.html @@ -254,10 +235,9 @@ share/doc/samba/htmldocs/msdfs_setup.html share/doc/samba/htmldocs/nmbd.8.html share/doc/samba/htmldocs/nmblookup.1.html +share/doc/samba/htmldocs/pdbedit.8.html share/doc/samba/htmldocs/printer_driver2.html share/doc/samba/htmldocs/rpcclient.1.html -share/doc/samba/htmldocs/samba-pdc-faq.html -share/doc/samba/htmldocs/samba-pdc-howto.html share/doc/samba/htmldocs/samba.7.html share/doc/samba/htmldocs/smb.conf.5.html share/doc/samba/htmldocs/smbcacls.1.html @@ -268,7 +248,6 @@ share/doc/samba/htmldocs/smbmount.8.html share/doc/samba/htmldocs/smbpasswd.5.html share/doc/samba/htmldocs/smbpasswd.8.html -share/doc/samba/htmldocs/smbrun.1.html share/doc/samba/htmldocs/smbsh.1.html share/doc/samba/htmldocs/smbspool.8.html share/doc/samba/htmldocs/smbstatus.1.html @@ -492,6 +471,7 @@ share/doc/samba/ja/htmldocs/msdfs_setup.html share/doc/samba/ja/htmldocs/nmbd.8.html share/doc/samba/ja/htmldocs/nmblookup.1.html +share/doc/samba/ja/htmldocs/pdbedit.8.html share/doc/samba/ja/htmldocs/printer_driver2.html share/doc/samba/ja/htmldocs/quota/fig1.gif share/doc/samba/ja/htmldocs/quota/fig2.gif @@ -536,7 +516,6 @@ share/doc/samba/ja/htmldocs/smbmount.8.html share/doc/samba/ja/htmldocs/smbpasswd.5.html share/doc/samba/ja/htmldocs/smbpasswd.8.html -share/doc/samba/ja/htmldocs/smbrun.1.html share/doc/samba/ja/htmldocs/smbsh.1.html share/doc/samba/ja/htmldocs/smbspool.8.html share/doc/samba/ja/htmldocs/smbstatus.1.html @@ -655,17 +634,8 @@ share/doc/samba/ja/yodldocs/NT_Security.yo share/doc/samba/ja/yodldocs/make_smbcodepage.1.yo share/doc/samba/ja/yodldocs/make_unicodemap.1.yo -share/doc/samba/ja/yodldocs/nmbd.8.yo -share/doc/samba/ja/yodldocs/smb.conf.5.yo share/doc/samba/ja/yodldocs/smbclient.1.yo -share/doc/samba/ja/yodldocs/smbd.8.yo -share/doc/samba/ja/yodldocs/smbmnt.8.yo -share/doc/samba/ja/yodldocs/smbmount.8.yo share/doc/samba/ja/yodldocs/smbpasswd.8.yo -share/doc/samba/ja/yodldocs/smbrun.1.yo -share/doc/samba/ja/yodldocs/smbspool.8.yo -share/doc/samba/ja/yodldocs/smbstatus.1.yo -share/doc/samba/ja/yodldocs/smbtar.1.yo share/doc/samba/manpages/findsmb.1 share/doc/samba/manpages/ja/Makefile share/doc/samba/manpages/ja/findsmb.1.man @@ -675,6 +645,7 @@ share/doc/samba/manpages/ja/make_unicodemap.1.man share/doc/samba/manpages/ja/nmbd.8.man share/doc/samba/manpages/ja/nmblookup.1.man +share/doc/samba/manpages/ja/pdbedit.8.man share/doc/samba/manpages/ja/rpcclient.1.man share/doc/samba/manpages/ja/samba.7.man share/doc/samba/manpages/ja/smb.conf.5.man @@ -686,7 +657,6 @@ share/doc/samba/manpages/ja/smbmount.8.man share/doc/samba/manpages/ja/smbpasswd.5.man share/doc/samba/manpages/ja/smbpasswd.8.man -share/doc/samba/manpages/ja/smbrun.1.man share/doc/samba/manpages/ja/smbsh.1.man share/doc/samba/manpages/ja/smbspool.8.man share/doc/samba/manpages/ja/smbstatus.1.man @@ -702,6 +672,7 @@ share/doc/samba/manpages/make_unicodemap.1 share/doc/samba/manpages/nmbd.8 share/doc/samba/manpages/nmblookup.1 +share/doc/samba/manpages/pdbedit.8 share/doc/samba/manpages/rpcclient.1 share/doc/samba/manpages/samba.7 share/doc/samba/manpages/smb.conf.5 @@ -713,7 +684,6 @@ share/doc/samba/manpages/smbmount.8 share/doc/samba/manpages/smbpasswd.5 share/doc/samba/manpages/smbpasswd.8 -share/doc/samba/manpages/smbrun.1 share/doc/samba/manpages/smbsh.1 share/doc/samba/manpages/smbspool.8 share/doc/samba/manpages/smbstatus.1 @@ -742,6 +712,7 @@ share/doc/samba/textdocs/Passwords.txt share/doc/samba/textdocs/Printing.txt share/doc/samba/textdocs/README.DCEDFS +share/doc/samba/textdocs/README.NOW share/doc/samba/textdocs/README.jis share/doc/samba/textdocs/README.sambatar share/doc/samba/textdocs/Recent-FAQs.txt @@ -749,6 +720,7 @@ share/doc/samba/textdocs/SCO.txt share/doc/samba/textdocs/SMBTAR.notes share/doc/samba/textdocs/Samba-OpenSSL.txt +share/doc/samba/textdocs/Solaris-Winbind-HOWTO.txt share/doc/samba/textdocs/Speed.txt share/doc/samba/textdocs/Speed2.txt share/doc/samba/textdocs/Tracing.txt @@ -757,9 +729,6 @@ share/doc/samba/textdocs/Win95.txt share/doc/samba/textdocs/WinNT.txt share/doc/samba/textdocs/cifsntdomain.txt -share/doc/samba/textdocs/kurs.pdf -share/doc/samba/textdocs/kurs.tex -share/doc/samba/textdocs/logo.ps share/doc/samba/textdocs/outdated/NTDOMAIN.txt share/doc/samba/textdocs/outdated/PRINTER_DRIVER.txt share/doc/samba/textdocs/outdated/PROJECTS @@ -771,7 +740,6 @@ @dirrm share/doc/samba/docbook/dbsgml/ent @dirrm share/doc/samba/docbook/dbsgml @dirrm share/doc/samba/docbook/howto -@dirrm share/doc/samba/docbook/manpages/pl @dirrm share/doc/samba/docbook/manpages @dirrm share/doc/samba/docbook/projdoc @dirrm share/doc/samba/docbook/scripts @@ -807,6 +775,9 @@ share/examples/samba/LDAP/ldapchpasswd share/examples/samba/LDAP/ldapsync.pl share/examples/samba/LDAP/samba.schema +share/examples/samba/LDAP/samba-schema-netscapeds4.x +share/examples/samba/LDAP/samba-schema-netscapeds5.x +share/examples/samba/LDAP/samba-schema.IBMSecureWay share/examples/samba/README share/examples/samba/VFS/Makefile share/examples/samba/VFS/README @@ -815,6 +786,7 @@ share/examples/samba/VFS/block/block.c share/examples/samba/VFS/block/samba-block.conf share/examples/samba/VFS/block/smb.conf +share/examples/samba/VFS/recycle.c share/examples/samba/VFS/skel.c share/examples/samba/appliance/Makefile share/examples/samba/appliance/README @@ -838,6 +810,7 @@ share/examples/samba/printer-accounting/printcap share/examples/samba/printing/smbprint share/examples/samba/printing/smbprint.newer +share/examples/samba/printing/smbprint.safer share/examples/samba/printing/smbprint.sysv share/examples/samba/simple/README share/examples/samba/simple/smb.conf @@ -898,7 +871,9 @@ share/swat/help/NT_Security.html share/swat/help/OS2-Client-HOWTO.html share/swat/help/PAM-Authentication-And-Samba.html +share/swat/help/Samba-BDC-HOWTO.html share/swat/help/Samba-HOWTO-Collection.html +share/swat/help/Samba-LDAP-HOWTO.html share/swat/help/Samba-PDC-HOWTO.html share/swat/help/UNIX_INSTALL.html share/swat/help/findsmb.1.html @@ -908,10 +883,9 @@ share/swat/help/msdfs_setup.html share/swat/help/nmbd.8.html share/swat/help/nmblookup.1.html +share/swat/help/pdbedit.8.html share/swat/help/printer_driver2.html share/swat/help/rpcclient.1.html -share/swat/help/samba-pdc-faq.html -share/swat/help/samba-pdc-howto.html share/swat/help/samba.7.html share/swat/help/smb.conf.5.html share/swat/help/smbcacls.1.html @@ -922,7 +896,6 @@ share/swat/help/smbmount.8.html share/swat/help/smbpasswd.5.html share/swat/help/smbpasswd.8.html -share/swat/help/smbrun.1.html share/swat/help/smbsh.1.html share/swat/help/smbspool.8.html share/swat/help/smbstatus.1.html @@ -1016,6 +989,7 @@ share/swat/ja/help/msdfs_setup.html share/swat/ja/help/nmbd.8.html share/swat/ja/help/nmblookup.1.html +share/swat/ja/help/pdbedit.8.html share/swat/ja/help/printer_driver2.html share/swat/ja/help/quota/fig1.gif share/swat/ja/help/quota/fig2.gif @@ -1061,7 +1035,6 @@ share/swat/ja/help/smbmount.txt.html share/swat/ja/help/smbpasswd.5.html share/swat/ja/help/smbpasswd.8.html -share/swat/ja/help/smbrun.1.html share/swat/ja/help/smbsh.1.html share/swat/ja/help/smbspool.8.html share/swat/ja/help/smbstatus.1.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message