summaryrefslogtreecommitdiff
path: root/packaging/Solaris
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-11-01 02:00:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:06 -0500
commitad187ac68e6a7413338599554ce6634c401a99f7 (patch)
tree9f9f1218d7882a96142abc21ab77805f77352a01 /packaging/Solaris
parent792b6ef511454c00cc5e4350a4cfb282a4d4dce0 (diff)
downloadsamba-ad187ac68e6a7413338599554ce6634c401a99f7.tar.gz
samba-ad187ac68e6a7413338599554ce6634c401a99f7.tar.bz2
samba-ad187ac68e6a7413338599554ce6634c401a99f7.zip
r3420: install smbwrapper and add the include directory in the package
(This used to be commit fbde364882151f8fac000b9a547eb9d57bb78786)
Diffstat (limited to 'packaging/Solaris')
-rw-r--r--packaging/Solaris/makepkg.sh7
-rw-r--r--packaging/Solaris/prototype.master1
2 files changed, 8 insertions, 0 deletions
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