Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 515c56d63b4b1173127d34a9b1c89ab9 > scriptlet

mod_nss-1.0.8-8.el5_10.x86_64.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