---
name: 44bsd-csh
version: 20001106_3
origin: shells/44bsd-csh
comment: The traditional 4.4BSD /bin/csh C-shell
arch: freebsd:10:x86:64
www: UNKNOWN
maintainer: cy@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 212605
desc: |
  This is the traditional 4.4BSD /bin/csh C-shell, with additional
  FreeBSD fixes and updates since 4.4BSD Lite was released.
categories:
- shells
files:
  /usr/local/bin/44bsd-csh: dddb7a90aa4b9f8a78975ed5c42038d2841cd834af6e15cf41a38e37e87065aa
  /usr/local/man/man1/44bsd-csh.1.gz: 722c3fafde39b2d036e9c5d80ce66855584aad290c7ecd3f1f083388113fde78
  /usr/local/share/doc/44bsd-csh/paper.ascii.gz: e1508531b169eb3f0de3ca3076e205b7f35e8e15c656058ae8cf4728ff7036cf
directories:
  /usr/local/share/doc/44bsd-csh/: n
scripts:
  post-install: |
    echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/local/bin/44bsd-csh /etc/shells.bak; echo /usr/local/bin/44bsd-csh) >/etc/shells
  pre-deinstall: |
    echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/local/bin/44bsd-csh /etc/shells.bak) >/etc/shells
