iproute2: added missing hashbang to /etc/rc.d/net script

This commit is contained in:
Matt Housh 2014-07-26 08:27:54 -05:00
parent f833ac4dc3
commit 569dc204a5
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -1,3 +1,4 @@
#!/bin/sh
#
# /etc/rc.d/net: start/stop network interface
#