head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2001.03.06.21.24.13;	author garbled;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add a menu entry to sushi to deal with editing the /etc/security.conf file.
@
text
@#!/bin/sh
# $NetBSD: script3,v 1.1 2001/01/05 02:06:59 garbled Exp $
sh -x /etc/defaults/security.conf 2>&1 | sed -e 's/^+ //' | \
	sed -e 's/\([EN][SO]\) /\1\
/' | sed -e 's/=.*//'
# the newline above is there for a reason
@
