From 6027f2c458e731a9f93108eeed5e3b78b792c697 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 9 Jan 2010 10:35:59 -0500 Subject: Reword comments about RESQUASH_DAY --- squashfu.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'squashfu.conf') diff --git a/squashfu.conf b/squashfu.conf index 89a10c1..58fc66f 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -41,11 +41,13 @@ KEEP_LAST_WEEK=true # Set this to the day of the week you want a resquash to occur. # Days are numbered according to the output of 'date +%u' -- 1 -# through 7, with 1 being Monday, 7 being Sunday. If this number -# is out of bounds or this day is missed, you MUST create the -# new squash manually using --resquash. This is again compared -# to the output of 'date +%u' but does NOT take into account -# the MODIFIER above. +# through 7, with 1 being Monday, 7 being Sunday. This setting +# will not honor the MODIFIER setting above. +# +# WARNING: If this number is out of bounds or this day is missed, +# you MUST request the resquash manually (see help for how to do this). +# This is again compared to the output of 'date +%u' but does NOT take +# into account the MODIFIER above. RESQUASH_DAY=7 -- cgit v1.2.3