Sophie

Sophie

distrib > PLD > ra > i686 > by-pkgid > 952da543a2f4624c63ab872dfcf458de > scriptlet

uptimed-0.1.6-1.i686.rpm

POSTIN

/bin/sh
echo "echo \"Starting uptime daemon...\"" >> /etc/rc.d/rc.local
echo "/usr/sbin/uptimed" >> /etc/rc.d/rc.local
echo "echo \"Creating unique uptime daemon bootid...\"" >> /etc/rc.d/rc.sysinit
echo "/usr/sbin/uptimed -boot" >> /etc/rc.d/rc.sysinit

POSTUN

/bin/sh
echo "Please edit /etc/rc.d/rc.local and /etc/rc.d/rc.sysinit and take out the following lines"
echo "They should be at the very bottom of the file.."
echo ""
echo "-- /etc/rc.d/rc.local --"
echo "echo \"Starting uptime daemon...\""
echo "/usr/sbin/uptimed"
echo "-- /etc/rc.d/rc.sysinit --"
echo "echo \"Creating unique uptime daemon bootid...\""
echo "/usr/sbin/uptimed -boot"