Edit /etc/shells. Closes PR ports/727.

Submitted by:	Scott Blachowicz <scott@sabami.seaslug.org>
This commit is contained in:
Satoshi Asami 1995-10-06 05:54:55 +00:00
parent e2ea4f1870
commit 5aaef8061c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2280
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
bin/zsh
@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
bin/zsh-2.6-beta10
info/zsh.info
info/zsh.info-1

View file

@ -1,4 +1,6 @@
bin/zsh
@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
bin/zsh-2.6-beta10
info/zsh.info
info/zsh.info-1