FS#65104 - [vpnc] missing net-tools dependency

Attached to Project: Arch Linux
Opened by Oscar Garcia (ogarcia) - Friday, 10 January 2020, 10:52 GMT
Last edited by freswa (frederik) - Monday, 28 September 2020, 11:39 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

VPNC uses netstat, route and ifconfig in /etc/vpnc/vpnc-script. I think that net-tools must be a dependency of vpnc.
This task depends upon

Closed by  freswa (frederik)
Monday, 28 September 2020, 11:39 GMT
Reason for closing:  Fixed
Comment by Oscar Garcia (ogarcia) - Monday, 07 September 2020, 11:15 GMT
Any news about this?
Comment by loqs (loqs) - Saturday, 26 September 2020, 21:07 GMT
Looking at /etc/vpnc/vpnc-script, I believe use of netstat, route and ifconfig are in the else clause of an if statement that should not be reached because
IPROUTE="`which ip 2> /dev/null | grep '^/'`" should ensure IPROUTE is set which would match if [ -n "$IPROUTE" ]; then.

ip is provided by iproute2 a dependency of vpnc.
Comment by Oscar Garcia (ogarcia) - Monday, 28 September 2020, 11:09 GMT
@loqs Yes. I just did new tests now and no more netstat is needed. Seems that at moment that I opened this issue vpnc-script was failing without netstat, but now the situation has change and run perfect without it.

I think that this issue can be closed.

Loading...