pkgsrc/www/p5-HTTPD-User-Manage/patches/patch-aa
2001-11-26 05:18:32 +00:00

22 lines
831 B
Text

$NetBSD: patch-aa,v 1.3 2001/11/26 05:18:32 jlam Exp $
--- user_manage.orig Tue Feb 20 04:50:33 2001
+++ user_manage Fri Jul 13 20:32:51 2001
@@ -33,7 +33,7 @@
# Path to our configuration file. Change as appropriate for
# your site.
-$CONFIG_FILE = './t/realms.conf';
+$CONFIG_FILE = '@PKG_SYSCONFDIR@/realms.conf';
# Set this to the name of your server. Only 'apache' is guaranteed
# to work. 'ncsa' and 'netscape' might work too -- you'll have to try.
@@ -61,7 +61,7 @@
# owner writable (-rw-r--r--). You may wish to change this to group-writable
# if you wish to make this script set-gid.
# e.g. $CREATE_MODE = 0664;
-$CREATE_MODE = 0644; # -rw-r--r--
+$CREATE_MODE = 0600; # -rw-r--r--
# If you are using this script from the command line, you
# may need to change $STTY to point to the position of the