freebsd-ports/shells/bash1/pkg-plist
Kirill Ponomarev f344055e07 - Fix typo in COMMENT [1]
- Use INFO

Submitted by:	Anthraxz <bouloumag@hotmail.com> [1]
2003-09-01 14:50:15 +00:00

5 lines
278 B
Text

@comment $FreeBSD$
bin/bash
@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/bashbug