~ubuntu-branches/debian/sid/rlinetd/sid

« back to all changes in this revision

Viewing changes to debian/update-inetd.8

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2010-03-20 18:03:45 UTC
  • mfrom: (2.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320180345-x1srfbe2tg00ezsf
Tags: 0.7-1
* New upstream version.
* Recommend rsyslog instead of sysklogd (closes: #526922).
* update-inetd:
  + add support for enabling, disabling and removing entries;
  + use ucf for managing generated files;
  + ignore ucf files in rlinetd.conf;
  + make appropriate changes in  postinst and postrm scripts.
* Set debhelper compat level to 7
* Standards-Version: 3.8.4 (no changes). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH update-inetd 8 "Aug 19th, 2001" "Debian" "rlinetd"
 
1
.TH UPDATE\-INETD 8 "January 3rd, 2009" "Debian" "rlinetd"
 
2
.\" $Id: update-inetd.8 267 2009-01-02 23:53:47Z robert $
2
3
.SH NAME
3
 
update\-inetd \- add a entry to rlinetd configuration file.
 
4
update\-inetd \- manage rlinetd (and inetd) configuration entries
4
5
.SH SYNOPSIS
5
6
.B update\-inetd
 
7
.RB [\| options \|]
6
8
.BI \-\-add " ENTRY"
 
9
 
 
10
.B update\-inetd
 
11
.RB [\| options \|]
 
12
.BI \-\-remove " SERVICE"
 
13
 
 
14
.B update\-inetd
 
15
.RB [\| options \|]
 
16
.BI \-\-enable " SERVICE"
 
17
 
 
18
.B update\-inetd
 
19
.RB [\| options \|]
 
20
.BI \-\-disable " SERVICE"
7
21
.SH DESCRIPTION
8
22
.B update\-inetd
9
23
is a rlinetd's compatibility script, which can be used to by various Debian
10
 
post-installation scripts to add a service to rlinetd configuration file,
11
 
.IR /etc/rlinetd.conf .
12
 
.br
 
24
post-installation scripts to manage services in rlinetd configuration files directory
 
25
.IR /etc/rlinetd.d .
 
26
.PP
 
27
.B update\-inetd
 
28
will spawn 
 
29
.BR update\-inetd.real (8)
 
30
for managing entries in
 
31
.I /etc/inetd.conf
 
32
file.
13
33
Please see
14
 
.BR update-inetd.real (8)
 
34
.BR update\-inetd.real (8)
15
35
for details.
 
36
.SH ACTIONS
 
37
.TP 
 
38
.BI \-\-add " ENTRY"
 
39
Adds an entry, which should be a line in a 
 
40
.BR inetd.conf (5)
 
41
format.
 
42
.TP
 
43
.BI \-\-remove " SERVICE"
 
44
Removes a service.  
 
45
.TP
 
46
.BI \-\-enable " SERVICE"
 
47
Enables a service.
 
48
.TP
 
49
.BI \-\-disable " SERVICE"
 
50
Disables a service.
 
51
.SH OPTIONS
 
52
.TP
 
53
.B \-\-version
 
54
Prints version information on standard output and exit successfully.
 
55
.TP
 
56
.B \-\-debug
 
57
Enables debugging mode. Note the option is also passed to 
 
58
.BR update\-inetd.real (8).
 
59
.PP
 
60
Any other option is passed directly to 
 
61
.BR update\-inetd.real (8).
16
62
.SH FILES
17
63
.IR /etc/rlinetd.conf ,
 
64
.IR /etc/rlinetd.d/* ,
18
65
.I /etc/inetd.conf
19
66
.SH SEE ALSO
20
 
.BR update-inetd.real (8),
 
67
.BR update\-inetd.real (8),
21
68
.BR inetd.conf (5),
22
69
.BR rlinetd.conf (5),
23
70
.BR inetd2rlinetd (8)