Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 342660300ba45af63517c9ba359fcbb3 > scriptlet

libwrap-7.6-40.amd64.rpm

POSTIN

/bin/sh
if [ -f /etc/hosts.allow -o -f /etc/host.deny ]; then
	if [ ! -L /etc/hosts.allow ]; then
		mv -f /etc/tcpd/hosts.allow{,.rpmnew}
		mv -f /etc/hosts.allow /etc/tcpd
	fi
	if [ ! -L /etc/tcpd/hosts.deny ]; then
		mv -f /etc/tcpd/hosts.deny{,.rpmnew}
		mv -f /etc/hosts.deny /etc/tcpd
	fi
fi