[go: up one dir, main page]

File: autolog-0.40.spec

package info (click to toggle)
autolog 0.40-13.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 368 kB
  • ctags: 302
  • sloc: ansic: 2,719; sh: 127; makefile: 78
file content (66 lines) | stat: -rwxr-xr-x 1,941 bytes parent folder | download | duplicates (4)
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
62
63
64
65
66
Summary:	Auto logout daemon - chase sleeping users
Name:		autolog
Version:	0.40
Release:	1
Copyright:      GPL
URL:		http://www.cip-bau.uni-hannover.de/~juerges
Group:		Daemons
Source:		autolog-0.40.tar.gz
Vendor:		this was free
Packager:	Carsten Juerges <juerges@cip-bau.uni-hannover.de>
%description
-
This program wakes up from time to time and looks around for users
doing nothing. If they seem to be idle for too much time long, they
get a warning message. They get some time to type something into a
terminal, otherwise they get kicked off.
This programs automatically logs out "forgotten" logins.
-
It is also possible to set a maximum session time for a special user,
group, etc. If a users exceeds that he will be banned for a certain
amount of time.
-
This programm is also looking for lost processes
and kills them from time to time. if (500<uid<60000).
-
The program was derived from (autolog) by Kyle Bates.
-
Authors:
--------
    Kyle Bateman <kyle@actarg.com> (autolog <0.40)
    Carsten Juerges <juerges@cip-bau-uni-hannover.de> (autolog 0.40)


%changelog (Details see CHANGES)

* Wed Apr 28 2000 autolog <juerges@cip-bau.uni-hannover.de>
- Version 0.40 released. First public release.
  The whole thing renamed to the old name, to show this is
  an upgraded version of autolog an not an entiryly new
  thing.
  Many things to complete, but this should already work.

* Wed Apr 12 2000 autologd <juerges@cip-bau.uni-hannover.de>
- Version 0.10 released. First release for discussion
  purpose with the other author(s). So someone else
  could check, whether it works.
  Many things to complete, but this should already work


%prep
%setup

%build
    make autolog
%install
    make install

%files
    %config /etc/autolog.conf
    /sbin/init.d/autolog
    /usr/sbin/autolog
    /var/log/autolog.log
    /tmp/autolog.data
    %doc README CHANGES
    %doc /usr/man/man5/autolog.conf.5.gz
    %doc /usr/man/man8/autolog.8.gz