Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
owners-plugin-test
/
a5d6f4072850bd3eb1466bcb403cbc9a989ac964
/
.
/
meta-phosphor
/
common
/
recipes-connectivity
/
avahi
/
avahi
/
check-local-domain
blob: 978b8b6dcdd2e40ef2fbe7c905f1de7dffaab7a8 [
file
] [
log
] [
blame
]
#!/bin/sh
if
!(
host
-
t SOA
local
.
>
/
dev
/
null
2
>
/
dev
/
null
);
then
# Return 1 to tell that local domain is present
exit
1
else
# Return 0 to tell local domain is not being used
exit
0
fi