rsync/rsync.git
18 years agoDocument the new --super option and how it affects other options.
Wayne Davison [Thu, 26 Jan 2006 11:10:28 +0000 (11:10 +0000)]
Document the new --super option and how it affects other options.

18 years agoCheck MY_UID() directly instead of accessing am_root.
Wayne Davison [Thu, 26 Jan 2006 11:01:00 +0000 (11:01 +0000)]
Check MY_UID() directly instead of accessing am_root.

18 years agoMention new --specials option and --devices change.
Wayne Davison [Thu, 26 Jan 2006 10:50:18 +0000 (10:50 +0000)]
Mention new --specials option and --devices change.

18 years agoThe itemized output for the fifo changed.
Wayne Davison [Thu, 26 Jan 2006 10:39:04 +0000 (10:39 +0000)]
The itemized output for the fifo changed.

18 years agoAdded 'S' to the itemized output for special files.
Wayne Davison [Thu, 26 Jan 2006 10:39:01 +0000 (10:39 +0000)]
Added 'S' to the itemized output for special files.

18 years agoHandle separated devices and special files.
Wayne Davison [Thu, 26 Jan 2006 10:38:58 +0000 (10:38 +0000)]
Handle separated devices and special files.

18 years agoDocument the new --specials option and how -D and --devices now work.
Wayne Davison [Thu, 26 Jan 2006 10:38:54 +0000 (10:38 +0000)]
Document the new --specials option and how -D and --devices now work.

18 years agoOne more minor tweak.
Wayne Davison [Wed, 25 Jan 2006 17:34:39 +0000 (17:34 +0000)]
One more minor tweak.

18 years agoDecided to hold off on the potential memory savings of indexed
Wayne Davison [Wed, 25 Jan 2006 17:10:29 +0000 (17:10 +0000)]
Decided to hold off on the potential memory savings of indexed
uid/gid pairs until the next release.

18 years agoAdded testing of the --itemize-changes output for devices.
Wayne Davison [Tue, 24 Jan 2006 22:23:51 +0000 (22:23 +0000)]
Added testing of the --itemize-changes output for devices.

18 years agoChanged to handle removed 'a' slot in %i output.
Wayne Davison [Tue, 24 Jan 2006 22:23:14 +0000 (22:23 +0000)]
Changed to handle removed 'a' slot in %i output.

18 years agoFixed a problem in the output of %i's 'T' flag on devices and
Wayne Davison [Tue, 24 Jan 2006 22:22:17 +0000 (22:22 +0000)]
Fixed a problem in the output of %i's 'T' flag on devices and
got rid of the unused 'a' flag.

18 years agoGot rid of the description of 'a' in the %i flags.
Wayne Davison [Tue, 24 Jan 2006 22:14:40 +0000 (22:14 +0000)]
Got rid of the description of 'a' in the %i flags.

18 years agoGot rid of some debug code.
Wayne Davison [Tue, 24 Jan 2006 21:40:43 +0000 (21:40 +0000)]
Got rid of some debug code.

18 years agoDump some debug code.
Wayne Davison [Tue, 24 Jan 2006 21:39:10 +0000 (21:39 +0000)]
Dump some debug code.

18 years agoOptimized id_pair() so that clumps of IDs get handled more
Wayne Davison [Tue, 24 Jan 2006 19:39:09 +0000 (19:39 +0000)]
Optimized id_pair() so that clumps of IDs get handled more
efficiently.

18 years agoThe uid & gid are now stored using an id_pair structure.
Wayne Davison [Tue, 24 Jan 2006 19:02:55 +0000 (19:02 +0000)]
The uid & gid are now stored using an id_pair structure.

18 years agoAnother small improvement to the --one-file-system option.
Wayne Davison [Tue, 24 Jan 2006 19:02:48 +0000 (19:02 +0000)]
Another small improvement to the --one-file-system option.

18 years agoThe in_del_hier code needs to use lastname instead of thisname
Wayne Davison [Tue, 24 Jan 2006 17:26:24 +0000 (17:26 +0000)]
The in_del_hier code needs to use lastname instead of thisname
because the latter gets cleaned and (possibly) sanitized.

18 years agoFERROR messages also need to leave leading newlines unmangled.
Wayne Davison [Tue, 24 Jan 2006 01:07:19 +0000 (01:07 +0000)]
FERROR messages also need to leave leading newlines unmangled.

