diff options
| author | Roy Marples <roy@marples.name> | 2008-05-20 10:55:25 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-20 10:55:25 +0000 |
| commit | c61c4118d8a688f26a9bd53b061090aca5e45f66 (patch) | |
| tree | 3d6ef2da241dcd8789f040bcbb45c534f4f65dc1 /dhcpcd.8.in | |
| parent | f4456e160e165aff083d4c877361ff3e5069708f (diff) | |
| download | dhcpcd-c61c4118d8a688f26a9bd53b061090aca5e45f66.tar.xz | |
Split dhcpcd.sh into smaller hook scripts, so that dhcpcd.sh just provide some handy functions and runs the hooks. We now only have one hook, instead of enter/exit.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 4e1b97f7..d3a30fa1 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 12, 2008 +.Dd May 20, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -108,11 +108,11 @@ option. This script will configure .Pa /etc/resolv.conf and the .Xr hostname 3 -if possible. It will also run custom hook scripts if defined. See +if possible. You can customize its behaviour through hook scripts. See .Xr dhcpcd.sh 8 for more details. .Nm -ignores the exit code of the script. +currently ignores the exit code of the script. .Ss Fine tuning You can fine tune the behaviour of .Nm |
