diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
| commit | 2bfb3eb7d0323e69affca154395f51d8b577414d (patch) | |
| tree | e3130a5146441296df6d08a0f4ac7222a854c8f8 /examples | |
| parent | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff) | |
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/dispatcher/10-ifcfg-rh-routes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dispatcher/10-ifcfg-rh-routes.sh b/examples/dispatcher/10-ifcfg-rh-routes.sh index 59e44db5..b1d0314d 100755 --- a/examples/dispatcher/10-ifcfg-rh-routes.sh +++ b/examples/dispatcher/10-ifcfg-rh-routes.sh @@ -9,7 +9,7 @@ # dispatcher.d/pre-up.d/ # pre-up scripts delay activation of the device. To reduce the delay, -# it is adviced to install the script as symlink to no-wait.d directory. +# it is advised to install the script as symlink to no-wait.d directory. if [ "$2" != "pre-up" -a "$2" != "down" ]; then exit 0 |