This file is indexed.

/usr/share/doc/dpsyco-base/README is in dpsyco-base 1.0.36.

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
60
61
DocumentId:	$Id: README 1859 2004-08-29 15:51:41Z ola $
Author:		$Author: ola $
		Ola Lundqvist <opal@debian.org>
References:	dpsyco/README
Date:		$Date: 2004-08-29 17:51:41 +0200 (sön, 29 aug 2004) $
Summary:
	Information about the (Debian Packages of System Configurations)
	dpsyco way of configuring your system


Introduction:
=============

These are the basic tools to make dpsyco work as it should.


User administration:
====================

With update-dpsyco-users you can automatically create users. The created
user will have a UID between FIRST_UID and LAST_UID, as set in
/etc/dpsyco/adduser.conf; if you change these, make sure that you check
/etc/adduser.conf at the same time.

File structure:
---------------

/usr/share/dpsyco/users
  $user(*)			A file for each user with some config vars.
  $package/$user	A directory for each user that tells what it
			has access too.
	exist	- It exists
	samba	- It has access to samba (see the dpsyco-samba package).
	other	- Other files that might be needed, see the other dpsyco
		  packages.

* The variables you can set there are:
  NAME="Name of the user"
  EMAIL="Email address to the user"
  CRYPT="Crypted password"

  and possibly other; see the other dpsyco packages.

Group administration:
=====================

With update-dpsyco-users you can automatically create groups and assign
users to them. The created groups will have a GID between FIRST_GID and 
LAST_GID, as set in /etc/dpsyco/adduser.conf; if you change these, make sure
that you check /etc/adduser.conf at the same time.

File structure:
---------------

/usr/share/dpsyco/groups
  $group		A file for each group with some configs vars
			(not needed and not used).
  $package/$user	A directory for each group that tells what it
			has access too.
	exist	- It exists
	members	- A file with a list of member users.