summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-08-09 17:22:03 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-08-09 17:22:03 +0200
commit890a3c483644858615027c4f0358bbfb4e51f05f (patch)
tree0944098206474364db719fe572a94afb3ddd8584 /contrib
parent7b8dee2209da8a0db1722562fc33fad336eafc8d (diff)
downloadnetctl-890a3c483644858615027c4f0358bbfb4e51f05f.tar.gz
netctl-890a3c483644858615027c4f0358bbfb4e51f05f.tar.xz
2.8.9 release updates
Diffstat (limited to 'contrib')
-rw-r--r--contrib/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD
index b6336af..108dbe5 100644
--- a/contrib/PKGBUILD
+++ b/contrib/PKGBUILD
@@ -11,8 +11,8 @@ depends=("coreutils" "dhcpcd" "iproute2")
#makedepends=('asciidoc') # The source tarball includes pre-built documentation.
optdepends=('dialog: for the menu based profile and wifi selectors'
'wpa_supplicant: for wireless networking support'
- 'ifplugd: for automatic wired connections through rc.d/net-auto-wired'
- 'wpa_actiond: for automatic wireless connections through rc.d/net-auto-wireless'
+ 'ifplugd: for automatic wired connections through net-auto-wired'
+ 'wpa_actiond: for automatic wireless connections through net-auto-wireless'
'wireless_tools: for interface renaming through net-rename'
'ifenslave: for bond connections'
'bridge-utils: for bridge connections'
@@ -29,5 +29,8 @@ package() {
# Shell Completion
install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netcfg"
install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netcfg"
+
+ # Compatibility
+ ln -s netcfg.service "$pkgdir/usr/lib/systemd/system/net-profiles.service"
}