18 years agoTweaked the copyright message.
Wayne Davison [Mon, 23 Jan 2006 18:48:12 +0000 (18:48 +0000)]
Tweaked the copyright message.

18 years agoMore improvements to the -x option (some from Matt & some from me).
Wayne Davison [Sun, 22 Jan 2006 21:04:21 +0000 (21:04 +0000)]
More improvements to the -x option (some from Matt & some from me).

18 years agoNew -x code had some problems, so restore the old code for now
Wayne Davison [Sun, 22 Jan 2006 20:37:00 +0000 (20:37 +0000)]
New -x code had some problems, so restore the old code for now
(keeping the more optimal stat() calling, though).

18 years agoNew -x code had some problems, so restore the old code for now.
Wayne Davison [Sun, 22 Jan 2006 20:30:56 +0000 (20:30 +0000)]
New -x code had some problems, so restore the old code for now.

18 years agoMatt's disambiguation.
Wayne Davison [Sat, 21 Jan 2006 21:02:13 +0000 (21:02 +0000)]
Matt's disambiguation.

18 years ago- Got rid of the filesystem_dev variable now that --one-file-system
Wayne Davison [Sat, 21 Jan 2006 20:59:19 +0000 (20:59 +0000)]
- Got rid of the filesystem_dev variable now that --one-file-system
  is handled in a new way.
- Moved a stat out of delete_in_dir() into do_delete_pass() to make
  --delete-during more efficient.
- Added a missing "#ifdef SUPPORT_LINKS...#endif" block around some
  symlink code.

18 years ago- Changed how --one-file-system works so that we can skip all mount
Wayne Davison [Sat, 21 Jan 2006 20:59:16 +0000 (20:59 +0000)]
- Changed how --one-file-system works so that we can skip all mount
  points (including "bind" mounts).
- The --chmod option now affects devices (only skipping symlinks).

18 years agoFixed a problem with the FLAG_* defines.
Wayne Davison [Sat, 21 Jan 2006 20:16:37 +0000 (20:16 +0000)]
Fixed a problem with the FLAG_* defines.

18 years agoDisable popt aliases when we're a server so that any user-redefined
Wayne Davison [Sat, 21 Jan 2006 20:15:49 +0000 (20:15 +0000)]
Disable popt aliases when we're a server so that any user-redefined
options can't cause a compatibility problem.

18 years agoA tweak to --dirs and --chmod.
Wayne Davison [Sat, 21 Jan 2006 19:55:47 +0000 (19:55 +0000)]
A tweak to --dirs and --chmod.

18 years agoUse the new saw_delete* variables to ensure that the server side
Wayne Davison [Sat, 21 Jan 2006 19:54:14 +0000 (19:54 +0000)]
Use the new saw_delete* variables to ensure that the server side
always reads the exclude information when it is present.

18 years ago- We now set some saw_delete* vars to keep track of the case where
Wayne Davison [Sat, 21 Jan 2006 19:52:55 +0000 (19:52 +0000)]
- We now set some saw_delete* vars to keep track of the case where
  we disabled a delete option that the client sent us (since we may
  still need to await exclude information from the client in such a
  case).
