diff options
author | Jim Jagielski <jim@apache.org> | 2011-09-23 15:38:09 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-09-23 15:38:09 +0200 |
commit | 103f776c25b7fdd51da4f98643b8dcdb09efdce6 (patch) | |
tree | a180a9a0f13da4a983913f50a3ad1a7e2f2a675a /support/suexec.h | |
parent | Cleanup effort in prep for GA push: (diff) | |
download | apache2-103f776c25b7fdd51da4f98643b8dcdb09efdce6.tar.xz apache2-103f776c25b7fdd51da4f98643b8dcdb09efdce6.zip |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/suexec.h')
-rw-r--r-- | support/suexec.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/support/suexec.h b/support/suexec.h index 6bb3e372a1..07bb7bb06a 100644 --- a/support/suexec.h +++ b/support/suexec.h @@ -56,15 +56,15 @@ #endif /* - * USERDIR_SUFFIX -- Define to be the subdirectory under users' + * USERDIR_SUFFIX -- Define to be the subdirectory under users' * home directories where suEXEC access should * be allowed. All executables under this directory - * will be executable by suEXEC as the user so - * they should be "safe" programs. If you are - * using a "simple" UserDir directive (ie. one - * without a "*" in it) this should be set to + * will be executable by suEXEC as the user so + * they should be "safe" programs. If you are + * using a "simple" UserDir directive (ie. one + * without a "*" in it) this should be set to * the same value. suEXEC will not work properly - * in cases where the UserDir directive points to + * in cases where the UserDir directive points to * a location that is not the same as the user's * home directory as referenced in the passwd file. * |