svn commit: samba r3420 - in branches/SAMBA_3_0/packaging/Solaris: .

jerry at samba.org jerry at samba.org
Mon Nov 1 02:00:11 GMT 2004


Author: jerry
Date: 2004-11-01 02:00:09 +0000 (Mon, 01 Nov 2004)
New Revision: 3420

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3420

Log:
install smbwrapper and add the include directory in the package
Modified:
   branches/SAMBA_3_0/packaging/Solaris/makepkg.sh
   branches/SAMBA_3_0/packaging/Solaris/prototype.master


Changeset:
Modified: branches/SAMBA_3_0/packaging/Solaris/makepkg.sh
===================================================================
--- branches/SAMBA_3_0/packaging/Solaris/makepkg.sh	2004-11-01 01:03:22 UTC (rev 3419)
+++ branches/SAMBA_3_0/packaging/Solaris/makepkg.sh	2004-11-01 02:00:09 UTC (rev 3420)
@@ -48,6 +48,10 @@
 	echo f none lib/libsmbclient.so 0755 root other
 	echo f none include/libsmbclient.h 0644 root other
 
+	echo "#\n# smbwrapper\n#"
+	echo f none lib/smbwrapper.so 0755 root other
+	echo f none bin/smbsh 0755 root other
+
 	echo "#\n# nss_winbind.so\n#"
 	echo f none /usr/lib/nss_winbind.so.1=lib/libnss_winbind.so 0755 root other
 	echo s none /lib/nss_winbind.so.1=../usr/lib/nss_winbind.so.1 0755 root other
@@ -158,6 +162,9 @@
 	cp -fp nsswitch/pam_winbind.so $TMPINSTALLDIR/$LIBDIR/pam_winbind.so
 fi
 
+cp -p bin/smbwrapper.so $TMPINSTALLDIR/$INSTALL_BASE/lib
+cp -p bin/smbsh $TMPINSTALLDIR/$INSTALL_BASE/bin
+
 mkdir -p $TMPINSTALLDIR/$INSTALL_BASE/docs
 cp -p ../docs/*pdf $TMPINSTALLDIR/$INSTALL_BASE/docs
 

Modified: branches/SAMBA_3_0/packaging/Solaris/prototype.master
===================================================================
--- branches/SAMBA_3_0/packaging/Solaris/prototype.master	2004-11-01 01:03:22 UTC (rev 3419)
+++ branches/SAMBA_3_0/packaging/Solaris/prototype.master	2004-11-01 02:00:09 UTC (rev 3420)
@@ -32,6 +32,7 @@
 d none $LIBDIR 0755 root other
 d none $LIBDIR/charset 0755 root other
 d none $LIBDIR/vfs 0755 root other
+d none include 0755 root other
 d none $SWATDIR 0755 root other
 d none $LOGFILEBASE 0755 root other
 d none $PIDDIR 0755 root other



More information about the samba-cvs mailing list