From: Gerald Carter Date: Mon, 1 Nov 2004 02:00:09 +0000 (+0000) Subject: r3420: install smbwrapper and add the include directory in the package X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbde364882151f8fac000b9a547eb9d57bb78786;p=thirdparty%2Fsamba.git r3420: install smbwrapper and add the include directory in the package --- diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh index 6d4130b2927..a8195e0755f 100644 --- a/packaging/Solaris/makepkg.sh +++ b/packaging/Solaris/makepkg.sh @@ -48,6 +48,10 @@ add_dynamic_entries() 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 @@ if [ -f nsswitch/pam_winbind.so ]; then 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 diff --git a/packaging/Solaris/prototype.master b/packaging/Solaris/prototype.master index 7f554378ef0..7d15b7d8ae6 100644 --- a/packaging/Solaris/prototype.master +++ b/packaging/Solaris/prototype.master @@ -32,6 +32,7 @@ d none $BINDIR 0755 root other 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