The Samba-Bugzilla – Attachment 144 Details for
Bug 454
Solaris packaging broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds the lib/charset directory and puts CPs found in source/bin into it
SolarisPkgCharset.patch (text/plain), 1.32 KB, created by
Brian King
on 2003-09-16 11:44:44 UTC
(
hide
)
Description:
Adds the lib/charset directory and puts CPs found in source/bin into it
Filename:
MIME Type:
Creator:
Brian King
Created:
2003-09-16 11:44:44 UTC
Size:
1.32 KB
patch
obsolete
>Index: prototype.master >--- prototype.master Tue Sep 16 15:37:44 2003 >+++ prototype.master.charset Tue Sep 16 15:36:11 2003 >@@ -37,6 +37,7 @@ > # > # Stuff that goes into lib > # >+d none samba/lib/charset 0755 root other > f none samba/lib/smb.conf.example=examples/smb.conf.default 0644 root other > d none samba/lib/regeditscripts 0755 root other > f none samba/lib/regeditscripts/NT4_PlainPassword.reg=docs/Registry/NT4_PlainPassword.reg 0444 root other > > > >Index: makepkg.sh.tmpl >--- makepkg.sh.tmpl Tue Sep 16 15:37:44 2003 >+++ makepkg.sh.tmpl.charset Tue Sep 16 15:34:26 2003 >@@ -18,7 +18,14 @@ > for binfile in * > do > if [ -f $binfile ]; then >- echo f none samba/bin/$binfile=source/bin/$binfile 0755 root other >+ case $file in >+ CP*.so) >+ echo echo f none samba/lib/charset/$binfile=source/bin/$binfile 0755 root other >+ ;; >+ *) >+ echo f none samba/bin/$binfile=source/bin/$binfile 0755 root other >+ ;; >+ esac > fi > done > >@@ -42,6 +49,14 @@ > echo s none /usr/lib/nss_winbind.so.2=/usr/lib/libnss_winbind.so 0755 root other > fi > >+ # add the .dat codepages >+ echo "#\n# Codepages \n#" >+ for file in $DISTR_BASE/source/codepages/*.dat ; do >+ bfile=`basename $file` >+ echo f none /usr/local/samba/lib/$bfile=source/codepages/$bfile >+ done >+ >+ > # Add the manpages > echo "#\n# man pages \n#" > echo d none /usr ? ? ?
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 Raw
Actions:
View
Attachments on
bug 454
:
143
| 144