#!/bin/sh
# $NetBSD: script3,v 1.2 2001/01/06 07:31:03 garbled Exp $
sh -x /etc/defaults/rc.conf 2>&1 | sed -e 's/^+ //' | \
	sed -e 's/\([EN][SO]\) /\1\
/' | sed -e 's/=.*//'
# the newline above is there for a reason
