236075fa43
this script, that didn't exist before.. It's going to take some doing to figure them out..
7 lines
218 B
Bash
Executable File
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
|