slackbuilds_ponce/system/prelink/prelink.cron
Ozan Türkyılmaz f9e5f10b32 system/prelink: Miscellaneous build fixes.
Added two helper scripts and a warning in the README.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-01-02 00:27:36 -06:00

10 lines
221 B
Bash

#!/bin/sh
renice +19 -p $$ > /dev/null 2>&1
#By default, we'll do quick cron runs of prelink
PRELINK_OPTS="-amRq"
#If you don't want to do this, then use this opts.
#PRELINK_OPTS="-amR"
/usr/sbin/prelink $PRELINK_OPTS