summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-05-01 23:08:47 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-05-01 23:08:47 +0200
commit11f6a8ce077bf403cf0b1945f8385a6653162c05 (patch)
tree8e2b55d70dd8018a1a281b13c61f65b41f59a6e9
parenta0210aa1ab70441d88749de95519718083021163 (diff)
downloadnetctl-11f6a8ce077bf403cf0b1945f8385a6653162c05.tar.gz
netctl-11f6a8ce077bf403cf0b1945f8385a6653162c05.tar.xz
Remove the last traces of netcfg
-rw-r--r--contrib/PKGBUILD1
-rw-r--r--src/lib/connections/mobile_ppp2
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