Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 295e03208576e6d9ae1b8f1188ea97ca > scriptlet

nessusd-2.2.4-2.amd64.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	if [ -f /var/lock/subsys/nessusd ]; then
		/etc/rc.d/init.d/nessusd stop >&2
	fi
	/sbin/chkconfig --del nessusd
fi

POSTIN

/bin/sh
echo "Run \"/sbin/chkconfig --add nessusd\" to activate nessus daemon."
echo "then run \"/etc/rc.d/init.d/nessusd start\" to start nessus daemon."
echo "don't forget about /etc/nessus/nessusd.conf file!"