Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > d61177e675cb888076bb4d46069812d5 > scriptlet

globus-gridftp-server-progs-6.38-1.fc18.x86_64.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