Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-21
1997-08-21 15:36:07 by Per Hedbor <ph@opera.com>
51643e46a3f6c6392833adcb2ba803602078a09b (
13
lines) (+
6
/-
7
)
[
Show
|
Annotate
]
Branch:
5.2
Nu med tid...
Rev: server/base_server/neighborhood.pike:1.9
Rev: server/base_server/roxen.pike:1.113
1:
-
constant cvs_version = "$Id: roxen.pike,v 1.
112
1997/08/21
13
:
45
:
27
per Exp $";
+
constant cvs_version = "$Id: roxen.pike,v 1.
113
1997/08/21
15
:
36
:
07
per Exp $";
#define IN_ROXEN #include <roxen.h> #include <config.h>
2172:
mark_fd(1, "Stdout"); mark_fd(2, "Stderr");
-
configuration_dir = find_arg(argv, "d",({"config-dir","configuration-directory" }),
-
({ "ROXEN_CONFIGDIR", "CONFIGURATIONS" }),
-
"../configurations");
+
configuration_dir =
+
find_arg(argv, "d",({"config-dir","configuration-directory" }),
+
({ "ROXEN_CONFIGDIR", "CONFIGURATIONS" }), "../configurations");
if(configuration_dir[-1] != '/') configuration_dir += "/";
2189:
if(tmp = find_arg(argv, "r", "root")) fix_root(tmp); argv -= ({ 0 });
-
argc=sizeof(argv);
+
argc
=
sizeof(argv);
perror("Restart initiated at "+ctime(time()));
-
+
define_global_variables(argc, argv); neighborhood = (object)"neighborhood";
-
+
create_pid_file(QUERY(pidfile)); #if efun(syslog)