diff options
| author | Roy Marples <roy@marples.name> | 2008-04-24 13:18:59 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-24 13:18:59 +0000 |
| commit | 25d71b6065e569326f6f42f9233eea5036d33c68 (patch) | |
| tree | 3f4e29696022a864b52be0ce5a4ef25a0cd8308a /dhcpcd.8.in | |
| parent | 967194ef5414a00284bba2bd03ff9a3c7363c078 (diff) | |
| download | dhcpcd-25d71b6065e569326f6f42f9233eea5036d33c68.tar.xz | |
Allow a config file to be specified on the command line.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index fa4f00de..b03bf350 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -31,6 +31,7 @@ .Nm .Op Fl dknpAEGLSTV .Op Fl c , -script Ar script +.Op Fl f , -config Ar file .Op Fl h , -hostname Ar hostname .Op Fl i , -classid Ar classid .Op Fl l , -leasetime Ar seconds @@ -115,13 +116,17 @@ ignores the exist code of the script. .Ss Fine tuning You can fine tune the behaviour of .Nm -with the following options :- +with the following options: .Bl -tag -width indent .It Fl d , -debug Echo debug and informational messages to the console. Subsequent debug options stop .Nm from daemonising. +.It Fl f , -config Ar file +Specify a config to load instead of @SYSCONFDIR@/dhcpcd.conf. +.Nm +always processes the config file before any command line options. .It Fl h , -hostname Ar hostname By default, .Nm |
