Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > bf0bc73145502cbcc482ec9e90cfc564 > scriptlet

globus-gridftp-server-progs-6.10-2.fc15.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