From 3f757b3c47f44ca9586a07730cd5f1e103eec9b9 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 26 Mar 2003 02:47:04 +0000 Subject: [PATCH] fix a few paths --- packaging/Solaris/makepkg.sh | 4 ++-- packaging/Solaris/prototype.master | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh index 4dd7a2d0970..ac85de8c3c0 100755 --- a/packaging/Solaris/makepkg.sh +++ b/packaging/Solaris/makepkg.sh @@ -45,8 +45,8 @@ add_dynamic_entries() # Add the binaries, docs and SWAT files echo "#\n# libraries\n#" - echo f none /lib/nss_winbind.so.1=source/nsswitch/libnss_winbind.so 0755 root other - echo f none /lib/security/pam_winbind.so=source/nsswitch/pam_winbind.so 0755 root other + echo f none /usr/lib/nss_winbind.so.1=source/nsswitch/libnss_winbind.so 0755 root other + echo f none /usr/lib/security/pam_winbind.so=source/nsswitch/pam_winbind.so 0755 root other echo "#\n# libsmbclient\n#" echo f none /usr/local/include/libsmbclient.h=source/include/libsmbclient.h 0755 root other diff --git a/packaging/Solaris/prototype.master b/packaging/Solaris/prototype.master index e30b57364dc..65af6deba37 100644 --- a/packaging/Solaris/prototype.master +++ b/packaging/Solaris/prototype.master @@ -20,8 +20,6 @@ d none /etc/init.d ? ? ? f none /etc/init.d/samba.server=packaging/Solaris/samba.server 0744 root sys d initscript /etc/rc3.d ? ? ? s initscript /etc/rc3.d/S99samba.server=../init.d/samba.server -d none /lib ? ? ? -d none /lib/security ? ? ? d none /usr/local/ ? ? ? d none /usr/local/lib ? ? ? d none /usr/local/include ? ? ? -- 2.11.4.GIT