NetBSD/share/sushi/system/rcconf/script3
garbled 236075fa43 Fix some stupidity in here. There seem to be some definate problems with
this script, that didn't exist before..  It's going to take some doing to
figure them out..
2001-01-06 07:31:03 +00:00

7 lines
218 B
Bash
Executable File

#!/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