aboutsummaryrefslogtreecommitdiffstats
path: root/src/ppp-watch.8
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2014-04-15 15:19:10 +0200
committerLukas Nykryn <lnykryn@redhat.com>2014-04-24 13:39:17 +0200
commit50742d10d095d9d86750e6ae7f97076985145ff0 (patch)
treecee2fd4336d7b6ff67145afda6f06805d1ca94c2 /src/ppp-watch.8
parent32e8cbc1c91ada764ef4b5bb817b0c045d3fb3a4 (diff)
downloadinitscripts-50742d10d095d9d86750e6ae7f97076985145ff0.tar
initscripts-50742d10d095d9d86750e6ae7f97076985145ff0.tar.gz
initscripts-50742d10d095d9d86750e6ae7f97076985145ff0.tar.bz2
initscripts-50742d10d095d9d86750e6ae7f97076985145ff0.tar.xz
initscripts-50742d10d095d9d86750e6ae7f97076985145ff0.zip
move ppp support to ppp package
Diffstat (limited to 'src/ppp-watch.8')
-rw-r--r--src/ppp-watch.823
1 files changed, 0 insertions, 23 deletions
diff --git a/src/ppp-watch.8 b/src/ppp-watch.8
deleted file mode 100644
index d2b8cc4b..00000000
--- a/src/ppp-watch.8
+++ /dev/null
@@ -1,23 +0,0 @@
-.TH PPP-WATCH 8 "Red Hat, Inc." "RHS" \" -*- nroff -*-
-.SH NAME
-ppp-watch \- daemon to make PPP interfaces act more like other interfaces
-.SH SYNOPSIS
-.B ppp-watch
-\fIinterface-name\fP [boot]
-.SH DESCRIPTION
-.B ppp-watch
-manages one PPP connection, including starting, stopping, and redialing.
-It makes starting and stopping the connection synchronous activities.
-
-.B ppp-watch
-is not really meant to be called directly. It should only be used from
-within the ifup-ppp script.
-.SH OPTIONS
-.TP
-.I interface-name
-The name of the PPP interface to bring up.
-.TP
-boot
-ppp-watch is being called at boot time and should time out after a
-while if the PPP connection does not come up in order not to hang
-the boot sequence.