summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-11-07 20:42:45 +0000
committerGerald Carter <jerry@samba.org>2004-11-07 20:42:45 +0000
commitf0ae41fc1025aa840218545add3fbe2c207cc5bc (patch)
tree3cddf8edcfd08e62c69605d9d5278ccd564384e8 /packaging
parentf1909f3d5d948d8ef7d47a7b37d53b0121e09346 (diff)
downloadsamba-f0ae41fc1025aa840218545add3fbe2c207cc5bc.tar.gz
samba-f0ae41fc1025aa840218545add3fbe2c207cc5bc.tar.xz
samba-f0ae41fc1025aa840218545add3fbe2c207cc5bc.zip
r3605: * sync up with 3.0 with the exception of volker's recent changes
to the getaliases call
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Solaris/makepkg.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index fdf4811a56d..a8195e0755f 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -58,9 +58,6 @@ add_dynamic_entries()
if [ -f lib/pam_winbind.so ]; then
echo f none /usr/lib/security/pam_winbind.so=lib/pam_winbind.so 0755 root other
fi
- if [ -f lib/pam_smbpass.so ]; then
- echo f none /usr/lib/security/pam_pam_smbpass.so=lib/pam_winbind.so 0755 root other
- fi
# Add the manpages
echo "#\n# man pages \n#"
@@ -124,7 +121,6 @@ if [ "x$1" != "xnobuild" ]; then
./configure --prefix=$INSTALL_DIR \
--with-acl-support \
--with-included-popt \
- --with-pam_smbpass \
--localstatedir=/var/lib/samba \
--with-piddir=/var/run \
--with-logfilebase=/var/log/samba \