---
name: 44bsd-csh
version: 20001106_3
origin: shells/44bsd-csh
comment: The traditional 4.4BSD /bin/csh C-shell
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: cy@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 214133
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: 48bd957bb88aa40d201a5294b2d2a6ba10a9b3ae437c5b52ec0373ac1f938e0a
  /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
