mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-admin/cancd: fix non-POSIX init script
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -16,7 +16,7 @@ start() {
|
||||
if [ $ret -eq 0 ]; then
|
||||
TGT_MAC="$(LC_ALL=C arp -an -i ${DEVICE} ${TGT_IP} |egrep -v 'incomplete|no match' | awk '{print $4}')"
|
||||
fi
|
||||
elif [ "${TGT_MAC}" == "broadcast" ]; then
|
||||
elif [ "${TGT_MAC}" = "broadcast" ]; then
|
||||
TGT_MAC=''
|
||||
fi
|
||||
ebegin "Starting netconsole ${SRC_IP}:${SRC_PORT}(${DEVICE}) -> ${TGT_IP}:${TGT_PORT} ${TGT_MAC}"
|
||||
|
||||
Reference in New Issue
Block a user