I think that is necessary to that package, so Igor here they are:
alabama:~/src/oops/oops-1.4.18$ diff -u ../oops-1.4.18.orig/configure
./configure
--- ../oops-1.4.18.orig/configure Fri Sep 22 12:21:28 2000
+++ ./configure Sat Sep 23 19:14:55 2000
@@ -2726,7 +2726,7 @@
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
-trap 'rm -fr `echo "src/Makefile src/modules/Makefile src/oops.cfg
src/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "src/Makefile src/modules/Makefile src/oops.cfg
src/config.h src/oops.8 src/oopsctl.8" | sed "s/:[^ ]*//g"`
conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -2844,7 +2844,7 @@
cat >> $CONFIG_STATUS <<EOF
-CONFIG_FILES=\${CONFIG_FILES-"src/Makefile src/modules/Makefile
src/oops.cfg"}
+CONFIG_FILES=\${CONFIG_FILES-"src/Makefile src/modules/Makefile
src/oops.cfg src/oops.8 src/oopsctl.8"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
and
alabama:~/src/oops/oops-1.4.18$ diff -u ../oops-1.4.18.orig/configure.in
./configure.in
--- ../oops-1.4.18.orig/configure.in Fri Sep 22 10:54:16 2000
+++ ./configure.in Sat Sep 23 19:12:29 2000
@@ -575,4 +575,4 @@
AC_DEFINE_UNQUOTED(OOPS_CFLAGS, "$CFLAGS")
AC_DEFINE_UNQUOTED(OOPS_LIBS, "$LIBS")
AC_CONFIG_HEADER(src/config.h)
-AC_OUTPUT(src/Makefile src/modules/Makefile src/oops.cfg)
+AC_OUTPUT(src/Makefile src/modules/Makefile src/oops.cfg src/oops.8.in
src/oopsctl.8.in)
and the manpages are in the attachement.
See ya,
--
VWOL
Tamas SZERB <[EMAIL PROTECTED]>
GPG public key: http://alabama.inf.elte.hu/~toma/gpgkey.asc
PGP public key: http://alabama.inf.elte.hu/~toma/pgpkey.asc
.TH OOPS 8 "Sep 2000" "Oopsctl"
.SH NAME
oopsctl \- oops HTTP caching proxy server controller
.SH SYNOPSIS
.B @OOPS_SBINDIR@/oopsctl
.RB [-s\ pathtosocket]\ [command]
.SH DESCRIPTION
.B oopsctl
is intended to controll the \fBoops\fP proxy server
.SH OPTIONS
.IP \fB-s\ file\fP
Where is the unix socket file to send commands to the \fBoops\fP server?
Generally that is
.RI @OOPS_LOCALSTATEDIR@/oopsctl
.IP \fBhelp\fP
get help
.IP \fBstat\fP
get stat
.IP \fBhtmlstat\fP
get stat in html format
.IP \fBchkconfig\fP
check config file
.IP \fBreconfigure\fP
re-read config file
.IP \fBshutdown\fP
shutdown oops
.IP \fBstop\fP
same as the \fBshutdown\fP
.IP \fBrotate\fP
rotate logs
.IP \fBverbosity=LVL\fP
set verbosity (like \fB-x\ LVL\fP)
.IP \fBstart\fP
start oops (same as \fB@OOPS_SBINDIR@/oops\ -c\ @OOPS_SYSCONFDIR@/oops.cfg\fP)
.PP
.SH AUTHOR
Mainly Igor Khasilev <[EMAIL PROTECTED]>
.TH OOPS 8 "Sep 2000" "Oops"
.SH NAME
oops \- HTTP caching proxy server
.SH SYNOPSIS
.B @OOPS_SBINDIR@/oops
.RB [-{C|c}\ config_filename]\ [-v]\ [-V]\ [-w\ num]\ [-W\ num]
.RB [-x\ acdfhinsACDFHINS]\ [-{Z|z}]
.SH DESCRIPTION
.B oops
is a http caching proxy server written with performance as primary goal.
For detailed information see the well-commented configuration file
.I @OOPS_SYSCONFDIR@/oops.cfg .
Anyway You can find useful information at the homepage:
.RI http://zipper.paco.net/~igor/oops.eng/
(english)
.RI http://zipper.paco.net/~igor/oops/
(russian)
.SH OPTIONS
.IP \fB-h
Help about the oops's arguments.
.IP \fB-c\ file\fP
path to config file.
.IP \fB-C\ file\fP
same as the \fB-c\f
.IP \fB-v\fP
verbose startup.
.IP \fB-V\fP
show version info.
.IP \fB-w\ number\fP
use thread pool. number define initial size of the pool.
.IP \fB-W\ number\fP
limit thread pool size to number.
.IP \fB-x[acdfhins]\fP
log level (a-all, c-notice, d-debug, f-ftp, h-http,
i-information, n-dns, s-storages).
.IP \fB-x[ACDFHINS]\fP
negative log level.
.IP \fB-z\fP
format storages.
.IP \fB-Z\fP
like the \fB-z\fP
.PP
.SH AUTHOR
Mainly Igor Khasilev <[EMAIL PROTECTED]>