Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 3c6e434c5438825f2fcd2050a12d415b > scriptlet

globus-gridftp-server-progs-6.19-1.fc17.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
    /sbin/chkconfig --del globus-gridftp-server
    /sbin/chkconfig --del globus-gridftp-sshftp
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
    /sbin/chkconfig --add globus-gridftp-server
    /sbin/chkconfig --add globus-gridftp-sshftp
fi

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
    /sbin/service globus-gridftp-server condrestart > /dev/null 2>&1 || :
    /sbin/service globus-gridftp-sshftp condrestart > /dev/null 2>&1 || :
fi