]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/prelink/prelink-20040304/prelink.default
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / prelink / prelink-20040304 / prelink.default
1 --- prelink-0.0.20040115.orig/debian/prelink.default
2 +++ prelink-0.0.20040115/debian/prelink.default
3 @@ -0,0 +1,22 @@
4 +# Set this to no to disable prelinking altogether
5 +# or to yes to enable it.
6 +# (if you change this from yes to no prelink -ua
7 +# will be run next night to undo prelinking)
8 +PRELINKING=unknown
9 +
10 +# Options to pass to prelink
11 +# -m   Try to conserve virtual memory by allowing overlapping
12 +#      assigned virtual memory slots for libraries which
13 +#      never appear together in one binary
14 +# -R   Randomize virtual memory slot assignments for libraries.
15 +#      This makes it slightly harder for various buffer overflow
16 +#      attacks, since library addresses will be different on each
17 +#      host using -R.
18 +PRELINK_OPTS=-mR
19 +
20 +# How often should full prelink be run (in days)
21 +# Normally, prelink will be run in quick mode, every
22 +# $PRELINK_FULL_TIME_INTERVAL days it will be run
23 +# in normal mode.  Comment this line out if prelink 
24 +# should be run in normal mode always.
25 +PRELINK_FULL_TIME_INTERVAL=14