Remove a now obsoleted file.

This commit is contained in:
peter 2005-01-11 22:19:51 +00:00
parent 80bd94becd
commit 83a87c3208
2 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.516 2005/01/10 03:13:04 lukem Exp $
# $NetBSD: mi,v 1.517 2005/01/11 22:19:51 peter Exp $
. base-sys-root
./altroot base-sys-root
./bin base-sys-root
@ -2674,7 +2674,7 @@
./usr/share/sushi/system/rcconf/script base-sushi-share share
./usr/share/sushi/system/rcconf/script1 base-sushi-share share
./usr/share/sushi/system/rcconf/script2 base-sushi-share share
./usr/share/sushi/system/rcconf/script3 base-sushi-share share
./usr/share/sushi/system/rcconf/script3 base-obsolete obsolete
./usr/share/sushi/system/rcconf/script4 base-sushi-share share
./usr/share/sushi/system/securityconf base-sushi-share
./usr/share/sushi/system/securityconf/form base-sushi-share share

View File

@ -1,6 +0,0 @@
#!/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