ports/core (3.1): iproute2: added missing hashbang to /etc/rc.d/net script
26 Jul
2014
26 Jul
'14
1:29 p.m.
commit 569dc204a53269f95cfdb4f440743012800a5763 Author: Matt Housh <jaeger@crux.nu> Date: Sat Jul 26 08:27:54 2014 -0500 iproute2: added missing hashbang to /etc/rc.d/net script diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 6a9cf29..13f4bb9 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -5,7 +5,7 @@ name=iproute2 version=3.15.0 -release=2 +release=3 source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ lo.iproute2 net.iproute2) diff --git a/iproute2/net.iproute2 b/iproute2/net.iproute2 index 759733a..5c77c7a 100644 --- a/iproute2/net.iproute2 +++ b/iproute2/net.iproute2 @@ -1,3 +1,4 @@ +#!/bin/sh # # /etc/rc.d/net: start/stop network interface #
3826
Age (days ago)
3826
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu