diff options
author | knu <knu@FreeBSD.org> | 2000-08-30 03:47:14 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-30 03:47:14 +0800 |
commit | df394236d663633a6eb2409263c408f78bb19539 (patch) | |
tree | fb598a3d5f5e521955f42465e7a6338517603d66 /japanese | |
parent | 1044e284ec9f2854e41006ceb683cbffb9597d66 (diff) | |
download | freebsd-ports-gnome-df394236d663633a6eb2409263c408f78bb19539.tar.gz freebsd-ports-gnome-df394236d663633a6eb2409263c408f78bb19539.tar.zst freebsd-ports-gnome-df394236d663633a6eb2409263c408f78bb19539.zip |
Update to 2.0.7-ja-1.2a.
PR: ports/20802
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
On PACKAGE_BUILDING, Generate PLIST which removes extras, namely
${PREFIX}/private/smbpasswd.
Found by: bento
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/samba/Makefile | 77 | ||||
-rw-r--r-- | japanese/samba/distinfo | 2 | ||||
-rw-r--r-- | japanese/samba/files/README.FreeBSD | 12 | ||||
-rw-r--r-- | japanese/samba/files/patch-aa | 66 | ||||
-rw-r--r-- | japanese/samba/files/patch-ab | 115 | ||||
-rw-r--r-- | japanese/samba/files/patch-ac | 56 | ||||
-rw-r--r-- | japanese/samba/files/patch-ae | 47 | ||||
-rw-r--r-- | japanese/samba/files/patch-af | 52 | ||||
-rw-r--r-- | japanese/samba/files/patch-ag | 39 | ||||
-rw-r--r-- | japanese/samba/files/patch-ah | 27 | ||||
-rw-r--r-- | japanese/samba/files/patch-aj | 14 | ||||
-rw-r--r-- | japanese/samba/files/patch-ak | 29 | ||||
-rw-r--r-- | japanese/samba/files/patch-ba | 11 | ||||
-rw-r--r-- | japanese/samba/files/smb.conf.default | 710 | ||||
-rw-r--r-- | japanese/samba/pkg-plist | 653 |
15 files changed, 1169 insertions, 741 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile index 8174fda1d23a..71b53964dc66 100644 --- a/japanese/samba/Makefile +++ b/japanese/samba/Makefile @@ -6,17 +6,25 @@ # PORTNAME= samba -PORTVERSION= 2.0.5a.2 +PORTVERSION= 2.0.7 CATEGORIES= japanese net -MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/${SAMBA_JP_NAME}/ \ - http://www3.osk.3web.ne.jp/~pcmaster/network/samba/ -DISTNAME= ${SAMBA_JP_NAME}-1.3 +MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ + ftp://ftp.iij.ad.jp/pub/SAMBA/samba-jp/%SUBDIR%/ \ + ftp://SunSITE.sut.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%/ +MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} +PKGNAMESUFFIX= -ja +DISTNAME= ${SAMBA_JA_VERSION} -MAINTAINER= pcmaster@osk3.3web.ne.jp +MAINTAINER= nakaji@jp.FreeBSD.org + +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext Y2K= http://us1.samba.org/samba/docs/sambay2k.html -SAMBA_JP_NAME= ${PORTNAME}-${PORTVERSION:R}-JP${PORTVERSION:E} +SAMBA_JA_VERSION= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}-1.2 # directories VARDIR= /var @@ -29,9 +37,14 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ +USE_AUTOCONF= yes +CONFIGURE_ARGS= --with-i18n-swat --with-included-gettext \ + --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ - --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} + --with-sambabook=${PREFIX}/share/swat/using_samba \ + --with-lockdir=${VARDIR}/spool/lock \ + --with-privatedir=${SAMBA_PRIVATE} \ + --with-swat-langfile=${PREFIX}/share/swat-i18n.txt .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} @@ -39,21 +52,25 @@ CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} WRKSRC= ${WRKDIR}/${DISTNAME}/source -MANLANG= "" ja MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \ - testparm.1 testprns.1 make_smbcodepage.1 smbsh.1 + testparm.1 testprns.1 make_smbcodepage.1 smbsh.1 \ + make_unicodemap.1 MAN5= smb.conf.5 smbpasswd.5 lmhosts.5 MAN7= samba.7 -MAN8= smbd.8 nmbd.8 smbpasswd.8 swat.8 \ - smbmount.8 smbumount.8 smbmnt.8 +MAN8= smbd.8 nmbd.8 smbpasswd.8 swat.8 smbspool.8 +MANLANG= "" ja -post-extract: - ${MV} ${WRKDIR}/${SAMBA_JP_NAME} ${WRKDIR}/${DISTNAME} +pre-install: + ${RM} -f ${WRKDIR}/${DISTNAME}/docs/manpages/smbmnt.8 + ${RM} -f ${WRKDIR}/${DISTNAME}/docs/manpages/smbmount.8 + ${RM} -f ${WRKDIR}/${DISTNAME}/docs/manpages/smbumount.8 + ${RM} -f ${WRKDIR}/${DISTNAME}/docs/ja/manpages/smbmnt.8.man + ${RM} -f ${WRKDIR}/${DISTNAME}/docs/ja/manpages/smbmount.8.man + ${RM} -f ${WRKDIR}/${DISTNAME}/docs/ja/manpages/smbumount.8.man post-install: ${MKDIR} ${PREFIX}/share/examples/samba ${CP} -rp ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/examples/samba - ${CP} -rp ${WRKDIR}/${DISTNAME}/samba-jp/examples/* ${PREFIX}/share/examples/samba @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file." ; \ ${INSTALL_SCRIPT} ${FILESDIR}/samba.sh.sample \ @@ -80,6 +97,12 @@ post-install: ${CHMOD} 500 ${SAMBA_PRIVATE} ${CHOWN} root.wheel ${PREFIX}/bin/smbpasswd ${CHMOD} 111 ${PREFIX}/bin/smbpasswd +.if defined(PACKAGE_BUILDING) + ${ECHO} "private/smbpasswd" >> ${TMPPLIST} + ${ECHO} "@dirrm private" >> ${TMPPLIST} +.else + ${ECHO} "@unexec echo \"Warning: If you will *NOT* use this package anymore, please remove %D/private/smbpasswd manually.\"" >> ${TMPPLIST} +.endif .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/samba @@ -88,34 +111,20 @@ post-install: ${WRKDIR}/${DISTNAME}/COPYING \ ${WRKDIR}/${DISTNAME}/Manifest \ ${WRKDIR}/${DISTNAME}/Read-Manifest-Now \ - ${WRKDIR}/${DISTNAME}/README-smbmount \ ${WRKDIR}/${DISTNAME}/Roadmap \ ${WRKDIR}/${DISTNAME}/WHATSNEW.txt \ - ${WRKDIR}/${DISTNAME}/WHATSNEW-jp \ - ${WRKDIR}/${DISTNAME}/WHATSNEW-jp.sjis.txt \ - ${WRKDIR}/${DISTNAME}/samba-jp/reg/*.reg \ + ${WRKDIR}/${DISTNAME}/docs/*.reg \ ${WRKDIR}/${DISTNAME}/docs/THANKS \ ${WRKDIR}/${DISTNAME}/docs/announce \ ${WRKDIR}/${DISTNAME}/docs/history ; do \ ${INSTALL_DATA} $$i ${PREFIX}/share/doc/samba ; \ done - for i in faq htmldocs manpages textdocs yodldocs ; do \ + for i in faq htmldocs textdocs yodldocs ; do \ ${MKDIR} ${PREFIX}/share/doc/samba/$$i ; \ for j in ${WRKDIR}/${DISTNAME}/docs/$$i/* ; do \ - ${INSTALL_DATA} $$j ${PREFIX}/share/doc/samba/$$i ;\ - done \ - done - ${MKDIR} ${PREFIX}/share/doc/samba/ja - for i in ${WRKDIR}/${DISTNAME}/samba-jp/CREDITS.txt \ - ${WRKDIR}/${DISTNAME}/samba-jp/ML.txt \ - ${WRKDIR}/${DISTNAME}/samba-jp/PROGRESS.txt \ - ${WRKDIR}/${DISTNAME}/samba-jp/README.txt ; do \ - ${INSTALL_DATA} $$i ${PREFIX}/share/doc/samba/ja ;\ - done - for i in man docs ; do \ - ${MKDIR} ${PREFIX}/share/doc/samba/ja/$$i ; \ - for j in ${WRKDIR}/${DISTNAME}/samba-jp/$$i/* ; do \ - ${INSTALL_DATA} $$j ${PREFIX}/share/doc/samba/ja/$$i ;\ + if [ $$j != ${WRKDIR}/${DISTNAME}/docs/htmldocs/using_samba ] ; then \ + ${INSTALL_DATA} $$j ${PREFIX}/share/doc/samba/$$i ;\ + fi; \ done \ done ${MKDIR} ${PREFIX}/share/doc/samba diff --git a/japanese/samba/distinfo b/japanese/samba/distinfo index c9e9982e3bd3..673defc9e715 100644 --- a/japanese/samba/distinfo +++ b/japanese/samba/distinfo @@ -1 +1 @@ -MD5 (samba-2.0.5a-JP2-1.3.tar.gz) = 681a0b84694a6994466a4ed38bede7ec +MD5 (samba-2.0.7-ja-1.2.tar.gz) = b0972989e1e99af0420707edcc90e733 diff --git a/japanese/samba/files/README.FreeBSD b/japanese/samba/files/README.FreeBSD index 358dc0a65a5d..eded1aa4835a 100644 --- a/japanese/samba/files/README.FreeBSD +++ b/japanese/samba/files/README.FreeBSD @@ -8,9 +8,11 @@ If you want to use samba ports, See document files in /usr/local/share/doc/samba and example config files in /usr/local/share/examples/samba for details. -This is the FreeBSD samba port for Japanese. See smb.conf.sample for details. -If you want to use NT4+SP3 or Win95+updates clients, set "encrypt passwords" -parameter to yes and use smbpasswd [username] to use -/usr/local/private/smbpasswd for authentication. +Samba Japanese Edition is based on Samba 2.0.7, implemented the experimental +internationalized SWAT and fixed several problems arond functions for +Japanese support. See smb.conf.sample for details. If you want to use +NT4+SP3 or Win95+updates clients, set "encrypt passwords" parameter to +yes and use smbpasswd [username] to use /usr/local/private/smbpasswd +for authentication. -FreeBSD ja-SAMBA ports maintainer: Shinya Sasaki <pcmaster@osk3.3web.ne.jp>
\ No newline at end of file +FreeBSD SAMBA-ja ports maintainer: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> diff --git a/japanese/samba/files/patch-aa b/japanese/samba/files/patch-aa index 70e6ec50dbb2..3633f55c7b8f 100644 --- a/japanese/samba/files/patch-aa +++ b/japanese/samba/files/patch-aa @@ -1,19 +1,47 @@ -*** configure.in.orig Wed Jul 21 10:24:53 1999 ---- configure.in Mon Dec 27 04:46:26 1999 -*************** -*** 1064,1070 **** - --whithout-krb5 Don't include Kerbers 5 support (default)], - [ AC_MSG_RESULT(yes) - AC_DEFINE(KRB5_AUTH) -! LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err" - CFLAGS="$CFLAGS -I$withval/include" - LDFLAGS="$LDFLAGS -L$withval/lib"], - AC_MSG_RESULT(no) ---- 1064,1070 ---- - --whithout-krb5 Don't include Kerbers 5 support (default)], - [ AC_MSG_RESULT(yes) - AC_DEFINE(KRB5_AUTH) -! LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err" - CFLAGS="$CFLAGS -I$withval/include" - LDFLAGS="$LDFLAGS -L$withval/lib"], - AC_MSG_RESULT(no) +--- Makefile.in.orig Wed Apr 26 02:06:11 2000 ++++ Makefile.in Thu Apr 27 11:08:08 2000 +@@ -25,7 +25,7 @@ + BINDIR = @bindir@ + # we don't use sbindir because we want full compatibility with + # the previous releases of Samba +-SBINDIR = @bindir@ ++SBINDIR = @sbindir@ + LIBDIR = @libdir@ + VARDIR = @localstatedir@ + MANDIR = @mandir@ +@@ -37,12 +37,13 @@ + # set these to where to find various files + # These can be overridden by command line switches (see smbd(8)) + # or in smb.conf (see smb.conf(5)) +-SMBLOGFILE = $(VARDIR)/log.smb +-NMBLOGFILE = $(VARDIR)/log.nmb ++LOGDIR=$(VARDIR)/log ++SMBLOGFILE = $(LOGDIR)/log.smb ++NMBLOGFILE = $(LOGDIR)/log.nmb + CONFIGFILE = $(LIBDIR)/smb.conf + LMHOSTSFILE = $(LIBDIR)/lmhosts + DRIVERFILE = $(LIBDIR)/printers.def +-PASSWD_PROGRAM = /bin/passwd ++PASSWD_PROGRAM = /usr/bin/passwd + # This is where smbpasswd et al go + PRIVATEDIR = @privatedir@ + +@@ -54,6 +55,9 @@ + # the directory where lock files go + LOCKDIR = @lockdir@ + ++# the directory where pid files go ++PIDFILEDIR = $(VARDIR)/run ++ + # The directory where code page definition files go + CODEPAGEDIR = $(LIBDIR)/codepages + +@@ -71,7 +75,7 @@ + PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" + FLAGS1 = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper $(CPPFLAGS) -DSMBLOGFILE=\"$(SMBLOGFILE)\" -DNMBLOGFILE=\"$(NMBLOGFILE)\" + FLAGS2 = -DCONFIGFILE=\"$(CONFIGFILE)\" -DLMHOSTSFILE=\"$(LMHOSTSFILE)\" +-FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DSMBRUN=\"$(SMBRUN)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" ++FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DPIDFILEDIR=\"$(PIDFILEDIR)\" -DSMBRUN=\"$(SMBRUN)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" + FLAGS4 = -DDRIVERFILE=\"$(DRIVERFILE)\" -DBINDIR=\"$(BINDIR)\" + FLAGS5 = $(FLAGS1) $(FLAGS2) $(FLAGS3) $(FLAGS4) -DHAVE_INCLUDES_H + FLAGS = $(ISA) $(FLAGS5) $(PASSWD_FLAGS) diff --git a/japanese/samba/files/patch-ab b/japanese/samba/files/patch-ab index 1241a6d587c6..9280db4a777d 100644 --- a/japanese/samba/files/patch-ab +++ b/japanese/samba/files/patch-ab @@ -1,80 +1,35 @@ -*** Makefile.in.orig Sun Sep 12 10:52:14 1999 ---- Makefile.in Sun Jan 2 10:34:05 2000 -*************** -*** 23,31 **** - - BASEDIR= @prefix@ - BINDIR = @bindir@ -! # we don't use sbindir because we want full compatibility with -! # the previous releases of Samba -! SBINDIR = @bindir@ - LIBDIR = @libdir@ - VARDIR = @localstatedir@ - MANDIR = @mandir@ ---- 23,29 ---- - - BASEDIR= @prefix@ - BINDIR = @bindir@ -! SBINDIR = @sbindir@ - LIBDIR = @libdir@ - VARDIR = @localstatedir@ - MANDIR = @mandir@ -*************** -*** 36,43 **** - # set these to where to find various files - # These can be overridden by command line switches (see smbd(8)) - # or in smb.conf (see smb.conf(5)) -! SMBLOGFILE = $(VARDIR)/log.smb -! NMBLOGFILE = $(VARDIR)/log.nmb - CONFIGFILE = $(LIBDIR)/smb.conf - LMHOSTSFILE = $(LIBDIR)/lmhosts - DRIVERFILE = $(LIBDIR)/printers.def ---- 34,42 ---- - # set these to where to find various files - # These can be overridden by command line switches (see smbd(8)) - # or in smb.conf (see smb.conf(5)) -! LOGDIR=$(VARDIR)/log -! SMBLOGFILE = $(LOGDIR)/log.smb -! NMBLOGFILE = $(LOGDIR)/log.nmb - CONFIGFILE = $(LIBDIR)/smb.conf - LMHOSTSFILE = $(LIBDIR)/lmhosts - DRIVERFILE = $(LIBDIR)/printers.def -*************** -*** 53,58 **** ---- 52,60 ---- - # the directory where lock files go - LOCKDIR = @lockdir@ - -+ # the directory where pid files go -+ PIDFILEDIR = $(VARDIR)/run -+ - # The directory where code page definition files go - CODEPAGEDIR = $(LIBDIR)/codepages - -*************** -*** 70,76 **** - PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" - FLAGS1 = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper $(CPPFLAGS) -DSMBLOGFILE=\"$(SMBLOGFILE)\" -DNMBLOGFILE=\"$(NMBLOGFILE)\" - FLAGS2 = -DCONFIGFILE=\"$(CONFIGFILE)\" -DLMHOSTSFILE=\"$(LMHOSTSFILE)\" -! FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DSMBRUN=\"$(SMBRUN)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" - FLAGS4 = -DDRIVERFILE=\"$(DRIVERFILE)\" -DBINDIR=\"$(BINDIR)\" - FLAGS5 = $(FLAGS1) $(FLAGS2) $(FLAGS3) $(FLAGS4) -DHAVE_INCLUDES_H - FLAGS = $(ISA) $(FLAGS5) $(PASSWD_FLAGS) ---- 72,78 ---- - PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" - FLAGS1 = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper $(CPPFLAGS) -DSMBLOGFILE=\"$(SMBLOGFILE)\" -DNMBLOGFILE=\"$(NMBLOGFILE)\" - FLAGS2 = -DCONFIGFILE=\"$(CONFIGFILE)\" -DLMHOSTSFILE=\"$(LMHOSTSFILE)\" -! FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DPIDFILEDIR=\"$(PIDFILEDIR)\" -DSMBRUN=\"$(SMBRUN)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" - FLAGS4 = -DDRIVERFILE=\"$(DRIVERFILE)\" -DBINDIR=\"$(BINDIR)\" - FLAGS5 = $(FLAGS1) $(FLAGS2) $(FLAGS3) $(FLAGS4) -DHAVE_INCLUDES_H - FLAGS = $(ISA) $(FLAGS5) $(PASSWD_FLAGS) -*************** -*** 461,466 **** ---- 463,469 ---- - - installman: - @$(SHELL) $(srcdir)/script/installman.sh $(MANDIR) $(srcdir) "@ROFF@" -+ @$(SHELL) $(srcdir)/../samba-jp/man/install-man.sh "$(MANDIR)/ja" "$(srcdir)/../samba-jp/man" "cat" "" - - uninstall: uninstallman uninstallbin uninstallscripts uninstallcp - +--- param/loadparm.c.orig Mon May 29 05:48:34 2000 ++++ param/loadparm.c Wed Jun 28 09:21:07 2000 +@@ -106,6 +106,7 @@ + { + char *szPrintcapname; + char *szLockDir; ++ char *szPidDir; + char *szRootdir; + char *szDefaultService; + char *szDfree; +@@ -821,6 +822,8 @@ + {N_("preload"), P_STRING, P_GLOBAL, &Globals.szAutoServices, NULL, NULL, 0}, + {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_("utmp dir"), P_STRING, P_GLOBAL, &Globals.szUtmpDir, NULL, NULL, 0}, +@@ -911,6 +914,7 @@ + string_set(&Globals.szPrintcapname, PRINTCAP_NAME); + string_set(&Globals.szDriverFile, DRIVERFILE); + string_set(&Globals.szLockDir, LOCKDIR); ++ string_set(&Globals.szPidDir, PIDFILEDIR); + string_set(&Globals.szRootdir, "/"); + #ifdef WITH_UTMP + string_set(&Globals.szUtmpDir, ""); +@@ -1185,6 +1189,7 @@ + FN_GLOBAL_STRING(lp_serverstring,&Globals.szServerString) + FN_GLOBAL_STRING(lp_printcapname,&Globals.szPrintcapname) + 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 --git a/japanese/samba/files/patch-ac b/japanese/samba/files/patch-ac index 0220c6364fb5..dd53b8418c1e 100644 --- a/japanese/samba/files/patch-ac +++ b/japanese/samba/files/patch-ac @@ -1,36 +1,20 @@ -*** lib/pidfile.c.orig Wed Jul 21 10:25:08 1999 ---- lib/pidfile.c Mon Dec 27 04:46:26 1999 -*************** -*** 37,43 **** - unsigned ret; - pstring pidFile; - -! slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_lockdir(), name); - - fd = sys_open(pidFile, O_NONBLOCK | O_RDWR, 0644); - if (fd == -1) { ---- 37,43 ---- - unsigned ret; - pstring pidFile; - -! slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name); - - fd = sys_open(pidFile, O_NONBLOCK | O_RDWR, 0644); - if (fd == -1) { -*************** -*** 78,84 **** - pstring pidFile; - pid_t pid; - -! slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_lockdir(), name); - - pid = pidfile_pid(name); - if (pid != 0) { ---- 78,84 ---- - pstring pidFile; - pid_t pid; - -! slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name); - - pid = pidfile_pid(name); - if (pid != 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 --git a/japanese/samba/files/patch-ae b/japanese/samba/files/patch-ae index 786ca0c79dc9..252ac19c8e63 100644 --- a/japanese/samba/files/patch-ae +++ b/japanese/samba/files/patch-ae @@ -1,36 +1,11 @@ -*** nmbd/nmbd_winsserver.c.orig Wed Jul 21 10:25:11 1999 ---- nmbd/nmbd_winsserver.c Mon Dec 27 04:46:26 1999 -*************** -*** 152,158 **** - start_async_dns(); - #endif - -! pstrcpy(fname,lp_lockdir()); - trim_string(fname,NULL,"/"); - pstrcat(fname,"/"); - pstrcat(fname,WINS_LIST); ---- 152,158 ---- - start_async_dns(); - #endif - -! pstrcpy(fname,"/var/db"); - trim_string(fname,NULL,"/"); - pstrcat(fname,"/"); - pstrcat(fname,WINS_LIST); -*************** -*** 1551,1557 **** - } - } - -! slprintf(fname,sizeof(fname),"%s/%s", lp_lockdir(), WINS_LIST); - all_string_sub(fname,"//", "/", 0); - slprintf(fnamenew,sizeof(fnamenew),"%s.%u", fname, (unsigned int)getpid()); - ---- 1551,1557 ---- - } - } - -! slprintf(fname,sizeof(fname),"%s/%s", "/var/db", WINS_LIST); - all_string_sub(fname,"//", "/", 0); - slprintf(fnamenew,sizeof(fnamenew),"%s.%u", fname, (unsigned int)getpid()); - +--- script/convert_smbpasswd.orig Thu Nov 5 11:50:17 1998 ++++ script/convert_smbpasswd Wed Feb 10 00:02:01 1999 +@@ -7,7 +7,7 @@ + # with trying to work out how to get the seconds since 1970 + # in awk or the shell. JRA. + # +-nawk 'BEGIN {FS=":"} ++awk 'BEGIN {FS=":"} + { + if( $0 ~ "^#" ) { + print $0 diff --git a/japanese/samba/files/patch-af b/japanese/samba/files/patch-af index 62c3f67418b8..4d0b8cd2da0e 100644 --- a/japanese/samba/files/patch-af +++ b/japanese/samba/files/patch-af @@ -1,43 +1,9 @@ -*** param/loadparm.c.orig Wed Nov 10 01:51:12 1999 ---- param/loadparm.c Mon Dec 27 04:50:15 1999 -*************** -*** 104,109 **** ---- 104,110 ---- - { - char *szPrintcapname; - char *szLockDir; -+ char *szPidDir; - char *szRootdir; - char *szDefaultService; - char *szDfree; -*************** -*** 784,789 **** ---- 785,792 ---- - {"auto services", P_STRING, P_GLOBAL, &Globals.szAutoServices, NULL, NULL, 0}, - {"lock dir", P_STRING, P_GLOBAL, &Globals.szLockDir, NULL, NULL, 0}, - {"lock directory", P_STRING, P_GLOBAL, &Globals.szLockDir, NULL, NULL, 0}, -+ {"pidfile dir", P_STRING, P_GLOBAL, &Globals.szPidDir, NULL, NULL, 0}, -+ {"pidfile directory",P_STRING, P_GLOBAL, &Globals.szPidDir, NULL, NULL, 0}, - {"default service", P_STRING, P_GLOBAL, &Globals.szDefaultService, NULL, NULL, 0}, - {"default", P_STRING, P_GLOBAL, &Globals.szDefaultService, NULL, NULL, 0}, - {"message command", P_STRING, P_GLOBAL, &Globals.szMsgCommand, NULL, NULL, 0}, -*************** -*** 864,869 **** ---- 867,873 ---- - string_set(&Globals.szPrintcapname, PRINTCAP_NAME); - string_set(&Globals.szDriverFile, DRIVERFILE); - string_set(&Globals.szLockDir, LOCKDIR); -+ string_set(&Globals.szPidDir, PIDFILEDIR); - string_set(&Globals.szRootdir, "/"); - string_set(&Globals.szSmbrun, SMBRUN); - string_set(&Globals.szSocketAddress, "0.0.0.0"); -*************** -*** 1147,1152 **** ---- 1151,1157 ---- - FN_GLOBAL_STRING(lp_serverstring,&Globals.szServerString) - FN_GLOBAL_STRING(lp_printcapname,&Globals.szPrintcapname) - FN_GLOBAL_STRING(lp_lockdir,&Globals.szLockDir) -+ FN_GLOBAL_STRING(lp_piddir,&Globals.szPidDir) - FN_GLOBAL_STRING(lp_rootdir,&Globals.szRootdir) - FN_GLOBAL_STRING(lp_defaultservice,&Globals.szDefaultService) - FN_GLOBAL_STRING(lp_msg_command,&Globals.szMsgCommand) +--- script/updatesmbpasswd.sh.orig Sat May 4 16:50:45 1996 ++++ script/updatesmbpasswd.sh Wed Feb 10 01:21:05 1999 +@@ -1,5 +1,5 @@ + #!/bin/sh +-nawk 'BEGIN {FS=":"} ++awk 'BEGIN {FS=":"} + { + if( $0 ~ "^#" ) { + print $0 diff --git a/japanese/samba/files/patch-ag b/japanese/samba/files/patch-ag index d8373850125d..eac80026a659 100644 --- a/japanese/samba/files/patch-ag +++ b/japanese/samba/files/patch-ag @@ -1,19 +1,20 @@ -*** script/convert_smbpasswd.orig Thu Nov 5 11:50:17 1998 ---- script/convert_smbpasswd Mon Dec 27 04:46:26 1999 -*************** -*** 7,13 **** - # with trying to work out how to get the seconds since 1970 - # in awk or the shell. JRA. - # -! nawk 'BEGIN {FS=":"} - { - if( $0 ~ "^#" ) { - print $0 ---- 7,13 ---- - # with trying to work out how to get the seconds since 1970 - # in awk or the shell. JRA. - # -! awk 'BEGIN {FS=":"} - { - if( $0 ~ "^#" ) { - print $0 +--- nmbd/nmbd_winsserver.c.orig Wed Jul 21 10:25:11 1999 ++++ nmbd/nmbd_winsserver.c Fri Jul 23 15:14:33 1999 +@@ -152,7 +152,7 @@ + start_async_dns(); + #endif + +- pstrcpy(fname,lp_lockdir()); ++ pstrcpy(fname,"/var/db"); + trim_string(fname,NULL,"/"); + pstrcat(fname,"/"); + pstrcat(fname,WINS_LIST); +@@ -1551,7 +1551,7 @@ + } + } + +- slprintf(fname,sizeof(fname),"%s/%s", lp_lockdir(), WINS_LIST); ++ slprintf(fname,sizeof(fname),"%s/%s", "/var/db", WINS_LIST); + all_string_sub(fname,"//", "/", 0); + slprintf(fnamenew,sizeof(fnamenew),"%s.%u", fname, (unsigned int)getpid()); + diff --git a/japanese/samba/files/patch-ah b/japanese/samba/files/patch-ah index 34657225c5d1..81b1f75158a4 100644 --- a/japanese/samba/files/patch-ah +++ b/japanese/samba/files/patch-ah @@ -1,15 +1,12 @@ -*** script/updatesmbpasswd.sh.orig Sat May 4 16:50:45 1996 ---- script/updatesmbpasswd.sh Mon Dec 27 04:46:26 1999 -*************** -*** 1,5 **** - #!/bin/sh -! nawk 'BEGIN {FS=":"} - { - if( $0 ~ "^#" ) { - print $0 ---- 1,5 ---- - #!/bin/sh -! awk 'BEGIN {FS=":"} - { - if( $0 ~ "^#" ) { - print $0 +--- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999 ++++ lib/util_sock.c Wed Sep 22 11:30:18 1999 +@@ -28,6 +28,9 @@ + extern int sslFd; + #endif /* WITH_SSL */ + ++#undef MSG_WAITALL ++#define MSG_WAITALL 0 ++ + extern int DEBUGLEVEL; + + BOOL passive = False; diff --git a/japanese/samba/files/patch-aj b/japanese/samba/files/patch-aj new file mode 100644 index 000000000000..5e31ad8ebaa7 --- /dev/null +++ b/japanese/samba/files/patch-aj @@ -0,0 +1,14 @@ +--- include/local.h.orig Thu Nov 11 03:36:00 1999 ++++ include/local.h Fri Feb 4 11:33:01 2000 +@@ -178,9 +178,9 @@ + * Default passwd chat script. + */ + +-#define DEFAULT_PASSWD_CHAT "*new*password* %n\\n *new*password* %n\\n *changed*" ++#define DEFAULT_PASSWD_CHAT "*\\n*ew\\spassword* %n\\n *ew\\spassword* %n\\n *updating\\sthe\\sdatabase...\\npasswd:\\sdone\\n" + + /* Minimum length of allowed password when changing UNIX password. */ +-#define MINPASSWDLENGTH 5 ++#define MINPASSWDLENGTH 6 + + #endif diff --git a/japanese/samba/files/patch-ak b/japanese/samba/files/patch-ak new file mode 100644 index 000000000000..11d28eed5372 --- /dev/null +++ b/japanese/samba/files/patch-ak @@ -0,0 +1,29 @@ +--- script/installswat.sh.orig Wed Jul 26 15:58:59 2000 ++++ script/installswat.sh Wed Jul 26 15:59:26 2000 +@@ -16,7 +16,7 @@ + langdir=$SWATDIR/$ln + for d in $SWATDIR $langdir $langdir/help $langdir/images $langdir/include; do + if [ ! -d $d ]; then +- mkdir $d ++ mkdir -p $d + if [ ! -d $d ]; then + echo Failed to make directory $d, does $USER have privileges? + exit 1 +@@ -84,7 +84,7 @@ + + for d in $BOOKDIR $BOOKDIR/$ln $BOOKDIR/$ln/figs $BOOKDIR/$ln/gifs; do + if [ ! -d $d ]; then +- mkdir $d ++ mkdir -p $d + if [ ! -d $d ]; then + echo Failed to make directory $d, does $USER have privileges? + exit 1 +@@ -131,7 +131,7 @@ + + for d in $SWATDIR/$ln/help/HowToUseSamba; do + if [ ! -d $d ]; then +- mkdir $d ++ mkdir -p $d + if [ ! -d $d ]; then + echo Failed to make directory $d, does $USER have privileges? + exit 1 diff --git a/japanese/samba/files/patch-ba b/japanese/samba/files/patch-ba new file mode 100644 index 000000000000..7f46ffd7af1e --- /dev/null +++ b/japanese/samba/files/patch-ba @@ -0,0 +1,11 @@ +--- configure.in.orig Mon Oct 4 09:03:55 1999 ++++ configure.in Mon Oct 4 09:04:00 1999 +@@ -1064,7 +1064,7 @@ + --whithout-krb5 Don't include Kerbers 5 support (default)], + [ AC_MSG_RESULT(yes) + AC_DEFINE(KRB5_AUTH) +- LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err" ++ LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err" + CFLAGS="$CFLAGS -I$withval/include" + LDFLAGS="$LDFLAGS -L$withval/lib"], + AC_MSG_RESULT(no) diff --git a/japanese/samba/files/smb.conf.default b/japanese/samba/files/smb.conf.default index 180fd71cc76e..228aa1ccdb5c 100644 --- a/japanese/samba/files/smb.conf.default +++ b/japanese/samba/files/smb.conf.default @@ -1,250 +1,552 @@ -# This is the main Samba configuration file. You should read the -# smb.conf(5) manual page in order to understand the options listed -# here. Samba has a huge number of configurable options (perhaps too -# many!) most of which are not shown in this example +# これは Samba の設定ファイルです。 +# ここで列挙されているオプションを理解するためには、smb.conf(5) のマニュ +# アルページを読む必要があります。 +# Samba には多くの (というより、非常に多くの!) 設定可能なオプションが +# あり、その多くはこの例には現れていません。 # -# Any line which starts with a ; (semi-colon) or a # (hash) -# is a comment and is ignored. In this example we will use a # -# for commentry and a ; for parts of the config file that you -# may wish to enable -# -# NOTE: Whenever you modify this file you should run the command "testparm" -# to check that you have not many any basic syntactic errors. -# -#======================= Global Settings ===================================== +# ; (セミコロン) および # (ハッシュ) で始まるすべての行はコメントであり、 +# 無視されます。この例では # はコメントに、; は有効化してもよいだろうオ +# プションを示します。 + +# 注意: このファイルを修正した場合は、必ず「testparm」コマンドを用いて、 +# 基本的な文法エラーがないかどうかチェックする必要があるでしょう。 + +# 注意: coding system を EUC や SJIS にする場合は、smb.conf の文字コード +# を必ずそれに合わせて変更してください。 + +#======================= 全体的な設定 ================================== [global] -# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4 - workgroup = MYGROUP +# === client code page と coding system は、必ず smb.conf の先頭で +# 指定してください === -# server string is the equivalent of the NT Description field - server string = Samba Server +# client code page はクライアントが利用する言語を指定します。 +# 932 は日本語を表します。 -# This option is important for security. It allows you to restrict -# connections to machines which are on your local network. The -# following example restricts access to two C class networks and -# the "loopback" interface. For more examples of the syntax see -# the smb.conf man page -; hosts allow = 192.168.1. 192.168.2. 127. + client code page = 932 -# If you want to automatically load your printer list rather -# than setting them up individually then you'll need this - load printers = yes +# coding system は、クライアントがシフトJIS コードで送信した日本語のファ +# イル名を UNIX のファイルシステムに書き込むときの文字コードを指定しま +# す。 +# +# ===このオプションは重要ですので注意して設定してください=== +# +# EUC: EUC で書き込みます。 +# UNIX 上で日本語対応した ls コマンド等で日本語ファイル名を表示 +# することができます。 +# 日本語対応しているコマンドの多くで、ファイル名を正しく扱えま +# すが、日本語対応していないコマンドでは問題が発生する可能性も +# あります。 +# 一部のシフトJIS 固有の文字は、変換できないので使えません。 +# 個人利用や、UNIX 上で日本語ファイル名を扱いたい場合に便利です +# +# SJIS: シフトJIS で書き込みます。 +# UNIX 上で ls コマンド等では日本語ファイル名を表示できません。 +# UNIX 上でのコマンド実行時に不具合が発生することがあります +# UNIX 側で SJIS を用いている場合に指定します。 +# +# CAP: Macintosh 用のファイルサーバソフトである CAP と互換性のある方 +# 法でファイル名を書き込みます。 +# UNIX 上でのファイル名は ASCII 文字に変換されたものが表示され +# ます。 +# 場合によっては UNIX 上でのコマンド実行時に不具合が発生する可 +# 能性があります。 +# CAP や Netatalk と連携するのであれば、CAP にする必要があります。 +# +# HEX: 文字コードを ASCII コードに変換する独自の方式でファイル名を書 +# き込みます。 +# UNIX 上でのファイル名は ASCII 文字に変換されたものが表示され +# ます。 +# UNIX 上でのコマンド実行時に不具合が発生することはありません。 +# UNIX 上での安定性を最大にしたい時に利用してください。 + + coding system = EUC + +# workgroup は、NTドメイン名、またはワークグループ名を指定してください。 +# 既にワークグループやNTドメインがあれば、その名前に合わせるとよいでしょ +# う。 + workgroup = SAMBA + +# server string は、NT の [コントロールパネル] - [サーバ] - [説明] フィー +# ルドや Windows 95/98 の [コントロールパネル] - [ネットワーク] - [コ +# ンピュータの識別] タブの [コンピュータの説明] フィールドで設定される +# コンピュータの情報を指定します。 +# この情報は、エクスプローラで、[表示] - [詳細] を選択して、 [ネットワー +# クコンピュータ] アイコンを開くと見ることができます。 + + server string = Samba %v + +# security, password server は、Samba の認証モードを指定します。 +# 各認証モードの項には、関連したパラメータの記述も書いてあります。 +# 認証モードを変更する場合には、その認証モードに関連して有効にしたパラ +# メータを全てコメントにしてください。 +# +# ===このオプションは重要ですので注意して設定してください=== +# +# ------------------------------------------------------------ +# 1. NT ドメインのドメインコントローラに認証を任せる場合 +# NT ドメインのアカウントから Samba にアクセスさせたいときは、この設 +# 定を使ってください。 +# 必ず DOMAIN_MEMBER.txt を参照して必要な設定を行なってから、以下を +# 有効にしてください。 +# workgroup に、所属したい NT ドメイン名を指定してください。また +# encrypt passwords = yes に設定してください。 +# +# password server に記述する名前は、UNIX マシン上で解決可能な名前で、 +# かつ実際のドメインコントローラのコンピュータ名と一致している必要が +# あります。* を指定すると、Windows NT と同様のロジックで自動的にサー +# バを検出します。* の指定は Samba 2.0.6 から有効です。 + +; security = domain +; password server = PDC_NETBIOS_NAME BDC_NET_BIOS_NAME +; password server = * +; encrypt passwords = yes + +# add/delete user script は、ドメインコントローラが認証したユーザを +# 自動的に Samba マシンに追加する機能を提供します。 +# 詳細は smb.conf(5) を参照してください。 +# smb-useradd と smb-userdel は example/add-delete-user-script/ にある +# サンプルです。必要に応じてカスタマイズしてください。 + +; add user script = /usr/sbin/smb-useradd %u +; delete user script = /usr/sbin/smb-userdel %u + +# ------------------------------------------------------------ +# 2. 別のサーバ(含むドメインコントローラ, NT Workstation, Samba サーバ) +# に認証を任せる場合 +# password server には、信頼しているサーバだけを設定してください。 +# +# password server に記述する名前は、UNIX マシン上で解決可能な名前で、 +# かつ実際のサーバのコンピュータ名と一致している必要があります。 -# you may wish to override the location of the printcap file -; printcap name = /etc/printcap +; security = server +; password server = SERVER_NETBIOS_NAME -# on SystemV system setting printcap name to lpstat should allow -# you to automatically obtain a printer list from the SystemV spool -# system -; printcap name = lpstat +# encrypt password は、どうしても必要な場合以外 yes にしてください。 +; encrypt passwords = yes -# It should not be necessary to specify the print system type unless -# it is non-standard. Currently supported print systems include: -# bsd, sysv, plp, lprng, aix, hpux, qnx -; printing = bsd +# add user script は認証サーバが認証したユーザを、自動的に Samba +# マシンに追加する機能を提供します。 +# 詳細は smb.conf(5) を参照してください。 -# Uncomment this if you want a guest account, you must add this to /etc/passwd -# otherwise the user "nobody" is used -; guest account = pcguest +; add user script = /usr/sbin/smb-useradd %u -# this tells Samba to use a separate log file for each machine -# that connects - log file = %%SAMBA_LOGDIR%%/log.%m +# ------------------------------------------------------------ +# 3. UNIX マシンで認証を行なう場合 +# 通常はこちらを選択してください。 -# Put a capping on the size of the log files (in Kb). - max log size = 50 + security = user -# Security mode. Most people will want user level security. See -# security_level.txt for details. - security = user -# Use password server option only with security = server -; password server = <NT-Server-Name> +# encrypt passwords はパスワードの暗号化を制御します。 +# 暗号化を有効にした場合は、smbpasswd コマンドを使って +# /etc/smbpasswd に Samba でアクセスするユーザを追加してください。暗 +# 号化せずに運用することもできますが、推奨しません。 +# 詳細は Samba のドキュメントの ENCRYPTION.txt を参照してください。 -# You may wish to use password encryption. Please read -# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation. -# Do not enable this option unless you have read those documents -; encrypt passwords = yes + encrypt passwords = yes -# Using the following line enables you to customise your configuration -# on a per machine basis. The %m gets replaced with the netbios name -# of the machine that is connecting -; include = %%SAMBA_CONFDIR%%/smb.conf.%m +# ------------------------------------------------------------ +# 4. ユーザベースの認証を行なわない場合 +# 必要な設定に付いては、smb.conf(5) を参照してください。 -# Most people will find that this option gives better performance. -# See speed.txt and the manual pages for details - socket options = TCP_NODELAY +; security = share +; encrypt passwords = yes -# Configure Samba to use multiple interfaces -# If you have multiple network interfaces then you must list them -# here. See the man page for details. -; interfaces = 192.168.12.2/24 192.168.13.2/24 +# ------------------------------------------------------------ -# Browser Control Options: -# set local master to no if you don't want Samba to become a master -# browser on your network. Otherwise the normal election rules apply -; local master = no +# guest account はゲストとして認証されたときに利用されるアカウントを規 +# 定します。デフォルトは nobody ですが、Samba 専用のアカウントを利用す +# ることを勧めます。 -# OS Level determines the precedence of this server in master browser -# elections. The default value should be reasonable -; os level = 33 +; guest account = smbguest -# Domain Master specifies Samba to be the Domain Master Browser. This -# allows Samba to collate browse lists between subnets. Don't use this -# if you already have a Windows NT domain controller doing this job -; domain master = yes +# map to guest は security = share 以外で、失敗した認証の扱いを規定し +# ます。詳しくは smb.conf(5) を参照してください。 +# +# Never: 認証は失敗します。 +# +# Bad User: 認証を要求したユーザが存在しない場合、guest account と +# して認証されます。 +# NT で Guest を有効にした場合と類似の動作を行ないます。 +# +# Bad Password: 失敗した認証は、全て guest account として認証されます。 -# Preferred Master causes Samba to force a local browser election on startup -# and gives it a slightly higher chance of winning the election -; preferred master = yes + map to guest = Bad User -# Use only if you have an NT server on your network that has been -# configured at install time to be a primary domain controller. -; domain controller = <NT-Domain-Controller-SMBName> +# domain master, local master, preferred master, os level は、Samba の +# ブラウジング機能を規定します。 +# domain logons は、Samba が Windows 95/98 のログオンサーバとして機能 +# するかどうかの制御を行ないます。 +# 詳細は smb.conf(5) を参照してください。 +# +# 以下、何とおりかのテンプレートを提示します。この設定の意味を正しく理 +# 解するには、Microsoft ネットワークのブラウジング機能に付いて熟知する +# 必要があります。これ以外の設定にしても構いませんが、自分が何を行なっ +# ているかを充分理解した上で行なってください。 +# +# 各テンプレートには、関連したパラメータの設定が記述されています。利用 +# するテンプレートを変更する場合には、そのテンプレートに関連して有効に +# したパラメータを全てコメントにしてください。 +# +# ===このオプションは重要ですので注意して設定してください=== +# +# ------------------------------------------------------------ +# 1. 同一サブネット内に、workgroup パラメータで設定したドメイン/ ワー +# クグループに所属する Windows NT/2000 マシンが存在する場合 +# これは最も問題が発生する可能性の低い設定です。 -# Enable this if you want Samba to be a domain logon server for -# Windows95 workstations. +; domain master = no +; local master = no +; preferred master = no +; os level = 0 + +# ------------------------------------------------------------ +# 2. 同一サブネット内に、workgroup パラメータで設定したドメイン/ ワー +# クグループに所属する Windows NT/2000 マシンが存在しない、もしくは +# しない可能性がある場合 +# これは、ほぼ Samba 2.0.5a までのデフォルト設定です。 +# Samba 2.0.5a の場合 os level = 1 がデフォルトです。 + + domain master = no + local master = yes + preferred master = no + os level = 2 + +# ------------------------------------------------------------ +# 3. Samba を Windows 95/ 98 のログオンサーバとして機能させる場合 +# ただし、workgroup パラメータで設定したドメインが既に存在している場 +# 合、以下の設定は絶対に行なわないでください。 +# +# === 以下の設定は、workgroup パラメータの値を必ず確認してから行なっ +# てください。誤って設定すると Microsoft ネットワーク全体が機能 +# 不全に陥ります === + +; domain master = yes +; local master = yes +; preferred master = yes +; os level = 65 ; domain logons = yes -# if you enable domain logons then you may want a per-machine or -# per user logon script -# run a specific logon batch file per workstation (machine) +# ログオンスクリプトを設定します。 +# スクリプトはクライアント上で実行されるので、Windows の実行可能ファ +# イルか、スクリプトファイルを指定します。 +# +# ユーザがログオンしたマシン名ごとに指定されたログオンスクリプトを起 +# 動します。 ; logon script = %m.bat -# run a specific logon batch file per username + +# ログオンしたユーザ名ごとに指定されたログオンスクリプトを起動します。 ; logon script = %U.bat -# Where to store roving profiles (only for Win95 and WinNT) -# %L substitutes for this servers netbios name, %U is username -# You must uncomment the [Profiles] share below -; logon path = \\%L\Profiles\%U +# 共通のログオンスクリプトを起動します。 +; login script = login.bat -# Windows Internet Name Serving Support Section: -# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server -; wins support = yes +# 移動プロファイルを保存する場所の指定とホームディレクトリの指定 + %N はこのサーバの NetBIOS 名、%U はユーザ名に置換されます。 +; logon path = \\%N\%U\profile +; logon home = \\%N\%U + +# Samba 2.0.6 で Windows 95/98 に対して提供する移動プロファイルの場 +# 所を指定する場合、logon home で以下のように設定します。logon path +# は無視されます(Samba 2.0.6 のドキュメントバグです)。 + +; logon home = \\%N\%U\profile + +# ------------------------------------------------------------ + +# WINS 機能の選択 +# wins support, wins server は、Samba の WINS 機能を制御します。 +# 以下、何通りかのテンプレートを提示します。 +# +# 各テンプレートには、関連したパラメータの設定が記述されています。利用 +# するテンプレートを変更する場合には、そのテンプレートに関連して有効に +# したパラメータを全てコメントにしてください。 +# +# domain master = yes にして、ログオンサーバ提供を提供する場合は、WINS +# の利用を推奨します。 + +# ------------------------------------------------------------ +# 1. ネットワーク上に WINS サーバが存在せず、利用もしない場合 +# Samba のデフォルトの設定です。 + + wins support = no + +# ------------------------------------------------------------ +# 2. ネットワーク上に WINS サーバが存在する場合 +# 既存の WINS サーバの IP アドレスを指定します。 -# WINS Server - Tells the NMBD components of Samba to be a WINS Client -# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both ; wins server = w.x.y.z +; wins support = no + +# ------------------------------------------------------------ +# 3. ネットワーク上に WINS サーバが存在せず、WINS サーバを利用したい場 +# 合 +# Samba を WINS サーバとして設定します。 + +; wins support = yes -# WINS Proxy - Tells Samba to answer name resolution queries on -# behalf of a non WINS capable client, for this to work there must be -# at least one WINS Server on the network. The default is NO. +# win hook パラメータにより、WINS サーバに追加されたホストのエントリを +# 自動的に DNS サーバに反映することができます。 +# 詳細は smb.conf(5) を参照してください。 +# dns_update は examples/wins_hook/ にあるサンプルです。利用するにはス +# クリプトの修正が必要ですので、スクリプト先頭部分のドキュメントを読ん +# で、カスタマイズしてください。 + +; wins hook = /usr/sbin/dns_update + +# 以下のオプションの意味に付いては smb.conf(5) を参照してください。 +# 通常は設定の必要はありません。 ; wins proxy = yes -# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names -# via DNS nslookups. The built-in default for versions 1.9.17 is yes, -# this has been changed in version 1.9.18 to no. - dns proxy = no +# ------------------------------------------------------------ -#============================ Share Definitions ============================== -[homes] - comment = Home Directories - browseable = no - writeable = yes - -# Un-comment the following and create the netlogon directory for Domain Logons -; [netlogon] -; comment = Network Logon Service -; path = /usr/local/samba/lib/netlogon -; guest ok = yes -; writeable = no -; share modes = no - - -# Un-comment the following to provide a specific roving profile share -# the default is to use the user's home directory -;[Profiles] -; path = /usr/local/samba/profiles -; browseable = no -; guest ok = yes +# dns proxy は Samba が解決できない NetBIOS 名の解決を DNS に問い合わ +# せるかどうかを制御します。 +# 既定値は yes ですが、余計なトラヒックを押える意味でも、この機能を利 +# 用している場合以外は no にすることを推奨します。 + + dns proxy = no + +# hosts allow はセキュリティ上重要です。この設定によって、ホスト単位で +# 接続を制限することが可能です。以下のコメントになっている例では 2 つ +# のクラス C のネットワークと「ループバック」インターフェースからの接 +# 続に限って許可するという制限を行なっています。詳細は smb.conf(5) を +# 参照してください。 +# 指定がない場合、全てのインタフェースから接続できます。 + +; hosts allow = 192.168.1. 192.168.2. 127. + +# ほとんどの場合、このオプションを設定することで、より良い性能を得ること +# ができるでしょう。詳しくは Speed.txt やマニュアルページを参照してくだ +# さい。 + + socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 + +# この方法を利用すると、クライアントホスト毎の設定を行うことが可能です。 +# %m は、クライアントホストの NetBIOS 名になります。 + +; include = %%SAMBA_CONFDIR%%/smb.conf.%m + +# 共有のデフォルト設定 +# ------------------------------------------------------------ +# +# 以下は、作成した共有のデフォルト設定を設定します。 +# ここで行なった設定は、個別の共有セクション中で上書きすることが可能で +# す。 +# + +# 規定の create mask は archive 属性を owner の実行ビットに反映させ +# るために 0744 になっていますが、全てのファイルに実行権がついて気持 +# 悪いという場合は、以下のように設定してください。 +# ただし、Windows 側のアーカイブ属性が Samba 上で失われます。 +# 良く分からない方はこのままで結構です。 + +; create mask = 0644 +; map archive = no + +# follow symlinks を有効にすることで、シンボリックリンクの追跡を止め +# させることが可能です。これを行なわないと、ユーザが /etc 等へのシン +# ボリックリンクを作成することで、/etc 内のファイルの閲覧が可能にな +# るといった問題が発生するので、一般ユーザが書き込み可能なディレクト +# リでは、no にしておいたほうが安全でしょう。既定値は yes です。 + +; follow symlinks = no + +# oplocks は、Samba が Windows クライアントに対して提供するキャッシュ +# 機能を制御します。共有内のファイルを UNIX からもアクセスする場合は、 +# no に設定してください(SGI を除く)。 + + oplocks = no + +# Samba の提供するディレクトリ内で Visual Studio でコンパイルを行な +# う場合は、以下を設定しましょう。 +; dos file time resolution = yes +; fake directory create times = yes + +# ------------------------------------------------------------ + +# ========================== ログの設定 =========================== + +# 接続するホスト毎にログファイルをわける + log file = %%SAMBA_LOGDIR%%/log.%m + +# ログファイルサイズの上限 (KB) + max log size = 50 + +# ------------------------------------------------------------ + +# ========================== 各共有の定義 =========================== + +# ------------------------------------------------------------ +# domain master = yes にして、ログオンサーバ提供を提供する場合は、以下 +# を有効にして、netlogon 共有を作成してください + +;[netlogon] +; comment = Network Logon Service +; path = /home/samba/netlogon +; writable = no +; guest ok = yes + +# ------------------------------------------------------------ +# /etc/printcap で定義されているプリンタを共有するには、[printers] 共 +# 有を有効にしてください。 +# [printers] 共有を有効にしない場合でも、個々のプリンタを個別に共有す +# ることは可能です。 -# NOTE: If you have a BSD-style print system there is no need to -# specifically define each individual printer [printers] - comment = All Printers + comment = All Printers in /etc/printcap path = %%SAMBA_SPOOL%% browseable = no -# Set public = yes to allow user 'guest account' to print - guest ok = no - writeable = no + writable = no printable = yes -# This one is useful for people to share files -;[tmp] -; comment = Temporary file space -; path = /tmp -; read only = no -; public = yes +# guest ok = yes にすると、ゲストアカウントで印刷が可能となります。 +; guest ok = no + +# ------------------------------------------------------------ +# 各人のホームディレクトリを共有するには、[homes] 共有を有効にします。 +# +[homes] + comment = %U's Home Directories + browseable = no + writable = yes + +# デフォルトでは、UNC で指定することで、他人のホームディレクトリにも接 +# 続が可能です。これを禁止する場合は、以下を設定してください。 +; valid users = %S + +# ------------------------------------------------------------ +# 特定のプロジェクトのメンバのみが利用可能な共有の例です。 +# この共有を利用するには project-a グループが定義されている必要があり +# ます。 +# force create mode でグループに書き込み権を与えており、force group で +# 全員を project-a グループとしてアクセスさせているので、project-a グ +# ループに所属する原因が互いの作成したファイルにアクセス可能になります。 +# また、project-a グループは write list で指定されていますので、read +# only パラメータの設定に関わらず、この共有に書き込むことが可能です。 +# 事前に最低でも +# chmod g+w /home/samba/project-a +# chgrp project-a /home/samba/project-a +# を行なっておく必要があります。 + +;[project-a] +; comment = Project-A Space on %h +; path = /home/samba/project-a +; read only = yes +; force group = project-a +; force create mode = 0664 +; force directory mode = 0775 + +# この共有に対して(のみ)のホスト単位でのアクセス制御が可能です +; hosts allow = 192.168.10. + +# 以下は、アクセス制御のテンプレートです +# 1. 認証されないユーザも含めた部外者の読み取りは許可するが、 +# 書き込みは project-a グループ構成員のみに限定する場合 +; guest ok = yes +; write list = @project-a + +# 2. 認証されたユーザであるが project-a グループに所属しない部外者の +# 読み取りは許可するが、書き込みは project-a グループ構成員のみに +# 限定する場合 +; write list = @project-a + +# 3. 部外者からは一切のアクセスを許可しない場合 +; valid users = @project-a +; write list = @project-a + +# ------------------------------------------------------------ +# 全員が読み込み可能な共有の例です。ここでは anonymous ftp のディレク +# トリを共有しています。全員をユーザ ftp として認証することで、許可さ +# れないアクセスの可能性を極力低くします。 +# この共有を利用するには anonymous ftp が利用可能であり、一般的な設定 +# が行なわれている必要があります。 + +;[pub] +; comment = Public Archive Directory on %h +; path = /home/ftp/pub +; guest ok = yes +; guest only = yes +; guest account = ftp + +# ------------------------------------------------------------ +# 全員が誰の作成したファイルでも読み書き可能なディレクトリの例です。 +# この共有を利用するには public グループが定義されている必要があります。 +# +# とりあえず共有したい場合は便利ですが、決して推奨されるものではありま +# せん。 +# 事前に最低でも +# chmod g+w /home/samba/public +# chgrp public /home/samba/public +# を行なっておく必要があります。 -# A publicly accessible directory, but read only, except for people in -# the "staff" group -;[public] -; comment = Public Stuff -; path = /home/samba -; public = yes -; writeable = yes -; printable = no -; write list = @staff - -# Other examples. -# -# A private printer, usable only by fred. Spool data will be placed in fred's -# home directory. Note that fred must have write access to the spool directory, -# wherever it is. -;[fredsprn] -; comment = Fred's Printer -; valid users = fred -; path = /homes/fred -; printer = freds_printer -; public = no -; writeable = no -; printable = yes - -# A private directory, usable only by fred. Note that fred requires write -# access to the directory. -;[fredsdir] -; comment = Fred's Service -; path = /usr/somewhere/private -; valid users = fred -; public = no -; writeable = yes -; printable = no - -# a service which has a different directory for each machine that connects -# this allows you to tailor configurations to incoming machines. You could -# also use the %U option to tailor it by user name. -# The %m gets replaced with the machine name that is connecting. -;[pchome] -; comment = PC Directories -; path = /usr/pc/%m -; public = no -; writeable = yes - -# A publicly accessible directory, read/write to all users. Note that all files -# created in the directory by users will be owned by the default user, so -# any user with access can delete any other user's files. Obviously this -# directory must be writeable by the default user. Another user could of course -# be specified, in which case all files would be owned by that user instead. ;[public] -; path = /usr/somewhere/else/public -; public = yes -; only guest = yes -; writeable = yes -; printable = no - -# The following two entries demonstrate how to share a directory so that two -# users can place files there that will be owned by the specific users. In this -# setup, the directory should be writeable by both users and should have the -# sticky bit set on it to prevent abuse. Obviously this could be extended to -# as many users as required. -;[myshare] -; comment = Mary's and Fred's stuff -; path = /usr/somewhere/shared -; valid users = mary fred -; public = no -; writeable = yes -; printable = no -; create mask = 0765 +; comment = Public Space +; path = /home/samba/public +; guest ok = yes +; read only = no +; force group = public +; force create mode = 0664 +; force directory mode = 0775 +; map archive = no + +# ------------------------------------------------------------ +# サーバ上の CD-ROM ドライブを共有する場合の例です。CD-ROM なので読み +# 込み専用に設定します。 +# + +;[cdrom] +; comment = CD-ROM on %h +; path = /mnt/cdrom +; read only = yes + +# クライアントからのアクセス開始/ 終了時に自動で mount, umount を行な +# いたい時の例です。 +# 以下をそのまま利用すると、アクセス開始時に既に/mnt/cdrom がマウント +# されているかどうかに関わらず、アクセス終了時には umount してしまいま +# すので、UNIX 上からも mount や umount を行なうことも考慮するなら、も +# う少し複雑な制御が必要でしょう。 + +; root preexec = /sbin/mount /mnt/cdrom +; root postexec = /sbin/umount /mnt/cdrom + +# ------------------------------------------------------------ +# 同じディレクトリを Netatalk でも共有する場合の例です。 +# 日本語ファイル名を利用したい場合は、coding system = CAP に設定してく +# ださい。 +# Netatalk が作成する制御用のファイルやディレクトリは veto files パラ +# メータにより Samba 経由では参照できなくなっているので、Windows 側か +# らアクセスするときに誤って制御ファイルにアクセスしてしまう心配はあり +# ません。 +# また delete veto files により、ディレクトリを削除するときに限り、 +# veto files で指定したファイルも自動的に削除されます。ただし、UNIX 上 +# でパーミッションがないために削除できないファイルが存在するときは除き +# ます。 + +;[mac] +; comment = Space for both Mac and Win +; path = /home/samba/mac +; read only = no +; +; veto files = /.AppleDouble/.bin/.AppleDesktop/Network Trash Folder/ +; delete veto files = yes + +# ------------------------------------------------------------ +# Samba 日本語版で可能な、日本語共有の例です。 +# Samba 日本語版を利用するときは、Samba 2.0.5a 日本語版の場合は +# シフトJIS で、Samba 2.0.7 以降の日本語版では、client codepage と +# coding system で指定される文字コードで smb.conf を保存する必要がありま +# すので、注意してください。 + +;[共有] +; comment = 一時共有(読み込みのみ) +; volume = 共有 +; path = /tmp +; read only = yes +# 作成者: たかはしもとのぶ <monyo@samba.gr.jp> +# 作成日: 2th Jul. 2000 +# 修正者: 中治 弘行 <nakaji@jp.FreeBSD.org> +# 修正日: Aug 2, 2000 diff --git a/japanese/samba/pkg-plist b/japanese/samba/pkg-plist index 7b031fa98617..e87eabc8305e 100644 --- a/japanese/samba/pkg-plist +++ b/japanese/samba/pkg-plist @@ -1,18 +1,79 @@ -bin/addtosmbpass -bin/convert_smbpasswd -bin/make_printerdef -bin/make_smbcodepage -bin/make_smbpasswd -bin/nmblookup -bin/rpcclient bin/smbclient -bin/smbpasswd bin/smbstatus +bin/smbpasswd +bin/nmblookup bin/smbtar +bin/addtosmbpass +bin/convert_smbpasswd bin/testparm bin/testprns +bin/make_smbpasswd +bin/make_smbcodepage +bin/make_unicodemap +bin/make_printerdef +bin/rpcclient +bin/smbspool +sbin/smbd +sbin/nmbd +sbin/swat +share/swat-i18n.txt +share/examples/samba/README +share/examples/samba/smb.conf.default +share/examples/samba/smb.conf.default.ja +share/examples/samba/add-delete-user-script/README +share/examples/samba/add-delete-user-script/smb-useradd +share/examples/samba/add-delete-user-script/smb-userdel +share/examples/samba/autofs/README +share/examples/samba/autofs/auto.a +share/examples/samba/dce-dfs/README +share/examples/samba/dce-dfs/smb.conf +share/examples/samba/misc/extra_smbstatus +share/examples/samba/misc/hextoeuc +share/examples/samba/misc/wall.perl +share/examples/samba/printer-accounting/README +share/examples/samba/printer-accounting/acct-all +share/examples/samba/printer-accounting/acct-sum +share/examples/samba/printer-accounting/hp5-redir +share/examples/samba/printer-accounting/lp-acct +share/examples/samba/printer-accounting/printcap +share/examples/samba/printing/smbprint +share/examples/samba/printing/smbprint.sysv +share/examples/samba/simple/README +share/examples/samba/simple/smb.conf +share/examples/samba/svr4-startup/README +share/examples/samba/svr4-startup/samba.server +share/examples/samba/thoralf/smb.conf +share/examples/samba/tridge/README +share/examples/samba/tridge/smb.conf +share/examples/samba/tridge/smb.conf.WinNT +share/examples/samba/tridge/smb.conf.fjall +share/examples/samba/tridge/smb.conf.lapland +share/examples/samba/tridge/smb.conf.vittjokk +share/examples/samba/validchars/msdos70.out +share/examples/samba/validchars/nwdos70.out +share/examples/samba/validchars/readme +share/examples/samba/validchars/validchr.c +share/examples/samba/validchars/validchr.com +share/examples/samba/wins_hook/README +share/examples/samba/wins_hook/dns_update +@dirrm share/examples/samba/add-delete-user-script +@dirrm share/examples/samba/autofs +@dirrm share/examples/samba/dce-dfs +@dirrm share/examples/samba/misc +@dirrm share/examples/samba/printing +@dirrm share/examples/samba/printer-accounting +@dirrm share/examples/samba/simple +@dirrm share/examples/samba/svr4-startup +@dirrm share/examples/samba/thoralf +@dirrm share/examples/samba/tridge +@dirrm share/examples/samba/validchars +@dirrm share/examples/samba/wins_hook +@dirrm share/examples/samba +etc/rc.d/samba.sh.sample +etc/smb.conf.default etc/codepages/codepage.437 etc/codepages/codepage.737 +etc/codepages/codepage.775 etc/codepages/codepage.850 etc/codepages/codepage.852 etc/codepages/codepage.861 @@ -21,28 +82,39 @@ etc/codepages/codepage.932 etc/codepages/codepage.936 etc/codepages/codepage.949 etc/codepages/codepage.950 -etc/rc.d/samba.sh.sample -etc/smb.conf.default -sbin/nmbd -sbin/smbd -sbin/swat +etc/codepages/codepage.1251 +etc/codepages/unicode_map.437 +etc/codepages/unicode_map.737 +etc/codepages/unicode_map.850 +etc/codepages/unicode_map.852 +etc/codepages/unicode_map.861 +etc/codepages/unicode_map.866 +etc/codepages/unicode_map.932 +etc/codepages/unicode_map.936 +etc/codepages/unicode_map.949 +etc/codepages/unicode_map.950 +etc/codepages/unicode_map.ISO8859-1 +etc/codepages/unicode_map.ISO8859-2 +etc/codepages/unicode_map.ISO8859-5 +etc/codepages/unicode_map.ISO8859-7 +etc/codepages/unicode_map.KOI8-R +@dirrm etc/codepages share/doc/samba/COPYING share/doc/samba/Manifest share/doc/samba/NT4_PlainPassword.reg +share/doc/samba/NT4-Locking.reg share/doc/samba/README -share/doc/samba/README-smbmount share/doc/samba/README.FreeBSD share/doc/samba/README.swat share/doc/samba/Read-Manifest-Now share/doc/samba/Roadmap share/doc/samba/THANKS -share/doc/samba/WHATSNEW-jp -share/doc/samba/WHATSNEW-jp.sjis.txt share/doc/samba/WHATSNEW.txt share/doc/samba/Win2000_PlainPassword.reg share/doc/samba/Win95_PlainPassword.reg share/doc/samba/Win98_PlainPassword.reg share/doc/samba/Win9X-CacheHandling.reg +share/doc/samba/WindowsTerminalServer.reg share/doc/samba/announce share/doc/samba/faq/Samba-Server-FAQ-1.html share/doc/samba/faq/Samba-Server-FAQ-2.html @@ -70,14 +142,18 @@ share/doc/samba/htmldocs/DOMAIN_MEMBER.html share/doc/samba/htmldocs/NT_Security.html share/doc/samba/htmldocs/lmhosts.5.html share/doc/samba/htmldocs/make_smbcodepage.1.html +share/doc/samba/htmldocs/make_unicodemap.1.html share/doc/samba/htmldocs/nmbd.8.html share/doc/samba/htmldocs/nmblookup.1.html share/doc/samba/htmldocs/samba.7.html share/doc/samba/htmldocs/smb.conf.5.html share/doc/samba/htmldocs/smbclient.1.html share/doc/samba/htmldocs/smbd.8.html +share/doc/samba/htmldocs/smbmnt.8.html +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/smbspool.8.html share/doc/samba/htmldocs/smbrun.1.html share/doc/samba/htmldocs/smbsh.1.html share/doc/samba/htmldocs/smbstatus.1.html @@ -86,142 +162,8 @@ share/doc/samba/htmldocs/swat.8.html share/doc/samba/htmldocs/testparm.1.html share/doc/samba/htmldocs/testprns.1.html share/doc/samba/htmldocs/wfw_slip.htm -share/doc/samba/ja/CREDITS.txt -share/doc/samba/ja/ML.txt -share/doc/samba/ja/PROGRESS.txt -share/doc/samba/ja/README.txt -share/doc/samba/ja/docs/Application_Serving.txt -share/doc/samba/ja/docs/BROWSING.txt -share/doc/samba/ja/docs/CRLF-LF-Conversions.txt -share/doc/samba/ja/docs/DOMAIN.txt -share/doc/samba/ja/docs/DOMAIN_MEMBER.txt -share/doc/samba/ja/docs/ENCRYPTION.txt -share/doc/samba/ja/docs/File-Cacheing.txt -share/doc/samba/ja/docs/NT-Guest-Access.txt -share/doc/samba/ja/docs/NTDOMAIN.txt -share/doc/samba/ja/docs/NT_Security.html -share/doc/samba/ja/docs/NT_Security.sgml -share/doc/samba/ja/docs/NT_Security.txt -share/doc/samba/ja/docs/NT_Security.yo -share/doc/samba/ja/docs/NetBIOS.txt -share/doc/samba/ja/docs/PRINTER_DRIVER.txt -share/doc/samba/ja/docs/PROFILES.txt -share/doc/samba/ja/docs/Passwords.txt -share/doc/samba/ja/docs/README.smbmount.txt -share/doc/samba/ja/docs/Speed.txt -share/doc/samba/ja/docs/Speed2.txt -share/doc/samba/ja/docs/UNIX-SMB.txt -share/doc/samba/ja/docs/UNIX_INSTALL.txt -share/doc/samba/ja/docs/Win95.txt -share/doc/samba/ja/docs/WinNT.txt -share/doc/samba/ja/docs/encrypt-passwd.html -share/doc/samba/ja/docs/foot.html -share/doc/samba/ja/docs/head.html -share/doc/samba/ja/docs/samba-func.html -share/doc/samba/ja/docs/samba-j.html -share/doc/samba/ja/docs/samba2.html -share/doc/samba/ja/docs/sambafaq-1.html -share/doc/samba/ja/docs/sambafaq-2.html -share/doc/samba/ja/docs/sambafaq-3.html -share/doc/samba/ja/docs/sambafaq-4.html -share/doc/samba/ja/docs/sambafaq-5.html -share/doc/samba/ja/docs/sambafaq.html -share/doc/samba/ja/docs/sambafaq.sgml -share/doc/samba/ja/docs/sambafaq.txt -share/doc/samba/ja/docs/security_level.txt -share/doc/samba/ja/docs/smb.conf.default.txt -share/doc/samba/ja/docs/welcome.html -share/doc/samba/ja/docs/welcome.html.euc -share/doc/samba/ja/docs/whatsamba.html -share/doc/samba/ja/man/Makefile -share/doc/samba/ja/man/install-man.sh -share/doc/samba/ja/man/install-man.sh.orig -share/doc/samba/ja/man/lmhosts.5.html -share/doc/samba/ja/man/lmhosts.5.man -share/doc/samba/ja/man/lmhosts.5.sgml -share/doc/samba/ja/man/lmhosts.5.yo -share/doc/samba/ja/man/make_smbcodepage.1.html -share/doc/samba/ja/man/make_smbcodepage.1.man -share/doc/samba/ja/man/make_smbcodepage.1.sgml -share/doc/samba/ja/man/make_smbcodepage.1.yo -share/doc/samba/ja/man/nmbd.8.html -share/doc/samba/ja/man/nmbd.8.man -share/doc/samba/ja/man/nmbd.8.sgml -share/doc/samba/ja/man/nmbd.8.yo -share/doc/samba/ja/man/nmblookup.1.html -share/doc/samba/ja/man/nmblookup.1.man -share/doc/samba/ja/man/nmblookup.1.sgml -share/doc/samba/ja/man/nmblookup.1.yo -share/doc/samba/ja/man/samba.7.html -share/doc/samba/ja/man/samba.7.man -share/doc/samba/ja/man/smb.conf.5.html -share/doc/samba/ja/man/smb.conf.5.man -share/doc/samba/ja/man/smb.conf.5.sgml -share/doc/samba/ja/man/smb.conf.5.yo -share/doc/samba/ja/man/smbclient.1.html -share/doc/samba/ja/man/smbclient.1.man -share/doc/samba/ja/man/smbclient.1.sgml -share/doc/samba/ja/man/smbclient.1.yo -share/doc/samba/ja/man/smbd.8.html -share/doc/samba/ja/man/smbd.8.man -share/doc/samba/ja/man/smbmnt.8.html -share/doc/samba/ja/man/smbmnt.8.man -share/doc/samba/ja/man/smbmount.8.html -share/doc/samba/ja/man/smbmount.8.man -share/doc/samba/ja/man/smbpasswd.5.html -share/doc/samba/ja/man/smbpasswd.5.man -share/doc/samba/ja/man/smbpasswd.5.sgml -share/doc/samba/ja/man/smbpasswd.5.yo -share/doc/samba/ja/man/smbpasswd.8.html -share/doc/samba/ja/man/smbpasswd.8.man -share/doc/samba/ja/man/smbpasswd.8.sgml -share/doc/samba/ja/man/smbpasswd.8.yo -share/doc/samba/ja/man/smbrun.1.html -share/doc/samba/ja/man/smbrun.1.man -share/doc/samba/ja/man/smbrun.1.sgml -share/doc/samba/ja/man/smbrun.1.yo -share/doc/samba/ja/man/smbsh.1.html -share/doc/samba/ja/man/smbsh.1.man -share/doc/samba/ja/man/smbsh.1.sgml -share/doc/samba/ja/man/smbsh.1.yo -share/doc/samba/ja/man/smbstatus.1.html -share/doc/samba/ja/man/smbstatus.1.man -share/doc/samba/ja/man/smbstatus.1.sgml -share/doc/samba/ja/man/smbstatus.1.yo -share/doc/samba/ja/man/smbtar.1.html -share/doc/samba/ja/man/smbtar.1.man -share/doc/samba/ja/man/smbumount.8.html -share/doc/samba/ja/man/smbumount.8.man -share/doc/samba/ja/man/swat.8.html -share/doc/samba/ja/man/swat.8.man -share/doc/samba/ja/man/swat.8.sgml -share/doc/samba/ja/man/swat.8.yo -share/doc/samba/ja/man/testparm.1.html -share/doc/samba/ja/man/testparm.1.man -share/doc/samba/ja/man/testparm.1.sgml -share/doc/samba/ja/man/testparm.1.yo -share/doc/samba/ja/man/testprns.1.html -share/doc/samba/ja/man/testprns.1.man -share/doc/samba/manpages/lmhosts.5 -share/doc/samba/manpages/make_smbcodepage.1 -share/doc/samba/manpages/nmbd.8 -share/doc/samba/manpages/nmblookup.1 -share/doc/samba/manpages/samba.7 -share/doc/samba/manpages/smb.conf.5 -share/doc/samba/manpages/smbclient.1 -share/doc/samba/manpages/smbd.8 -share/doc/samba/manpages/smbmnt.8 -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/smbstatus.1 -share/doc/samba/manpages/smbtar.1 -share/doc/samba/manpages/smbumount.8 -share/doc/samba/manpages/swat.8 -share/doc/samba/manpages/testparm.1 -share/doc/samba/manpages/testprns.1 +share/doc/samba/textdocs/smbmount.txt +share/doc/samba/textdocs/NT-Guest-Access.txt share/doc/samba/textdocs/Application_Serving.txt share/doc/samba/textdocs/BROWSING-Config.txt share/doc/samba/textdocs/BROWSING.txt @@ -254,7 +196,6 @@ share/doc/samba/textdocs/Printing.txt share/doc/samba/textdocs/README.DCEDFS share/doc/samba/textdocs/README.jis share/doc/samba/textdocs/README.sambatar -share/doc/samba/textdocs/README.smbmount share/doc/samba/textdocs/Recent-FAQs.txt share/doc/samba/textdocs/RoutedNetworks.txt share/doc/samba/textdocs/SCO.txt @@ -270,19 +211,24 @@ share/doc/samba/textdocs/UNIX_SECURITY.txt share/doc/samba/textdocs/Win95.txt share/doc/samba/textdocs/WinNT.txt share/doc/samba/textdocs/cifsntdomain.txt +share/doc/samba/textdocs/sambafaq.txt share/doc/samba/textdocs/security_level.txt share/doc/samba/yodldocs/DOMAIN_MEMBER.yo share/doc/samba/yodldocs/NT_Security.yo share/doc/samba/yodldocs/lmhosts.5.yo share/doc/samba/yodldocs/make_smbcodepage.1.yo +share/doc/samba/yodldocs/make_unicodemap.1.yo share/doc/samba/yodldocs/nmbd.8.yo share/doc/samba/yodldocs/nmblookup.1.yo share/doc/samba/yodldocs/samba.7.yo share/doc/samba/yodldocs/smb.conf.5.yo share/doc/samba/yodldocs/smbclient.1.yo share/doc/samba/yodldocs/smbd.8.yo +share/doc/samba/yodldocs/smbmnt.8.yo +share/doc/samba/yodldocs/smbmount.8.yo share/doc/samba/yodldocs/smbpasswd.5.yo share/doc/samba/yodldocs/smbpasswd.8.yo +share/doc/samba/yodldocs/smbspool.8.yo share/doc/samba/yodldocs/smbrun.1.yo share/doc/samba/yodldocs/smbsh.1.yo share/doc/samba/yodldocs/smbstatus.1.yo @@ -290,82 +236,24 @@ share/doc/samba/yodldocs/smbtar.1.yo share/doc/samba/yodldocs/swat.8.yo share/doc/samba/yodldocs/testparm.1.yo share/doc/samba/yodldocs/testprns.1.yo -share/examples/samba/README -share/examples/samba/autofs/auto.a -share/examples/samba/autofs/mount-smb.doc -share/examples/samba/autofs/mount.smb -share/examples/samba/dce-dfs/README -share/examples/samba/dce-dfs/smb.conf -share/examples/samba/misc/extra_smbstatus -share/examples/samba/misc/wall.perl -share/examples/samba/printer-accounting/README -share/examples/samba/printer-accounting/acct-all -share/examples/samba/printer-accounting/acct-sum -share/examples/samba/printer-accounting/hp5-redir -share/examples/samba/printer-accounting/lp-acct -share/examples/samba/printer-accounting/printcap -share/examples/samba/printing/smbprint -share/examples/samba/printing/smbprint.sysv -share/examples/samba/simple/README -share/examples/samba/simple/smb.conf -share/examples/samba/smb.conf.default -share/examples/samba/svr4-startup/README -share/examples/samba/svr4-startup/samba.server -share/examples/samba/thoralf/smb.conf -share/examples/samba/tridge/README -share/examples/samba/tridge/smb.conf -share/examples/samba/tridge/smb.conf.WinNT -share/examples/samba/tridge/smb.conf.fjall -share/examples/samba/tridge/smb.conf.lapland -share/examples/samba/tridge/smb.conf.vittjokk -share/examples/samba/validchars/msdos70.out -share/examples/samba/validchars/nwdos70.out -share/examples/samba/validchars/readme -share/examples/samba/validchars/validchr.c -share/examples/samba/validchars/validchr.com -share/swat/help/Application_Serving.txt.html -share/swat/help/BROWSING.txt.html -share/swat/help/CRLF-LF-Conversions.txt.html -share/swat/help/DOMAIN.txt.html -share/swat/help/DOMAIN_MEMBER.txt.html -share/swat/help/ENCRYPTION.txt.html -share/swat/help/File-Cacheing.txt.html -share/swat/help/NT-Guest-Access.txt.html -share/swat/help/NTDOMAIN.txt.html +@dirrm share/doc/samba/faq +@dirrm share/doc/samba/htmldocs +@dirrm share/doc/samba/textdocs +@dirrm share/doc/samba/yodldocs +@dirrm share/doc/samba +share/locale/en/LC_MESSAGES/i18n_swat.mo +share/locale/ja/LC_MESSAGES/i18n_swat.mo +share/locale/ja_JP.SJIS/LC_MESSAGES/i18n_swat.mo +share/swat/help/welcome.html +share/swat/help/DOMAIN_MEMBER.html share/swat/help/NT_Security.html -share/swat/help/NT_Security.txt.html -share/swat/help/NetBIOS.txt.html -share/swat/help/PRINTER_DRIVER.txt.html -share/swat/help/PROFILES.txt.html -share/swat/help/Passwords.txt.html -share/swat/help/README.smbmount.txt.html -share/swat/help/Speed.txt.html -share/swat/help/Speed2.txt.html -share/swat/help/UNIX-SMB.txt.html -share/swat/help/UNIX_INSTALL.txt.html -share/swat/help/Win95.txt.html -share/swat/help/WinNT.txt.html -share/swat/help/encrypt-passwd.html -share/swat/help/foot.html -share/swat/help/head.html share/swat/help/lmhosts.5.html share/swat/help/make_smbcodepage.1.html +share/swat/help/make_unicodemap.1.html share/swat/help/nmbd.8.html share/swat/help/nmblookup.1.html -share/swat/help/samba-func.html -share/swat/help/samba-j.html share/swat/help/samba.7.html -share/swat/help/samba2.html -share/swat/help/sambafaq-1.html -share/swat/help/sambafaq-2.html -share/swat/help/sambafaq-3.html -share/swat/help/sambafaq-4.html -share/swat/help/sambafaq-5.html -share/swat/help/sambafaq.html -share/swat/help/sambafaq.txt.html -share/swat/help/security_level.txt.html share/swat/help/smb.conf.5.html -share/swat/help/smb.conf.default.txt.html share/swat/help/smbclient.1.html share/swat/help/smbd.8.html share/swat/help/smbmnt.8.html @@ -374,14 +262,13 @@ 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 share/swat/help/smbtar.1.html -share/swat/help/smbumount.8.html share/swat/help/swat.8.html share/swat/help/testparm.1.html share/swat/help/testprns.1.html -share/swat/help/welcome.html -share/swat/help/whatsamba.html +share/swat/help/welcome.ja_JP.ujis.html share/swat/images/globals.gif share/swat/images/home.gif share/swat/images/passwd.gif @@ -391,36 +278,304 @@ share/swat/images/shares.gif share/swat/images/status.gif share/swat/images/viewconfig.gif share/swat/include/footer.html -share/swat/include/header.JP1.html share/swat/include/header.html -share/swat/include/header.org.html -@dirrm etc/codepages -@dirrm share/examples/samba/autofs -@dirrm share/examples/samba/dce-dfs -@dirrm share/examples/samba/misc -@dirrm share/examples/samba/printing -@dirrm share/examples/samba/printer-accounting -@dirrm share/examples/samba/simple -@dirrm share/examples/samba/svr4-startup -@dirrm share/examples/samba/thoralf -@dirrm share/examples/samba/tridge -@dirrm share/examples/samba/validchars -@dirrm share/examples/samba -@dirrm share/doc/samba/faq -@dirrm share/doc/samba/htmldocs -@dirrm share/doc/samba/manpages -@dirrm share/doc/samba/textdocs -@dirrm share/doc/samba/yodldocs -@dirrm share/doc/samba/ja/man -@dirrm share/doc/samba/ja/docs -@dirrm share/doc/samba/ja -@dirrm share/doc/samba +share/swat/include/header_css.html +share/swat/ja/help/HowToUseSamba/1-18.html +share/swat/ja/help/HowToUseSamba/1-19.html +share/swat/ja/help/HowToUseSamba/1-6.html +share/swat/ja/help/HowToUseSamba/MSNET1.GIF +share/swat/ja/help/HowToUseSamba/MSNETW2.GIF +share/swat/ja/help/HowToUseSamba/PRTCL95.GIF +share/swat/ja/help/HowToUseSamba/SAMBA1.GIF +share/swat/ja/help/HowToUseSamba/WGRPNT1.GIF +share/swat/ja/help/HowToUseSamba/globals.gif +share/swat/ja/help/HowToUseSamba/home.gif +share/swat/ja/help/HowToUseSamba/index.html +share/swat/ja/help/HowToUseSamba/passwd.gif +share/swat/ja/help/HowToUseSamba/printers.gif +share/swat/ja/help/HowToUseSamba/printtool1.gif +share/swat/ja/help/HowToUseSamba/printtool2.gif +share/swat/ja/help/HowToUseSamba/printtool3.gif +share/swat/ja/help/HowToUseSamba/printtool4.gif +share/swat/ja/help/HowToUseSamba/printtool5.gif +share/swat/ja/help/HowToUseSamba/printtool6.gif +share/swat/ja/help/HowToUseSamba/samba.gif +share/swat/ja/help/HowToUseSamba/shares.gif +share/swat/ja/help/HowToUseSamba/status.gif +share/swat/ja/help/HowToUseSamba/swat1.gif +share/swat/ja/help/HowToUseSamba/userhome.gif +share/swat/ja/help/HowToUseSamba/userprofile.gif +share/swat/ja/help/HowToUseSamba/viewconfig.gif +share/swat/ja/help/HowToUseSamba/x-1-256.gif +share/swat/ja/help/HowToUseSamba/x-2-256.gif +share/swat/ja/help/HowToUseSamba/x-3-256.gif +share/swat/ja/help/Application_Serving.txt.html +share/swat/ja/help/BROWSING-Config.txt.html +share/swat/ja/help/BROWSING.txt.html +share/swat/ja/help/CRLF-LF-Conversions.txt.html +share/swat/ja/help/CVS_ACCESS.txt.html +share/swat/ja/help/DIAGNOSIS.txt.html +share/swat/ja/help/DOMAIN.txt.html +share/swat/ja/help/DOMAIN_MEMBER.txt.html +share/swat/ja/help/ENCRYPTION.txt.html +share/swat/ja/help/File-Cacheing.txt.html +share/swat/ja/help/Macintosh_Clients.txt.html +share/swat/ja/help/NT-Guest-Access.txt.html +share/swat/ja/help/NTDOMAIN.txt.html +share/swat/ja/help/NT_Security.html +share/swat/ja/help/NetBIOS.txt.html +share/swat/ja/help/PRINTER_DRIVER.txt.html +share/swat/ja/help/PROFILES.txt.html +share/swat/ja/help/Passwords.txt.html +share/swat/ja/help/README.smbmount.txt.html +share/swat/ja/help/Speed.txt.html +share/swat/ja/help/Speed2.txt.html +share/swat/ja/help/UNIX-SMB.txt.html +share/swat/ja/help/UNIX_INSTALL.txt.html +share/swat/ja/help/Win95.txt.html +share/swat/ja/help/WinNT.txt.html +share/swat/ja/help/encrypt-passwd.html +share/swat/ja/help/lmhosts.5.html +share/swat/ja/help/make_smbcodepage.1.html +share/swat/ja/help/make_unicodemap.1.html +share/swat/ja/help/nmbd.8.html +share/swat/ja/help/nmblookup.1.html +share/swat/ja/help/samba-func.html +share/swat/ja/help/samba-j.html +share/swat/ja/help/samba.7.html +share/swat/ja/help/samba2.html +share/swat/ja/help/sambafaq-1.html +share/swat/ja/help/sambafaq-2.html +share/swat/ja/help/sambafaq-3.html +share/swat/ja/help/sambafaq-4.html +share/swat/ja/help/sambafaq-5.html +share/swat/ja/help/sambafaq.html +share/swat/ja/help/security_level.txt.html +share/swat/ja/help/smb.conf.5.html +share/swat/ja/help/smbclient.1.html +share/swat/ja/help/smbd.8.html +share/swat/ja/help/smbmnt.8.html +share/swat/ja/help/smbmount.8.html +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 +share/swat/ja/help/smbtar.1.html +share/swat/ja/help/swat.8.html +share/swat/ja/help/testparm.1.html +share/swat/ja/help/testprns.1.html +share/swat/ja/help/tuning.japanese.html +share/swat/ja/help/welcome.html +share/swat/ja/help/whatsamba.html +share/swat/ja/images/globals.gif +share/swat/ja/images/home.gif +share/swat/ja/images/passwd.gif +share/swat/ja/images/printers.gif +share/swat/ja/images/samba.gif +share/swat/ja/images/shares.gif +share/swat/ja/images/status.gif +share/swat/ja/images/viewconfig.gif +share/swat/ja/include/footer.html +share/swat/ja/include/header.JP1.html +share/swat/ja/include/header.html +share/swat/ja/include/header.nocss.html +share/swat/ja/include/header.org.html +share/swat/ja/include/header.sjis.html +share/swat/ja/include/header_css.html +@dirrm share/swat/ja/help/HowToUseSamba +@dirrm share/swat/ja/help +@dirrm share/swat/ja/images +@dirrm share/swat/ja/include +@dirrm share/swat/ja +share/swat/ja_JP.SJIS/help/welcome.html +share/swat/ja_JP.SJIS/images/globals.gif +share/swat/ja_JP.SJIS/images/home.gif +share/swat/ja_JP.SJIS/images/passwd.gif +share/swat/ja_JP.SJIS/images/printers.gif +share/swat/ja_JP.SJIS/images/samba.gif +share/swat/ja_JP.SJIS/images/shares.gif +share/swat/ja_JP.SJIS/images/status.gif +share/swat/ja_JP.SJIS/images/viewconfig.gif +share/swat/ja_JP.SJIS/include/footer.html +share/swat/ja_JP.SJIS/include/header.JP1.html +share/swat/ja_JP.SJIS/include/header.html +share/swat/ja_JP.SJIS/include/header.nocss.html +share/swat/ja_JP.SJIS/include/header.org.html +share/swat/ja_JP.SJIS/include/header_css.html +@dirrm share/swat/ja_JP.SJIS/help +@dirrm share/swat/ja_JP.SJIS/images +@dirrm share/swat/ja_JP.SJIS/include +@dirrm share/swat/ja_JP.SJIS +share/swat/using_samba/appa_01.html +share/swat/using_samba/appa_02.html +share/swat/using_samba/appa_03.html +share/swat/using_samba/appa_04.html +share/swat/using_samba/appa_05.html +share/swat/using_samba/appb_01.html +share/swat/using_samba/appb_02.html +share/swat/using_samba/appb_03.html +share/swat/using_samba/appc_01.html +share/swat/using_samba/appd_01.html +share/swat/using_samba/appe_01.html +share/swat/using_samba/appf_01.html +share/swat/using_samba/ch01_01.html +share/swat/using_samba/ch01_02.html +share/swat/using_samba/ch01_03.html +share/swat/using_samba/ch01_04.html +share/swat/using_samba/ch01_05.html +share/swat/using_samba/ch01_06.html +share/swat/using_samba/ch01_07.html +share/swat/using_samba/ch01_08.html +share/swat/using_samba/ch02_01.html +share/swat/using_samba/ch02_02.html +share/swat/using_samba/ch02_03.html +share/swat/using_samba/ch02_04.html +share/swat/using_samba/ch02_05.html +share/swat/using_samba/ch02_06.html +share/swat/using_samba/ch03_01.html +share/swat/using_samba/ch03_02.html +share/swat/using_samba/ch03_03.html +share/swat/using_samba/ch04_01.html +share/swat/using_samba/ch04_02.html +share/swat/using_samba/ch04_03.html +share/swat/using_samba/ch04_04.html +share/swat/using_samba/ch04_05.html +share/swat/using_samba/ch04_06.html +share/swat/using_samba/ch04_07.html +share/swat/using_samba/ch04_08.html +share/swat/using_samba/ch05_01.html +share/swat/using_samba/ch05_02.html +share/swat/using_samba/ch05_03.html +share/swat/using_samba/ch05_04.html +share/swat/using_samba/ch05_05.html +share/swat/using_samba/ch06_01.html +share/swat/using_samba/ch06_02.html +share/swat/using_samba/ch06_03.html +share/swat/using_samba/ch06_04.html +share/swat/using_samba/ch06_05.html +share/swat/using_samba/ch06_06.html +share/swat/using_samba/ch07_01.html +share/swat/using_samba/ch07_02.html +share/swat/using_samba/ch07_03.html +share/swat/using_samba/ch08_01.html +share/swat/using_samba/ch08_02.html +share/swat/using_samba/ch08_03.html +share/swat/using_samba/ch08_04.html +share/swat/using_samba/ch08_05.html +share/swat/using_samba/ch08_06.html +share/swat/using_samba/ch08_07.html +share/swat/using_samba/ch09_01.html +share/swat/using_samba/ch09_02.html +share/swat/using_samba/ch09_03.html +share/swat/using_samba/index.html +share/swat/using_samba/inx.html +share/swat/using_samba/licenseinfo.html +share/swat/using_samba/this_edition.html +share/swat/using_samba/figs/sam.0101.gif +share/swat/using_samba/figs/sam.0102.gif +share/swat/using_samba/figs/sam.0103.gif +share/swat/using_samba/figs/sam.0104.gif +share/swat/using_samba/figs/sam.0105.gif +share/swat/using_samba/figs/sam.0106.gif +share/swat/using_samba/figs/sam.0107.gif +share/swat/using_samba/figs/sam.0108.gif +share/swat/using_samba/figs/sam.0109.gif +share/swat/using_samba/figs/sam.0110.gif +share/swat/using_samba/figs/sam.0111.gif +share/swat/using_samba/figs/sam.0112.gif +share/swat/using_samba/figs/sam.0113.gif +share/swat/using_samba/figs/sam.0114.gif +share/swat/using_samba/figs/sam.0201.gif +share/swat/using_samba/figs/sam.0202.gif +share/swat/using_samba/figs/sam.0203.gif +share/swat/using_samba/figs/sam.0204.gif +share/swat/using_samba/figs/sam.0301.gif +share/swat/using_samba/figs/sam.0302.gif +share/swat/using_samba/figs/sam.0303.gif +share/swat/using_samba/figs/sam.0304.gif +share/swat/using_samba/figs/sam.0305.gif +share/swat/using_samba/figs/sam.0306.gif +share/swat/using_samba/figs/sam.0307.gif +share/swat/using_samba/figs/sam.0308.gif +share/swat/using_samba/figs/sam.0309.gif +share/swat/using_samba/figs/sam.0310.gif +share/swat/using_samba/figs/sam.0311.gif +share/swat/using_samba/figs/sam.0312.gif +share/swat/using_samba/figs/sam.0313.gif +share/swat/using_samba/figs/sam.0314.gif +share/swat/using_samba/figs/sam.0315.gif +share/swat/using_samba/figs/sam.0316.gif +share/swat/using_samba/figs/sam.0317.gif +share/swat/using_samba/figs/sam.0318.gif +share/swat/using_samba/figs/sam.0319.gif +share/swat/using_samba/figs/sam.0320.gif +share/swat/using_samba/figs/sam.0321.gif +share/swat/using_samba/figs/sam.0322.gif +share/swat/using_samba/figs/sam.0323.gif +share/swat/using_samba/figs/sam.0324.gif +share/swat/using_samba/figs/sam.0325.gif +share/swat/using_samba/figs/sam.0326.gif +share/swat/using_samba/figs/sam.0327.gif +share/swat/using_samba/figs/sam.0328.gif +share/swat/using_samba/figs/sam.0401.gif +share/swat/using_samba/figs/sam.0402.gif +share/swat/using_samba/figs/sam.0403.gif +share/swat/using_samba/figs/sam.0404.gif +share/swat/using_samba/figs/sam.0405.gif +share/swat/using_samba/figs/sam.0406.gif +share/swat/using_samba/figs/sam.0407.gif +share/swat/using_samba/figs/sam.0501.gif +share/swat/using_samba/figs/sam.0502.gif +share/swat/using_samba/figs/sam.0503.gif +share/swat/using_samba/figs/sam.0504.gif +share/swat/using_samba/figs/sam.0505.gif +share/swat/using_samba/figs/sam.0506.gif +share/swat/using_samba/figs/sam.0507.gif +share/swat/using_samba/figs/sam.0508.gif +share/swat/using_samba/figs/sam.0601.gif +share/swat/using_samba/figs/sam.0602.gif +share/swat/using_samba/figs/sam.0603.gif +share/swat/using_samba/figs/sam.0604.gif +share/swat/using_samba/figs/sam.0605.gif +share/swat/using_samba/figs/sam.0606.gif +share/swat/using_samba/figs/sam.0701.gif +share/swat/using_samba/figs/sam.0702.gif +share/swat/using_samba/figs/sam.0703.gif +share/swat/using_samba/figs/sam.0704.gif +share/swat/using_samba/figs/sam.0705.gif +share/swat/using_samba/figs/sam.0706.gif +share/swat/using_samba/figs/sam.0707.gif +share/swat/using_samba/figs/sam.0708.gif +share/swat/using_samba/figs/sam.0709.gif +share/swat/using_samba/figs/sam.0801.gif +share/swat/using_samba/figs/sam.0802.gif +share/swat/using_samba/figs/sam.0803.gif +share/swat/using_samba/figs/sam.0804.gif +share/swat/using_samba/figs/sam.0805.gif +share/swat/using_samba/figs/sam.0901.gif +share/swat/using_samba/figs/sam.0902.gif +share/swat/using_samba/figs/sam.0903.gif +share/swat/using_samba/figs/sam.0904.gif +share/swat/using_samba/figs/sam.0905.gif +share/swat/using_samba/figs/sam.aa01.gif +share/swat/using_samba/figs/sam.ab01.gif +share/swat/using_samba/figs/sam.ab02.gif +share/swat/using_samba/gifs/index.gif +share/swat/using_samba/gifs/samba.s.gif +share/swat/using_samba/gifs/txthome.gif +share/swat/using_samba/gifs/txtnexta.gif +share/swat/using_samba/gifs/txtpreva.gif @dirrm share/swat/help @dirrm share/swat/images @dirrm share/swat/include +@dirrm share/swat/using_samba/figs +@dirrm share/swat/using_samba/gifs +@dirrm share/swat/using_samba @dirrm share/swat @exec mkdir %D/private ; if [ ! -f %D/private/smbpasswd ] ; then chown -R root.wheel %D/private ; cat /etc/passwd | %D/bin/make_smbpasswd > %D/private/smbpasswd ; chmod 500 %D/private ; chmod 600 %D/private/smbpasswd ; fi @exec mkdir -p /var/spool/samba ; chmod 1777 /var/spool/samba @exec cat %D/share/doc/samba/README.FreeBSD -@unexec echo "Warning: If you will *NOT* use this package anymore, please remove %D/private/smbpasswd manually." @unexec rm -rf /var/spool/samba |