summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/configure
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-08-21 13:10:21 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-08-21 13:10:21 +0000
commit0a50fcbf3995ed3b777d579b957bd652a5884b0e (patch)
tree3fcadfba5ddc9b08b6c5d685952e5a5712ac7ba3 /usr.sbin/httpd/configure
parent8d57b5ec76a164dbed4b00d95975a76997c7ad3b (diff)
merge
Diffstat (limited to 'usr.sbin/httpd/configure')
-rw-r--r--usr.sbin/httpd/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/configure b/usr.sbin/httpd/configure
index c8681547fca..07d97301293 100644
--- a/usr.sbin/httpd/configure
+++ b/usr.sbin/httpd/configure
@@ -2,7 +2,7 @@
## ====================================================================
## The Apache Software License, Version 1.1
##
-## Copyright (c) 2000-2002 The Apache Software Foundation. All rights
+## Copyright (c) 2000-2003 The Apache Software Foundation. All rights
## reserved.
##
## Redistribution and use in source and binary forms, with or without
@@ -1007,7 +1007,7 @@ do
;;
--suexec-umask=*)
suexec_umask_val="$apc_optarg"
- suexec_umask="-DSUEXEC_UMASK=$apc_optarg"
+ suexec_umask="-DSUEXEC_UMASK=0$apc_optarg"
suexec_ok=1
;;
--server-uid=*)