FreeBSD Bugzilla – Attachment 15592 Details for
Bug 28854
Fix style to port net/samba
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 20.45 KB, created by
pat
on 2001-07-10 02:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pat
Created:
2001-07-10 02:00:01 UTC
Size:
20.45 KB
patch
obsolete
>diff -ruN /usr/ports/net/samba/Makefile samba/Makefile >--- /usr/ports/net/samba/Makefile Sat Jun 23 17:17:04 2001 >+++ samba/Makefile Mon Jul 9 20:37:24 2001 >@@ -14,12 +14,10 @@ > ftp://de.samba.org/pub/mirror/samba/%SUBDIR%/ \ > ftp://se.samba.org/pub/samba/%SUBDIR%/ \ > ftp://ftp.sunet.se/pub/unix/utilities/samba/%SUBDIR%/ >-MASTER_SITE_SUBDIR= . old-versions old >+MASTER_SITE_SUBDIR= . old-versions old > > MAINTAINER= dwcjr@FreeBSD.org > >-USE_AUTOCONF= yes >- > .if defined(WITH_CUPS) > LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups > .endif >@@ -34,19 +32,19 @@ > 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= --libdir=${SAMBA_CONFDIR} \ > --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ > --with-sambabook=${PREFIX}/share/swat/using_samba \ > --with-lockdir=${VARDIR}/spool/lock \ > --with-privatedir=${SAMBA_PRIVATE} > > .if defined(KRB5_HOME) && exists(${KRB5_HOME}) >-CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} >+CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} > .endif > > .if defined(WITH_CUPS) >-CONFIGURE_ARGS+=--with-cups=${LOCALBASE} >+CONFIGURE_ARGS+= --with-cups=${LOCALBASE} > .endif > > WRKSRC= ${WRKDIR}/${DISTNAME}/source >@@ -96,7 +94,7 @@ > .endif > > .if !defined(NOPORTDOCS) >- ${MKDIR} ${PREFIX}/share/doc/samba >+ ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/samba > for i in ${WRKDIR}/${DISTNAME}/README \ > ${WRKDIR}/${DISTNAME}/COPYING \ >@@ -108,18 +106,17 @@ > ${WRKDIR}/${DISTNAME}/docs/THANKS \ > ${WRKDIR}/${DISTNAME}/docs/announce \ > ${WRKDIR}/${DISTNAME}/docs/history ; do \ >- ${INSTALL_DATA} $$i ${PREFIX}/share/doc/samba ; \ >+ ${INSTALL_DATA} $$i ${DOCSDIR} ; \ > done > for i in faq htmldocs textdocs yodldocs ; do \ >- ${MKDIR} ${PREFIX}/share/doc/samba/$$i ; \ >+ ${MKDIR} ${DOCSDIR}/$$i ; \ > for j in ${WRKDIR}/${DISTNAME}/docs/$$i/* ; do \ > if [ $$j != ${WRKDIR}/${DISTNAME}/docs/htmldocs/using_samba ] ; then \ >- ${INSTALL_DATA} $$j ${PREFIX}/share/doc/samba/$$i ;\ >+ ${INSTALL_DATA} $$j ${DOCSDIR}/$$i ;\ > fi; \ > done \ > done >- ${MKDIR} ${PREFIX}/share/doc/samba >- ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/swat/README ${PREFIX}/share/doc/samba/README.swat >+ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/swat/README ${DOCSDIR}/README.swat > .endif > > .include <bsd.port.mk> >diff -ruN /usr/ports/net/samba/pkg-plist samba/pkg-plist >--- /usr/ports/net/samba/pkg-plist Mon Mar 5 11:03:34 2001 >+++ samba/pkg-plist Mon Jul 9 20:10:03 2001 >@@ -1,23 +1,187 @@ >-bin/smbclient >-bin/smbstatus >-bin/smbpasswd >-bin/nmblookup >-bin/smbtar > bin/addtosmbpass > bin/convert_smbpasswd >-bin/testparm >-bin/testprns >-bin/make_smbpasswd >+bin/make_printerdef > bin/make_smbcodepage >+bin/make_smbpasswd > bin/make_unicodemap >-bin/make_printerdef >+bin/nmblookup > bin/rpcclient >+bin/smbclient >+bin/smbpasswd > bin/smbspool >-sbin/smbd >+bin/smbstatus >+bin/smbtar >+bin/testparm >+bin/testprns >+etc/codepages/codepage.1251 >+etc/codepages/codepage.437 >+etc/codepages/codepage.737 >+etc/codepages/codepage.775 >+etc/codepages/codepage.850 >+etc/codepages/codepage.852 >+etc/codepages/codepage.861 >+etc/codepages/codepage.866 >+etc/codepages/codepage.932 >+etc/codepages/codepage.936 >+etc/codepages/codepage.949 >+etc/codepages/codepage.950 >+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 >+etc/rc.d/samba.sh.sample >+etc/smb.conf.default > sbin/nmbd >+sbin/smbd > sbin/swat >+%%PORTDOCS%%share/doc/samba/COPYING >+%%PORTDOCS%%share/doc/samba/Manifest >+%%PORTDOCS%%share/doc/samba/NT4-Locking.reg >+%%PORTDOCS%%share/doc/samba/NT4_PlainPassword.reg >+%%PORTDOCS%%share/doc/samba/README >+%%PORTDOCS%%share/doc/samba/README.FreeBSD >+%%PORTDOCS%%share/doc/samba/README.swat >+%%PORTDOCS%%share/doc/samba/Read-Manifest-Now >+%%PORTDOCS%%share/doc/samba/Roadmap >+%%PORTDOCS%%share/doc/samba/THANKS >+%%PORTDOCS%%share/doc/samba/WHATSNEW.txt >+%%PORTDOCS%%share/doc/samba/Win2000_PlainPassword.reg >+%%PORTDOCS%%share/doc/samba/Win95_PlainPassword.reg >+%%PORTDOCS%%share/doc/samba/Win98_PlainPassword.reg >+%%PORTDOCS%%share/doc/samba/Win9X-CacheHandling.reg >+%%PORTDOCS%%share/doc/samba/WindowsTerminalServer.reg >+%%PORTDOCS%%share/doc/samba/announce >+%%PORTDOCS%%share/doc/samba/faq/Samba-Server-FAQ-1.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-Server-FAQ-2.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-Server-FAQ.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-Server-FAQ.sgml >+%%PORTDOCS%%share/doc/samba/faq/Samba-meta-FAQ-1.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-meta-FAQ-2.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-meta-FAQ-3.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-meta-FAQ-4.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-meta-FAQ-5.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-meta-FAQ-6.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-meta-FAQ.html >+%%PORTDOCS%%share/doc/samba/faq/Samba-meta-FAQ.sgml >+%%PORTDOCS%%share/doc/samba/faq/Samba-meta-FAQ.txt >+%%PORTDOCS%%share/doc/samba/faq/sambafaq-1.html >+%%PORTDOCS%%share/doc/samba/faq/sambafaq-2.html >+%%PORTDOCS%%share/doc/samba/faq/sambafaq-3.html >+%%PORTDOCS%%share/doc/samba/faq/sambafaq-4.html >+%%PORTDOCS%%share/doc/samba/faq/sambafaq-5.html >+%%PORTDOCS%%share/doc/samba/faq/sambafaq.html >+%%PORTDOCS%%share/doc/samba/faq/sambafaq.sgml >+%%PORTDOCS%%share/doc/samba/faq/sambafaq.txt >+%%PORTDOCS%%share/doc/samba/history >+%%PORTDOCS%%share/doc/samba/htmldocs/DOMAIN_MEMBER.html >+%%PORTDOCS%%share/doc/samba/htmldocs/NT_Security.html >+%%PORTDOCS%%share/doc/samba/htmldocs/lmhosts.5.html >+%%PORTDOCS%%share/doc/samba/htmldocs/make_smbcodepage.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/make_unicodemap.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/nmbd.8.html >+%%PORTDOCS%%share/doc/samba/htmldocs/nmblookup.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/samba.7.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smb.conf.5.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbclient.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbd.8.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbmnt.8.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbmount.8.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbpasswd.5.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbpasswd.8.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbrun.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbsh.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbspool.8.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbstatus.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/smbtar.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/swat.8.html >+%%PORTDOCS%%share/doc/samba/htmldocs/testparm.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/testprns.1.html >+%%PORTDOCS%%share/doc/samba/htmldocs/wfw_slip.htm >+%%PORTDOCS%%share/doc/samba/textdocs/Application_Serving.txt >+%%PORTDOCS%%share/doc/samba/textdocs/BROWSING-Config.txt >+%%PORTDOCS%%share/doc/samba/textdocs/BROWSING.txt >+%%PORTDOCS%%share/doc/samba/textdocs/BUGS.txt >+%%PORTDOCS%%share/doc/samba/textdocs/CRLF-LF-Conversions.txt >+%%PORTDOCS%%share/doc/samba/textdocs/CVS_ACCESS.txt >+%%PORTDOCS%%share/doc/samba/textdocs/DHCP-Server-Configuration.txt >+%%PORTDOCS%%share/doc/samba/textdocs/DIAGNOSIS.txt >+%%PORTDOCS%%share/doc/samba/textdocs/DNIX.txt >+%%PORTDOCS%%share/doc/samba/textdocs/DOMAIN.txt >+%%PORTDOCS%%share/doc/samba/textdocs/DOMAIN_CONTROL.txt >+%%PORTDOCS%%share/doc/samba/textdocs/DOMAIN_MEMBER.txt >+%%PORTDOCS%%share/doc/samba/textdocs/ENCRYPTION.txt >+%%PORTDOCS%%share/doc/samba/textdocs/Faxing.txt >+%%PORTDOCS%%share/doc/samba/textdocs/File-Cacheing.txt >+%%PORTDOCS%%share/doc/samba/textdocs/GOTCHAS.txt >+%%PORTDOCS%%share/doc/samba/textdocs/HINTS.txt >+%%PORTDOCS%%share/doc/samba/textdocs/INSTALL.sambatar >+%%PORTDOCS%%share/doc/samba/textdocs/MIRRORS.txt >+%%PORTDOCS%%share/doc/samba/textdocs/Macintosh_Clients.txt >+%%PORTDOCS%%share/doc/samba/textdocs/NT-Guest-Access.txt >+%%PORTDOCS%%share/doc/samba/textdocs/NTDOMAIN.txt >+%%PORTDOCS%%share/doc/samba/textdocs/NT_Security.txt >+%%PORTDOCS%%share/doc/samba/textdocs/NetBIOS.txt >+%%PORTDOCS%%share/doc/samba/textdocs/OS2-Client-HOWTO.txt >+%%PORTDOCS%%share/doc/samba/textdocs/PRINTER_DRIVER.txt >+%%PORTDOCS%%share/doc/samba/textdocs/PROFILES.txt >+%%PORTDOCS%%share/doc/samba/textdocs/PROJECTS >+%%PORTDOCS%%share/doc/samba/textdocs/Passwords.txt >+%%PORTDOCS%%share/doc/samba/textdocs/Printing.txt >+%%PORTDOCS%%share/doc/samba/textdocs/README.DCEDFS >+%%PORTDOCS%%share/doc/samba/textdocs/README.jis >+%%PORTDOCS%%share/doc/samba/textdocs/README.sambatar >+%%PORTDOCS%%share/doc/samba/textdocs/Recent-FAQs.txt >+%%PORTDOCS%%share/doc/samba/textdocs/RoutedNetworks.txt >+%%PORTDOCS%%share/doc/samba/textdocs/SCO.txt >+%%PORTDOCS%%share/doc/samba/textdocs/SMBTAR.notes >+%%PORTDOCS%%share/doc/samba/textdocs/SSLeay.txt >+%%PORTDOCS%%share/doc/samba/textdocs/Speed.txt >+%%PORTDOCS%%share/doc/samba/textdocs/Speed2.txt >+%%PORTDOCS%%share/doc/samba/textdocs/Support.txt >+%%PORTDOCS%%share/doc/samba/textdocs/Tracing.txt >+%%PORTDOCS%%share/doc/samba/textdocs/UNIX-SMB.txt >+%%PORTDOCS%%share/doc/samba/textdocs/UNIX_INSTALL.txt >+%%PORTDOCS%%share/doc/samba/textdocs/UNIX_SECURITY.txt >+%%PORTDOCS%%share/doc/samba/textdocs/Win95.txt >+%%PORTDOCS%%share/doc/samba/textdocs/WinNT.txt >+%%PORTDOCS%%share/doc/samba/textdocs/cifsntdomain.txt >+%%PORTDOCS%%share/doc/samba/textdocs/security_level.txt >+%%PORTDOCS%%share/doc/samba/textdocs/smbmount.txt >+%%PORTDOCS%%share/doc/samba/yodldocs/DOMAIN_MEMBER.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/NT_Security.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/lmhosts.5.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/make_smbcodepage.1.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/make_unicodemap.1.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/nmbd.8.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/nmblookup.1.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/samba.7.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smb.conf.5.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbclient.1.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbd.8.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbmnt.8.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbmount.8.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbpasswd.5.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbpasswd.8.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbrun.1.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbsh.1.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbspool.8.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbstatus.1.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/smbtar.1.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/swat.8.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/testparm.1.yo >+%%PORTDOCS%%share/doc/samba/yodldocs/testprns.1.yo > share/examples/samba/README >-share/examples/samba/smb.conf.default > share/examples/samba/autofs/README > share/examples/samba/autofs/auto.a > share/examples/samba/dce-dfs/README >@@ -34,6 +198,7 @@ > 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 >@@ -50,190 +215,6 @@ > share/examples/samba/validchars/validchr.com > share/examples/samba/wins_hook/README > share/examples/samba/wins_hook/dns_update >-@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 >-etc/codepages/codepage.866 >-etc/codepages/codepage.932 >-etc/codepages/codepage.936 >-etc/codepages/codepage.949 >-etc/codepages/codepage.950 >-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.FreeBSD >-share/doc/samba/README.swat >-share/doc/samba/Read-Manifest-Now >-share/doc/samba/Roadmap >-share/doc/samba/THANKS >-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 >-share/doc/samba/faq/Samba-Server-FAQ.html >-share/doc/samba/faq/Samba-Server-FAQ.sgml >-share/doc/samba/faq/Samba-meta-FAQ-1.html >-share/doc/samba/faq/Samba-meta-FAQ-2.html >-share/doc/samba/faq/Samba-meta-FAQ-3.html >-share/doc/samba/faq/Samba-meta-FAQ-4.html >-share/doc/samba/faq/Samba-meta-FAQ-5.html >-share/doc/samba/faq/Samba-meta-FAQ-6.html >-share/doc/samba/faq/Samba-meta-FAQ.html >-share/doc/samba/faq/Samba-meta-FAQ.sgml >-share/doc/samba/faq/Samba-meta-FAQ.txt >-share/doc/samba/faq/sambafaq-1.html >-share/doc/samba/faq/sambafaq-2.html >-share/doc/samba/faq/sambafaq-3.html >-share/doc/samba/faq/sambafaq-4.html >-share/doc/samba/faq/sambafaq-5.html >-share/doc/samba/faq/sambafaq.html >-share/doc/samba/faq/sambafaq.sgml >-share/doc/samba/faq/sambafaq.txt >-share/doc/samba/history >-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 >-share/doc/samba/htmldocs/smbtar.1.html >-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/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 >-share/doc/samba/textdocs/BUGS.txt >-share/doc/samba/textdocs/CRLF-LF-Conversions.txt >-share/doc/samba/textdocs/CVS_ACCESS.txt >-share/doc/samba/textdocs/DHCP-Server-Configuration.txt >-share/doc/samba/textdocs/DIAGNOSIS.txt >-share/doc/samba/textdocs/DNIX.txt >-share/doc/samba/textdocs/DOMAIN.txt >-share/doc/samba/textdocs/DOMAIN_CONTROL.txt >-share/doc/samba/textdocs/DOMAIN_MEMBER.txt >-share/doc/samba/textdocs/ENCRYPTION.txt >-share/doc/samba/textdocs/Faxing.txt >-share/doc/samba/textdocs/File-Cacheing.txt >-share/doc/samba/textdocs/GOTCHAS.txt >-share/doc/samba/textdocs/HINTS.txt >-share/doc/samba/textdocs/INSTALL.sambatar >-share/doc/samba/textdocs/MIRRORS.txt >-share/doc/samba/textdocs/Macintosh_Clients.txt >-share/doc/samba/textdocs/NTDOMAIN.txt >-share/doc/samba/textdocs/NT_Security.txt >-share/doc/samba/textdocs/NetBIOS.txt >-share/doc/samba/textdocs/OS2-Client-HOWTO.txt >-share/doc/samba/textdocs/PRINTER_DRIVER.txt >-share/doc/samba/textdocs/PROFILES.txt >-share/doc/samba/textdocs/PROJECTS >-share/doc/samba/textdocs/Passwords.txt >-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/Recent-FAQs.txt >-share/doc/samba/textdocs/RoutedNetworks.txt >-share/doc/samba/textdocs/SCO.txt >-share/doc/samba/textdocs/SMBTAR.notes >-share/doc/samba/textdocs/SSLeay.txt >-share/doc/samba/textdocs/Speed.txt >-share/doc/samba/textdocs/Speed2.txt >-share/doc/samba/textdocs/Support.txt >-share/doc/samba/textdocs/Tracing.txt >-share/doc/samba/textdocs/UNIX-SMB.txt >-share/doc/samba/textdocs/UNIX_INSTALL.txt >-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/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 >-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 >-@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/swat/help/welcome.html > share/swat/help/DOMAIN_MEMBER.html > share/swat/help/NT_Security.html > share/swat/help/lmhosts.5.html >@@ -257,6 +238,7 @@ > 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/welcome.ja_JP.ujis.html > share/swat/images/globals.gif > share/swat/images/home.gif >@@ -329,10 +311,6 @@ > 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 >@@ -427,14 +405,36 @@ > 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 >+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 > @dirrm share/swat/using_samba/gifs >+@dirrm share/swat/using_samba/figs > @dirrm share/swat/using_samba >+@dirrm share/swat/include >+@dirrm share/swat/images >+@dirrm share/swat/help > @dirrm share/swat >+@dirrm share/examples/samba/wins_hook >+@dirrm share/examples/samba/validchars >+@dirrm share/examples/samba/tridge >+@dirrm share/examples/samba/thoralf >+@dirrm share/examples/samba/svr4-startup >+@dirrm share/examples/samba/simple >+@dirrm share/examples/samba/printing >+@dirrm share/examples/samba/printer-accounting >+@dirrm share/examples/samba/misc >+@dirrm share/examples/samba/dce-dfs >+@dirrm share/examples/samba/autofs >+@dirrm share/examples/samba >+@dirrm share/doc/samba/yodldocs >+@dirrm share/doc/samba/textdocs >+@dirrm share/doc/samba/htmldocs >+@dirrm share/doc/samba/faq >+@dirrm share/doc/samba >+@dirrm etc/codepages >+@exec cat %D/share/doc/samba/README.FreeBSD > @exec mkdir %D/private ; if [ ! -f %D/private/smbpasswd ] ; then chown -R root.wheel %D/private ; cat /etc/passwd | grep -v "^#" | %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 rm -rf /var/spool/samba
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28854
: 15592