diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2011-01-01 12:05:52 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-02 00:27:36 -0600 |
commit | f9e5f10b3219cbe7cf9a2dbce9ae0194b2e9facf (patch) | |
tree | 9da2c28330e8a8fdc7b15a80cce5abfbcf44f3e3 /system/prelink/prelink.cron | |
parent | bee81b221f3034142a27f0678bf83fe5b6491bfa (diff) | |
download | slackbuilds-f9e5f10b3219cbe7cf9a2dbce9ae0194b2e9facf.tar.gz |
system/prelink: Miscellaneous build fixes.
Added two helper scripts and a warning in the README.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/prelink/prelink.cron')
-rw-r--r-- | system/prelink/prelink.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prelink/prelink.cron b/system/prelink/prelink.cron index 5a5f15739b..5ffd98b9d0 100644 --- a/system/prelink/prelink.cron +++ b/system/prelink/prelink.cron @@ -5,6 +5,6 @@ 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_OPT="-amR" +#PRELINK_OPTS="-amR" /usr/sbin/prelink $PRELINK_OPTS |