Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 4e470e555f86f219ce774568e0e672b7 > scriptlet

vsftpd-2.3.4-1.fc14.i686.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
 /sbin/service vsftpd stop > /dev/null 2>&1
 /sbin/chkconfig --del vsftpd
fi

POSTIN

/bin/sh
/sbin/chkconfig --add vsftpd