1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
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

6 lines
278 B
Plaintext

@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