--- README.orig	Sat Nov 22 15:45:51 2003
+++ README	Sat Nov 22 15:46:12 2003
@@ -102,18 +102,18 @@
 3. Comment these jobs out of their crontab files.  (You may have to
    use the "crontab" command for this.  See the cron documentation.)
 
-4. Put them in /etc/anacrontab.  Note that the format is not the same
+4. Put them in __PREFIX/etc/anacrontab.  Note that the format is not the same
    as the crontab entries.  See the anacrontab(5) manpage.  Here's an
    example from a typical Debian system:
 
 -----Cut
-# /etc/anacrontab example
+# __PREFIX/etc/anacrontab example
 SHELL=/bin/sh
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+PATH=__PREFIX/sbin:__PREFIX/bin:/sbin:/bin:/usr/sbin:/usr/bin
 # format: period delay job-identifier command
-1       5       cron.daily      run-parts /etc/cron.daily
-7       10      cron.weekly     run-parts /etc/cron.weekly
-30      15      cron.monthly    run-parts /etc/cron.monthly
+1       5       cron.daily      run-parts __PREFIX/etc/cron.daily
+7       10      cron.weekly     run-parts __PREFIX/etc/cron.weekly
+30      15      cron.monthly    run-parts __PREFIX/etc/cron.monthly
 -----Cut
 
 5. Put the command "anacron -s" somewhere in your boot-scripts.
