diff options
author | James Rayner <james@archlinux.org> | 2008-05-30 14:22:35 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2008-05-30 14:22:35 +0200 |
commit | 10d1c069a4e38ccbcaaa893d2d9e28ad5e05aae1 (patch) | |
tree | c61fb416dcca62750ac37cf5fa6de6068914344c /examples | |
parent | dcc9f2bfacb27cbabee1d5487d84087d99207e2a (diff) | |
download | netctl-10d1c069a4e38ccbcaaa893d2d9e28ad5e05aae1.tar.gz netctl-10d1c069a4e38ccbcaaa893d2d9e28ad5e05aae1.tar.xz |
FS9953 FS9644
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ppp.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ppp.example b/examples/ppp.example index f26bb03..ca8d167 100644 --- a/examples/ppp.example +++ b/examples/ppp.example @@ -1,4 +1,4 @@ CONNECTION="ppp" INTERFACE="ignore" -PEER="/etc/ppp/peers/provider" +PEER="provider" PPP_TIMEOUT=10 |