Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-05
1997-09-05 02:19:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3d4b71803b30e43de7b3f751b9f65e09c343cd53 (
15
lines) (+
9
/-
6
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a typo.
Minor comment changes.
Rev: server/base_server/configuration.pike:1.74
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
73
1997/09/
03
05:
26
:
10
grubba Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
74
1997/09/
05
02
:
19
:
17
grubba Exp $";
#include <module.h> #include <roxen.h> /* A configuration.. */
1907:
// ConfigurationURL is set by the 'install' script. if(!(!l && sscanf(roxen->QUERY(ConfigurationURL), "http://%s:%*s", s))) {
-
#if efun(
gethostbynme
) && efun(gethostname)
+
#if efun(
gethostbyname
) && efun(gethostname)
f = gethostbyname(gethostname()); // First try.. if(f) foreach(f, f) foreach(f, t) if(search(t, ".") != -1 && !(int)t)
1925:
} else { s="nowhere"; }
-
s
=
"
host
."
+s
;
+
}
else
{
+
sscanf(
s
,
"
%*s
.
%s
"
, s)
;
}
-
}
+
}
else {
sscanf(s, "%*s.%s", s);
-
+
}
if(s && strlen(s)) { if(s[-1] == '.') s=s[..strlen(s)-2];
2465:
defvar("Domain", get_domain(), "Domain", TYPE_STRING, "Your domainname, should be set automatically, if not, "
-
"enter the
real
domain name here, and send a bug report to "
+
"enter the
correct
domain name here, and send a bug report to "
"<a href=\"mailto:roxen-bugs@infovav.se\">roxen-bugs@infovav.se" "</a>");
2494:
"Allow ftp to normal user-accounts (requires auth-module).\n"); defvar("anonymous_ftp", 1, "Allow anonymous FTP", TYPE_FLAG|VAR_MORE,
-
"
Allow
anonymous ftp.\n");
+
"
Allows
anonymous ftp.\n");
defvar("shells", "/etc/shells", "Shell database", TYPE_FILE|VAR_MORE, "File which contains a list of all valid shells.\n"