diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 22:28:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 22:28:08 +0000 |
commit | 1420ecfec719ed058b8eae0a9e4199f568a270d1 (patch) | |
tree | df3d87b634871e1f4578c4d57b57e20906c1c901 /net/spread/files/patch-auth-pword.c | |
parent | iMaintainer update to version 2.0.2 (diff) |
Maintainer update to version 3.17.0
PR: ports/45178
Submitted by: Joshua Goodall <joshua@roughtrade.net>
Notes
Notes:
svn path=/head/; revision=70266
Diffstat (limited to 'net/spread/files/patch-auth-pword.c')
-rw-r--r-- | net/spread/files/patch-auth-pword.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/spread/files/patch-auth-pword.c b/net/spread/files/patch-auth-pword.c new file mode 100644 index 000000000000..09a8e44cf372 --- /dev/null +++ b/net/spread/files/patch-auth-pword.c @@ -0,0 +1,13 @@ +--- auth-pword.c Sun Sep 22 12:56:52 2002 ++++ auth-pword.c Wed Nov 6 02:40:23 2002 +@@ -122,8 +122,8 @@ + if (NULL != (fp = fopen("./spread.access_pword", "r")) ) + Alarm( PRINT, "pword_init: using file: ./spread.access_pword\n"); + if (fp == NULL) +- if (NULL != (fp = fopen("/etc/spread.access_pword", "r")) ) +- Alarm( PRINT, "pword_init: using file: /etc/spread.access_pword\n"); ++ if (NULL != (fp = fopen(SPREAD_ETCDIR "/spread.access_pword", "r")) ) ++ Alarm( PRINT, "pword_init: using file: " SPREAD_ETCDIR "/spread.access_pword\n"); + if (fp == NULL) + Alarm( EXIT, "pword_init: error opening config file %s in any of the standard locations. Please make sure the file exists\n", file_name); + |