diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-05-01 23:08:47 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-05-01 23:08:47 +0200 |
commit | 11f6a8ce077bf403cf0b1945f8385a6653162c05 (patch) | |
tree | 8e2b55d70dd8018a1a281b13c61f65b41f59a6e9 /src | |
parent | a0210aa1ab70441d88749de95519718083021163 (diff) | |
download | netctl-11f6a8ce077bf403cf0b1945f8385a6653162c05.tar.gz netctl-11f6a8ce077bf403cf0b1945f8385a6653162c05.tar.xz |
Remove the last traces of netcfg
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/connections/mobile_ppp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connections/mobile_ppp b/src/lib/connections/mobile_ppp index cd82c64..2466ad7 100644 --- a/src/lib/connections/mobile_ppp +++ b/src/lib/connections/mobile_ppp @@ -33,7 +33,7 @@ holdoff 10 maxfail 5 EOF - # Debug pppd output separately from netcfg + # Debug pppd output separately from netctl if is_yes "${PPPDebug:-yes}"; then echo "debug" >> "${cfg}" fi |