mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
f344055e07
- Use INFO Submitted by: Anthraxz <bouloumag@hotmail.com> [1]
6 lines
278 B
Plaintext
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
|