usr/src/cmd/openldap/install-openldap
changeset 9 502b128296a2
parent 7 f96733ecc878
child 14 ebdd963f7d5e
equal deleted inserted replaced
8:950f332cc02b 9:502b128296a2
    23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
    24 # Use is subject to license terms.
    24 # Use is subject to license terms.
    25 #
    25 #
    26 # Install BIND's objects into the proto area ready for packaging.
    26 # Install BIND's objects into the proto area ready for packaging.
    27 #
    27 #
    28 # ident	"@(#)install-openldap	1.3	10/01/28 SMI"
    28 # ident	"@(#)install-openldap	1.4	10/02/19 SMI"
    29 
    29 
    30 # VERS should be provided on command line or set in environment
    30 # VERS should be provided on command line or set in environment
    31 if [ $# -ge 2 ]; then
    31 if [ $# -ge 2 ]; then
    32     VERS=$1;
    32     VERS=$1;
    33     LVERS=$2;
    33     LVERS=$2;
   221 		_install N ${i} ${DOCADMDIR}/${i} 444
   221 		_install N ${i} ${DOCADMDIR}/${i} 444
   222 	fi
   222 	fi
   223 done
   223 done
   224 _install L guide.html ${DOCADMDIR}/index.html 444
   224 _install L guide.html ${DOCADMDIR}/index.html 444
   225 cd $TOP
   225 cd $TOP
       
   226 
       
   227 _install N ../exec_attr ${ROOT}/etc/security/exec_attr.d/openldap 0444
       
   228 _install N ../prof_attr ${ROOT}/etc/security/prof_attr.d/openldap 0444
       
   229 
   226 cd doc/guide/images
   230 cd doc/guide/images
   227 for i in *.gif
   231 for i in *.gif
   228 do
   232 do
   229 	_install N ${i} ${DOCIMGDIR}/${i} 444
   233 	_install N ${i} ${DOCIMGDIR}/${i} 444
   230 done
   234 done