- If -d and --delete are in effect without -r, we may need to send
  the -d to the server even if it was implied, and we may need to
  send --no-r to the server to ensure that we don't get into a
  protocol-corrupting situation should the remote rsync disable the
  --delete option (this works because the --no-r option was added in
  the same version as the functionality which allows --delete to
  work with -d sans -r.

18 years ago- Allow multiple --chmod options to be specified.
Wayne Davison [Sat, 21 Jan 2006 09:14:42 +0000 (09:14 +0000)]
- Allow multiple --chmod options to be specified.
- Call parse_chmod() with its new arg.

18 years agoTweaked parse_chmod() so that it takes a pointer to an existing list
Wayne Davison [Sat, 21 Jan 2006 09:14:39 +0000 (09:14 +0000)]
Tweaked parse_chmod() so that it takes a pointer to an existing list
of chmod items (or NULL) and appends the new items onto the end.

18 years agoDocument the new --one-file-system behavior, with improvements to
Wayne Davison [Sat, 21 Jan 2006 08:10:45 +0000 (08:10 +0000)]
Document the new --one-file-system behavior, with improvements to
the option's text taken from Matt's patch in bugzilla.

18 years agoHandle the --chmod option as either the sender or the receiver so
Wayne Davison [Sat, 21 Jan 2006 08:03:18 +0000 (08:03 +0000)]
Handle the --chmod option as either the sender or the receiver so
that only the client needs to know about --chmod (but if an older
version sends the option to the server, we'll still handle it).

18 years agoFor a local rsync, turn off the --chmod option on the receiving
Wayne Davison [Sat, 21 Jan 2006 07:58:35 +0000 (07:58 +0000)]
For a local rsync, turn off the --chmod option on the receiving
side so that only the sending side does the work.

18 years agoWe don't ever need to send the --chmod option to the remote rsync.
Wayne Davison [Sat, 21 Jan 2006 07:53:40 +0000 (07:53 +0000)]
We don't ever need to send the --chmod option to the remote 

18 years agoImplemented the -xx behavior that skips mount-point dirs.
Wayne Davison [Sat, 21 Jan 2006 01:20:03 +0000 (01:20 +0000)]
Implemented the -xx behavior that skips mount-point dirs.

18 years agoAllow the -x option to be repeated.
Wayne Davison [Sat, 21 Jan 2006 00:36:15 +0000 (00:36 +0000)]
Allow the -x option to be repeated.

18 years ago- Changed send_file_entry() into a static function again.
Wayne Davison [Fri, 20 Jan 2006 21:21:43 +0000 (21:21 +0000)]
- Changed send_file_entry() into a static function again.
- Made send_file_entry() derive the base_flag value from *file.
- Added a flags arg to make_file().
- The flag we send to send_file_name() is a FLAG_* value, not an
  XMIT_* value.

18 years agoCall make_file() with one more arg (the base flags).
Wayne Davison [Fri, 20 Jan 2006 21:21:36 +0000 (21:21 +0000)]
Call make_file() with one more arg (the base flags).

18 years agoMentioned the addition of -ii.
Wayne Davison [Fri, 20 Jan 2006 19:33:24 +0000 (19:33 +0000)]
Mentioned the addition of -ii.

18 years agoDocument the behavior of -ii.
Wayne Davison [Fri, 20 Jan 2006 18:52:52 +0000 (18:52 +0000)]
Document the behavior of -ii.

18 years agoHandle the extra output needed when log_format_has_i > 1.
Wayne Davison [Fri, 20 Jan 2006 18:49:38 +0000 (18:49 +0000)]
Handle the extra output needed when log_format_has_i > 1.

18 years agoAllow the --itemize-changes (-i) option to be repeated to indicate
Wayne Davison [Fri, 20 Jan 2006 18:49:07 +0000 (18:49 +0000)]
Allow the --itemize-changes (-i) option to be repeated to indicate
that unchanged files should also be itemized.

18 years agoGot rid of unused function u_strcmp().
Wayne Davison [Fri, 20 Jan 2006 00:14:04 +0000 (00:14 +0000)]
Got rid of unused function u_strcmp().

18 years agoImproved a sentence.
Wayne Davison [Thu, 19 Jan 2006 21:21:28 +0000 (21:21 +0000)]
Improved a sentence.

18 years agoThe code in send_file_list() needed a little more improvement to
Wayne Davison [Thu, 19 Jan 2006 21:16:44 +0000 (21:16 +0000)]
The code in send_file_list() needed a little more improvement to
handle --relative really well:
- We must set "is_dot_dir" when we strip off a trailing "/" or "/.".
- If a trailing "/" or "/." caused us to treat a symlink as a dir,
  we now pass our stat() info down to make_file() so that it will
  always treat the cleaned-up name as a dir too.
- We must not strip a leading "/".
- Improved the check for ".." elements in the implied dirs.

18 years agoAdded a new arg to the make_file() call.
Wayne Davison [Thu, 19 Jan 2006 21:16:40 +0000 (21:16 +0000)]
Added a new arg to the make_file() call.

18 years agoAnother bugfix.
Wayne Davison [Thu, 19 Jan 2006 19:05:49 +0000 (19:05 +0000)]
Another bugfix.

18 years agoIn delete_in_dir(), skip a directory that isn't really a directory on
Wayne Davison [Thu, 19 Jan 2006 18:53:48 +0000 (18:53 +0000)]
In delete_in_dir(), skip a directory that isn't really a directory on
the local disk (can easily happen if --dry-run was specified).

18 years agoMention the changes made in recent checkins.
Wayne Davison [Thu, 19 Jan 2006 07:34:41 +0000 (07:34 +0000)]
Mention the changes made in recent checkins.

18 years agoWhen --relative is active, simply trim off trailing slashes and
Wayne Davison [Thu, 19 Jan 2006 01:43:10 +0000 (01:43 +0000)]
When --relative is active, simply trim off trailing slashes and
dot dirs.  Also, reject a ".." dir if it would be sent as part
of the relative path.

18 years ago- Fixed the --help and --version output to avoid using embedded
Wayne Davison [Tue, 17 Jan 2006 04:26:12 +0000 (04:26 +0000)]
- Fixed the --help and --version output to avoid using embedded
  newlines (which are no longer allowed in rprint()).
- Updated the Copyright info for 2006.

18 years agoGot rid of a few empty lines.
Wayne Davison [Tue, 17 Jan 2006 02:16:57 +0000 (02:16 +0000)]
Got rid of a few empty lines.

18 years agoGot rid of a now-unused static variable.
Wayne Davison [Tue, 17 Jan 2006 01:26:35 +0000 (01:26 +0000)]
Got rid of a now-unused static variable.

18 years agoA few more items to check for, including libcharset.h, langinfo.h,
Wayne Davison [Sun, 15 Jan 2006 14:52:12 +0000 (14:52 +0000)]
A few more items to check for, including libcharset.h, langinfo.h,
locale_charset(), and nl_langinfo().

18 years ago- Improved get_local_name() using ideas from Matt McCutchen's
Wayne Davison [Sun, 15 Jan 2006 07:11:23 +0000 (07:11 +0000)]
- Improved get_local_name() using ideas from Matt McCutchen's
  version:  lots more comments, and a "local name" copy now
  does a chdir to the parent dir of the destination file.
- Moved the setlocale() call prior to the parse_arguments() call.

18 years ago- We now filter all rwrite() output when it goes out to the terminal
Wayne Davison [Sat, 14 Jan 2006 20:26:28 +0000 (20:26 +0000)]
- We now filter all rwrite() output when it goes out to the terminal
  to make sure that it contains readable characters.
- Got rid of the buf[len] = '\0' in rwrite().
- Call f_name() with revised args (which also replaces f_name_to()).

18 years agoCall f_name() with revised args (which also replaces f_name_to()).
Wayne Davison [Sat, 14 Jan 2006 20:26:23 +0000 (20:26 +0000)]
Call f_name() with revised args (which also replaces f_name_to()).

18 years agoMerged f_name() with f_name_to().
Wayne Davison [Sat, 14 Jan 2006 20:26:20 +0000 (20:26 +0000)]
Merged f_name() with f_name_to().

18 years agoDefined new FNAME logcode enum (only used on the client side when
Wayne Davison [Sat, 14 Jan 2006 20:26:17 +0000 (20:26 +0000)]
Defined new FNAME logcode enum (only used on the client side when
logging a filename).

18 years agoFixed a couple out-of-memory function-name strings in make_file().
Wayne Davison [Sat, 14 Jan 2006 17:19:12 +0000 (17:19 +0000)]
Fixed a couple out-of-memory function-name strings in make_file().

18 years agoIf the --human-readable option is in effect, output the size of
Wayne Davison [Sat, 14 Jan 2006 17:10:52 +0000 (17:10 +0000)]
If the --human-readable option is in effect, output the size of
each file in human-readable units instead of a raw byte count.

18 years agoAdded a "continue" missing from a recent change.
Wayne Davison [Sat, 14 Jan 2006 00:29:50 +0000 (00:29 +0000)]
Added a "continue" missing from a recent change.

18 years agoAdded --enable-iconv and cleaned up the other enable/disable options.
Wayne Davison [Fri, 13 Jan 2006 23:05:16 +0000 (23:05 +0000)]
Added --enable-iconv and cleaned up the other enable/disable options.

18 years agoGot rid of the safe_fname() function and the calls to it.
Wayne Davison [Fri, 13 Jan 2006 22:06:34 +0000 (22:06 +0000)]
Got rid of the safe_fname() function and the calls to it.

18 years agoGot rid of calls to the (soon to vanish) safe_fname() function.
Wayne Davison [Fri, 13 Jan 2006 22:06:31 +0000 (22:06 +0000)]
Got rid of calls to the (soon to vanish) safe_fname() function.

18 years agoFixed a bug in the explode_mode code that was causing a crash
Wayne Davison [Fri, 13 Jan 2006 21:40:26 +0000 (21:40 +0000)]
Fixed a bug in the explode_mode code that was causing a crash
on BSD systems.

18 years agoWe now use lib/compat.o when building wildtest.
Wayne Davison [Fri, 13 Jan 2006 21:38:43 +0000 (21:38 +0000)]
We now use lib/compat.o when building wildtest.

18 years agoGot rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison [Fri, 13 Jan 2006 21:17:09 +0000 (21:17 +0000)]
Got rid of calls to (the soon to vanish) safe_fname() function.

18 years agoImproved a couple sentences.
Wayne Davison [Fri, 13 Jan 2006 21:10:11 +0000 (21:10 +0000)]
Improved a couple sentences.

18 years agoChanged RSYNC_ARGn to RSYNC_ARG#.
Wayne Davison [Thu, 12 Jan 2006 19:35:54 +0000 (19:35 +0000)]
Changed RSYNC_ARGn to RSYNC_ARG#.

18 years agoMention the new RSYNC_ARGn environment variables for pre-xfer exec.
Wayne Davison [Thu, 12 Jan 2006 19:24:25 +0000 (19:24 +0000)]
Mention the new RSYNC_ARGn environment variables for pre-xfer exec.

18 years agoWe now send all the option args to the pre-exec command.
Wayne Davison [Thu, 12 Jan 2006 19:15:31 +0000 (19:15 +0000)]
We now send all the option args to the pre-exec command.

18 years agoWe need to call clearerr() when getc() returns EOF with errno == EINTR.
Wayne Davison [Fri, 6 Jan 2006 22:20:07 +0000 (22:20 +0000)]
We need to call clearerr() when getc() returns EOF with errno == EINTR.

18 years ago+ Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512.
Wayne Davison [Thu, 5 Jan 2006 02:29:16 +0000 (02:29 +0000)]
+ Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512.
+ Changed a strncpy() call into a (more appropriate) memcpy() call.
+ Made the ellipsis[] string static because some older compilers may
  not like the dynamic initialization of a character string.
+ Expanded some 1-line "case ... break;" statements onto separate
  lines.

18 years agoDocument the new "dir/***" feature.
Wayne Davison [Mon, 2 Jan 2006 17:46:32 +0000 (17:46 +0000)]
Document the new "dir/***" feature.

18 years agoAdded a test for the new "dir/***" feature.
Wayne Davison [Mon, 2 Jan 2006 17:46:27 +0000 (17:46 +0000)]
Added a test for the new "dir/***" feature.

18 years agoWe now test all the patterns using both a normal wildtest run and
Wayne Davison [Mon, 2 Jan 2006 17:46:24 +0000 (17:46 +0000)]
We now test all the patterns using both a normal wildtest run and
a wildtest run with various -x and -e options.

18 years agoAdded -x and -e options, which are used to exercise wildmatch_array().
Wayne Davison [Mon, 2 Jan 2006 17:46:21 +0000 (17:46 +0000)]
Added -x and -e options, which are used to exercise wildmatch_array().

18 years agoWe use the new wildmatch_array() and litmatch_array() functions to
Wayne Davison [Mon, 2 Jan 2006 17:46:18 +0000 (17:46 +0000)]
We use the new wildmatch_array() and litmatch_array() functions to
make our include/exclude code easier to read and maintain, and to
eliminate a buffer copy when handling an absolute-path pattern
(which eliminated the full_name[] buffer).  Also added handling
for the new MATCHFLG_WILD3_SUFFIX define that allows a string that
ends with "dir/***" to match the "dir" as well as its contents.

18 years agoAdded a new function, wildmatch_array(), that lets the caller pass
Wayne Davison [Mon, 2 Jan 2006 17:46:15 +0000 (17:46 +0000)]
Added a new function, wildmatch_array(), that lets the caller pass
the text-string as an array of strings (with a terminating NULL
pointer at the end).  Also added litmatch_array(), which does a
literal match (no wildcards or special chars) against an array of
strings.

18 years agoThe latest prototypes.
Wayne Davison [Mon, 2 Jan 2006 17:46:12 +0000 (17:46 +0000)]
The latest prototypes.

18 years agoAdded MATCHFLG_WILD3_SUFFIX define, shuffling a few others to put
Wayne Davison [Mon, 2 Jan 2006 17:46:09 +0000 (17:46 +0000)]
Added MATCHFLG_WILD3_SUFFIX define, shuffling a few others to put
it in a nice spot.

18 years agoMention dont-compress fix.
Wayne Davison [Fri, 30 Dec 2005 07:24:17 +0000 (07:24 +0000)]
Mention dont-compress fix.

18 years agoOptimized set_compression() to remove the per-file strdup(), strlower(),
Wayne Davison [Fri, 30 Dec 2005 07:19:16 +0000 (07:19 +0000)]
Optimized set_compression() to remove the per-file strdup(), strlower(),
and free() calls (it now uses iwildmatch()).

18 years ago- Added a new public function, iwildmatch(), which will treat all
Wayne Davison [Fri, 30 Dec 2005 07:12:48 +0000 (07:12 +0000)]
- Added a new public function, iwildmatch(), which will treat all
  upper-case letters in the "text" as lower-case.
- Renamed variable "ch" -> "p_ch" and "prev" -> "prev_ch".
- Added variable "t_ch" to hold the current *text value.
- Return ABORT_ALL if we reach the end of the text string with
  more pattern to match.

18 years agoAdded a prototype for iwildmatch().
Wayne Davison [Fri, 30 Dec 2005 07:09:34 +0000 (07:09 +0000)]
Added a prototype for iwildmatch().

18 years agoFixed a bug in set_compression() where the default dont-compress
Wayne Davison [Fri, 30 Dec 2005 06:03:40 +0000 (06:03 +0000)]
Fixed a bug in set_compression() where the default dont-compress
patterns (e.g. *.gz) would not match a pathname containing a slash.

18 years ago- Renamed match_start -> anchored_match.
Wayne Davison [Sat, 24 Dec 2005 08:00:12 +0000 (08:00 +0000)]
- Renamed match_start -> anchored_match.
- Twiddled one comment and added another.
- Twiddled the placement of two else statements.

18 years agoImproved the usage info in the opening comment.
Wayne Davison [Mon, 19 Dec 2005 16:57:55 +0000 (16:57 +0000)]
Improved the usage info in the opening comment.

18 years agoA few extra directory-style matching tests.
Wayne Davison [Mon, 19 Dec 2005 02:30:59 +0000 (02:30 +0000)]
A few extra directory-style matching tests.

18 years agoAdded an anchored exclude to a filter file.
Wayne Davison [Mon, 19 Dec 2005 02:23:57 +0000 (02:23 +0000)]
Added an anchored exclude to a filter file.

18 years ago+ Put --existing back in the main option summary.
Wayne Davison [Mon, 19 Dec 2005 02:18:16 +0000 (02:18 +0000)]
+ Put --existing back in the main option summary.
+ Improved the discussion of wildcard characters.

18 years agoMade --existing the main option, with --ignore-non-existing
Wayne Davison [Mon, 19 Dec 2005 01:59:00 +0000 (01:59 +0000)]
Made --existing the main option, with --ignore-non-existing
as its alias.

18 years agoAdded a comment, improved a comment, tweaked the recursive function's
Wayne Davison [Sun, 18 Dec 2005 19:40:50 +0000 (19:40 +0000)]
Added a comment, improved a comment, tweaked the recursive function's
name, tweaked the arg names to wildmatch(), and tweaked the style of
the "else" statements when they follow a brace.

18 years agoTweaked the name of the first arg to wildmatch().
Wayne Davison [Sun, 18 Dec 2005 19:38:47 +0000 (19:38 +0000)]
Tweaked the name of the first arg to wildmatch().

18 years agoFixed one config-file reference that was misspelled.
Wayne Davison [Sun, 18 Dec 2005 15:48:00 +0000 (15:48 +0000)]
Fixed one config-file reference that was misspelled.