Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 71fa511345496bca3615bd3c367ca319 > scriptlet

sysklogd-1.3.31-19mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
   /sbin/chkconfig --del syslog
fi

POSTIN

/bin/sh
for n in /var/log/{messages,secure,maillog,spooler}
do
	[ -f $n ] && continue
	touch $n
	chmod 600 $n
done
/sbin/chkconfig --add syslog