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


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


desc
@@


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