From c3c3ea33677730d6df50ae1319efc010da77aad0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 21 Aug 2003 15:07:43 +0000 Subject: packaging fix for winbind NSS libraries from Brian King (This used to be commit 04369b39897aec899957fb08665959b530ff9210) --- packaging/Solaris/makepkg.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'packaging') diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh index bd370e9a62..8423a1a9b4 100755 --- a/packaging/Solaris/makepkg.sh +++ b/packaging/Solaris/makepkg.sh @@ -32,6 +32,16 @@ add_dynamic_entries() fi done + # add libraries to /lib for winbind + echo "#\n# Libraries \n#" + if [ -f $DISTR_BASE/source/nsswitch/libnss_winbind.so ] ; then + echo f none /usr/lib/libnss_winbind.so=source/nsswitch/libnss_winbind.so 0755 root other + echo s none /usr/lib/libnss_winbind.so.1=/usr/lib/libnss_winbind.so 0755 root other + echo s none /usr/lib/libnss_winbind.so.2=/usr/lib/libnss_winbind.so 0755 root other + echo s none /usr/lib/nss_winbind.so.1=/usr/lib/libnss_winbind.so 0755 root other + echo s none /usr/lib/nss_winbind.so.2=/usr/lib/libnss_winbind.so 0755 root other + fi + # Add the manpages echo "#\n# man pages \n#" echo d none /usr ? ? ? -- cgit