Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 0e89827662f09ecc1f864901891dfd4d > scriptlet

uw-imap-2007f-1.fc14.i686.rpm

POSTIN

/bin/sh
{
cd /etc/pki/tls/certs &> /dev/null || :
for CERT in imapd.pem ipop3d.pem ;do
   if [ ! -e $CERT ];then
      if [ -e stunnel.pem ];then
         cp stunnel.pem $CERT &> /dev/null || :
      elif [ -e Makefile ];then
         make $CERT << EOF &> /dev/null || :
--
SomeState
SomeCity
SomeOrganization
SomeOrganizationalUnit
localhost.localdomain
root@localhost.localdomain
EOF
      fi
   fi
done
} || :
/sbin/service xinetd reload > /dev/null 2>&1 || :

POSTUN

/bin/sh
/sbin/service xinetd reload > /dev/null 2>&1 || :