=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- src/etc/netstart 2011/07/07 23:09:46 1.133 +++ src/etc/netstart 2011/10/07 16:36:26 1.134 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.133 2011/07/07 23:09:46 guenther Exp $ +# $OpenBSD: netstart,v 1.134 2011/10/07 16:36:26 deraadt Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout @@ -193,10 +193,6 @@ hostname $hostname else hostname=`hostname` -fi - -if [ -f /etc/defaultdomain ]; then - domainname `stripcom /etc/defaultdomain` fi # Set the address for the loopback interface. Bringing the interface up,