This file is indexed.

/usr/share/doc/ircd-ircu/INSTALL is in ircd-ircu 2.10.12.10.dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
ircu - INSTALL
  Original by Run <carlo@runaway.xs4all.nl>,
  Isomer <isomer@coders.net>, and Kev <klmitch@mit.edu>
  Rewritten by Sengaia <sengaia@undernet.org> 
  Updated by Entrope <entrope@undernet.org>

Compiling and installing ircu should be a fairly straightforward process,
if you have obtained this software as a (.tar.gz) package, please consider
using CVS (described below). Using CVS will make updating your installation
much easier. 

After obtaining the latest version of the ircu source code, change into the
source directory (ircu2.10.xx.yy), and run "./configure". To see the various
ways in which you can customize your installation, run "./configure --help".

The configure process will check your environment and prepare itself for
compiling the source code. If one or more of the prerequisites cannot be
found, configure will terminate with an error. You will need to resolve
this and run configure again.

If configure runs without error(s), you are ready to compile. To compile ircu,
run "make". Please use GNU make and gcc. If the source code does not compile,
make sure your environment is setup correctly. If you are convinced the source
of the failure is ircu, gather all relevant information about your system such
as the Architecture, OS version, the configure statement you used, etc. and
contact coder-com@undernet.org.

Once ircu is compiled, install it by running "make install".

Next, you will have to configure your IRC server by setting up your ircd.conf
file. Use the included doc/example.conf as a starting point; it is installed
in $HOME/lib/example.conf by default.
Setting up ircd.conf can be a bit tricky, so if this is your first time doing
it, begin with a bare-bones configuration and extend it as you go.

If you are upgrading from ircu2.10.11, use the ircd/convert-conf
program to convert your existing configuration file(s).  It is
compiled during "make" and installed to $PREFIX/bin/convert-conf.

Good Luck!

RETRIEVING IRCU VIA CVS

The recommended way to get the ircu package now is to use CVS.  CVS makes
upgrades a lot less painful and lets you get the latest package.

The first thing you need to do is login to the cvs server:
# cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu login

(we recommend that you cut and paste the above line to use it :)
When it prompts you for a password hit enter since there isn't one.

To check out the the last development version of ircu, use:
# cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -P ircu2.10
The latest stable version has a tag name that depends on the version
number; see doc/readme.cvs for details.

To update your source tree to the latest version, run "cvs update -dP" from within the
ircu2.10 directory. For more information, see http://coder-com.undernet.org.