Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > bf674caaba90c8e04c839dfa259e56d5 > scriptlet

apache-conf-1.3.22-1.1mdk.i586.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then /sbin/chkconfig --add httpd; else if [ -f /var/lock/subsys/httpd ]; then service httpd restart > /dev/null 2>/dev/null || : ; fi; fi;