summaryrefslogblamecommitdiff
path: root/shells/pdksh/pkg-plist
blob: 4200e6156edd8fba0af35cb4db25feecfff1a998 (plain) (tree)
1
2
3


                                                                                                                           
bin/ksh
@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