Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 68fd9da21217dbdf804194d41db1909c > scriptlet

mod_nss-1.0.8-8.el5_10.i386.rpm

POSTIN

/bin/sh
umask 077

if [ "$1" -gt 0 ] ; then
    if [ ! -e /etc/httpd/alias/key3.db ]; then
        /usr/sbin/gencert /etc/httpd/alias > /etc/httpd/alias/install.log 2>&1
    fi

    # Make sure that the database ownership is setup properly.
    /usr/bin/find /etc/httpd/alias -user root -name "*.db" -exec /bin/chgrp apache {} \;
    /usr/bin/find /etc/httpd/alias -user root -name "*.db" -exec /bin/chmod g+r {} \;
fi