From ad187ac68e6a7413338599554ce6634c401a99f7 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 1 Nov 2004 02:00:09 +0000 Subject: r3420: install smbwrapper and add the include directory in the package (This used to be commit fbde364882151f8fac000b9a547eb9d57bb78786) --- packaging/Solaris/makepkg.sh | 7 +++++++ packaging/Solaris/prototype.master | 1 + 2 files changed, 8 insertions(+) (limited to 'packaging/Solaris') diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh index 6d4130b292..a8195e0755 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 7f554378ef..7d15b7d8ae 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 -- cgit