aboutsummaryrefslogtreecommitdiff
path: root/shells/44bsd-csh/pkg-plist
blob: f70d1ad837e2ab57ea219e1bc6bcc1bf17f4aeda (plain) (blame)
1
2
3
bin/44bsd-csh
@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