iproute2: remove the -h dhcpcd option from rc script

This commit is contained in:
Juergen Daubert 2016-10-20 18:36:03 +02:00
parent 6a320cdadf
commit eb4bbe1abc
4 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
54c6411863cb16a4375aa5f788dca767 iproute2-4.8.0.tar.xz
7b469125cfe2d9916ba03f7c65b9dcd5 lo.iproute2
826848debe693f2e2a3e235ce9abe601 net.iproute2
efc59841720a25290b5ce7c597dd9f54 net.iproute2

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqgqkNNIwJo8dUzk0UbQmX53DenKHIPcFktOBGNdZY/XoAO0r28fuV6RFVLy47wlAbBSCU/rPsEYUWcs1WH/UTQQ=
SHA256 (Pkgfile) = 661fc48fa1d50e3b8a126e7901f725645bcc51b7d826850e8ce6df0dfb0be603
RWRJc1FUaeVeqvzw13KvFygV6u+N81XIKmjX7mrp7sj+0IV2IrnF77ziDykWyHL4knRqAMtAIj5kCp1aB9MlDng70LwwimAyYg0=
SHA256 (Pkgfile) = 04bb2db12963a47ebc72f6bc702084e31eab9823ae2b6a1a1c37eb9f3f548584
SHA256 (.footprint) = ec67b1283c19512bdafed7499070d83a144a1aa1f94c182fdac15f1af6d32600
SHA256 (iproute2-4.8.0.tar.xz) = a30959c8421bc8ef42719bed41d14e1d7cfdbad80d7d70c5c42ad31f2c2cb389
SHA256 (lo.iproute2) = ce94fcf414aa11927a66a221af14180f125f4efbf985dd4db9a1b43dad9cbcc7
SHA256 (net.iproute2) = c34a698788b6e401ac6b5c251bd0b9c20e73167f2fbaafc9d1a703858c79cc97
SHA256 (net.iproute2) = 0af62a6d674d159ec77ccb46c7ee189c1dc4db0213026d6c42c2b80ce01d231d

View File

@ -5,7 +5,7 @@
name=iproute2
version=4.8.0
release=1
release=2
source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \
lo.iproute2 net.iproute2)

View File

@ -14,7 +14,7 @@ MASK=24
GW=192.168.1.1
# Optional settings:
DHCPOPTS="-h `/bin/hostname` -t 10"
DHCPOPTS="-t 10"
case $1 in
start)