NetBSD/share/sushi/network/yp/master/script1

9 lines
144 B
Bash
Executable File

#!/bin/sh
# $NetBSD: script1,v 1.1 2001/04/25 03:43:37 garbled Exp $
if [ -f "/etc/myname" ]; then
cat /etc/defaultdomain
else
domainname
fi