a795ccc8e2
/etc/shells entry with grep -v /bin/tcsh - be sure to match the whole line.
5 lines
338 B
Text
5 lines
338 B
Text
@comment $NetBSD: PLIST,v 1.2 2001/08/06 20:46:58 agc Exp $
|
|
bin/tcsh
|
|
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak; echo %D%F) >/etc/shells
|
|
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak) >/etc/shells
|
|
usr/share/man/man1/tcsh.1
|