~ubuntu-branches/debian/lenny/network-manager/lenny

« back to all changes in this revision

Viewing changes to man/NetworkManagerDispatcher.8

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-07-05 15:11:33 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705151133-rnwi7uuhda2iulug
Tags: 0.6.6-2
* debian/control
  - Add Build-Depends on pkg-config.
  - Drop obsolete Depends on iputils-arping. (Closes: #487794)
* debian/patches/09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch 
  - Fix memory leak in src/nm-dbus-net.c. (Closes: #488604)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" NetworkManager(8) manual page
 
2
.\"
 
3
.\" Copyright (C) 2005 Robert Love
 
4
.\"
 
5
.TH NETWORKMANAGERDISPATCHER "8"
 
6
.SH NAME
 
7
NetworkManagerDispatcher \- daemon that runs commands in response to off/online
 
8
.SH SYNOPSIS
 
9
.B NetworkManagerDispatcher [\-\-no-daemon]
 
10
.SH DESCRIPTION
 
11
The \fINetworkManagerDispatcher\fP daemon runs commands in the
 
12
.I ${prefix}/etc/NetworkManager/dispatcher.d
 
13
directory in response to interfaces coming up and down.  The scripts are run
 
14
alphabetically.  The first parameter is the network interface name.  The second
 
15
parameter is
 
16
.I up
 
17
if the interface is now up and
 
18
.I down
 
19
if the interface is now down.
 
20
.SH OPTIONS
 
21
The following options are supported:
 
22
.TP
 
23
.I "--no-daemon"
 
24
Do not daemonize.  This is useful for debugging.
 
25
.SH FILES
 
26
${prefix}/etc/NetworkManager/dispatcher.d
 
27
.SH SEE ALSO
 
28
.BR NetworkManager (8),
 
29
.BR nm-tool (1)