Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#7396 - networkmanager should include nm-tool

Attached to Project: Arch Linux
Opened by Michael Blum (alterkacker) - Friday, 08 June 2007, 18:48 GMT
Last edited by Jan de Groot (JGC) - Sunday, 19 August 2007, 12:41 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version 2007.05 Duke
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Please modify the PKGBUILD for networkmanager to include the nm-tool executable. Here's the (rather obvious) patch I used:
--- ./extra/daemons/networkmanager/PKGBUILD 2007-04-26 11:18:50.000000000 -0600
+++ my_customized_pkgs/networkmanager/PKGBUILD 2007-06-08 12:29:40.000000000 -0600
@@ -38,4 +38,5 @@
sed -i -e '/\slibnm-util\s/d' -e '/\sinclude/d' -e '/\sgnome\s/d' Makefile
make DESTDIR=${startdir}/pkg install
+ install -m755 -D ${startdir}/src/NetworkManager-${pkgver}/test/nm-tool ${startdir}/pkg/usr/bin/nm-tool
install -m644 ${startdir}/src/NetworkManager.conf ${startdir}/pkg/etc/dbus-1/system.d/NetworkManager.conf
install -m755 ${startdir}/src/ntpdate ${startdir}/pkg/etc/NetworkManager/dispatcher.d/ntpdate
This task depends upon

Closed by  Jan de Groot (JGC)
Sunday, 19 August 2007, 12:41 GMT
Reason for closing:  Fixed

Loading...