File: control

package info (click to toggle)
timeoutd 1.5-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 100 kB
  • ctags: 92
  • sloc: ansic: 1,037; makefile: 46; sh: 24
file content (22 lines) | stat: -rw-r--r-- 708 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: timeoutd
Section: admin
Priority: extra
Maintainer: Craig Sanders <cas@taz.net.au>
Standards-Version: 3.5.2

Package: timeoutd
Architecture: any
Depends: ${shlibs:Depends}
Description: Flexible user timeout daemon
 timeoutd enforces the time restrictions specified in /etc/timeouts.
 .
 When invoked in daemon mode (without any parameters) timeoutd
 backgrounds itself, then scans /var/run/utmp every minute and
 checks /etc/timeouts for an entry which matches that user, based on:
 .
  - The current day and time"
  - The tty that the user is currently logged in on"
  - The user's login ID"
  - Any primary or secondary groups the user is in"
 .
 Written by Shane Alderton <shane@ion.apana.org.au>