diff options
-rw-r--r-- | contrib/PKGBUILD | 1 | ||||
-rw-r--r-- | src/lib/connections/mobile_ppp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index aabe144..0190048 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -19,7 +19,6 @@ optdepends=('dialog: for the menu based wifi assistant' 'bridge-utils: for bridge connections' 'ppp: for pppoe connections' ) -conflicts=('netcfg') source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig}) arch=('any') md5sums=('%md5sum%' 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 |