diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-09 10:35:59 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-09 10:35:59 -0500 |
commit | 6027f2c458e731a9f93108eeed5e3b78b792c697 (patch) | |
tree | 9298182afebd632111c9b7a082e760aaf9ad6cfc /squashfu.conf | |
parent | 31aaa8742bdf0055f59e9451184a5aea2d9f3579 (diff) | |
download | squashfu-6027f2c458e731a9f93108eeed5e3b78b792c697.tar.gz |
Reword comments about RESQUASH_DAY
Diffstat (limited to 'squashfu.conf')
-rw-r--r-- | squashfu.conf | 12 |
1 files changed, 7 insertions, 5 deletions
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 |