1994-08-23 10:10:02 +00:00
|
|
|
bin/tcsh
|
|
|
|
@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
|
1995-06-17 04:48:16 +00:00
|
|
|
share/nls/C/tcsh.cat
|
1998-07-04 03:09:32 +00:00
|
|
|
share/nls/fr_FR.ISO_8859-1/tcsh.cat
|
|
|
|
@exec ln -fs %D/%F %D/share/nls/fr_BE.ISO_8859-1/tcsh.cat
|
|
|
|
@exec ln -fs %D/%F %D/share/nls/fr_CA.ISO_8859-1/tcsh.cat
|
|
|
|
@exec ln -fs %D/%F %D/share/nls/fr_CH.ISO_8859-1/tcsh.cat
|
|
|
|
share/nls/de_DE.ISO_8859-1/tcsh.cat
|
|
|
|
@exec ln -fs %D/%F %D/share/nls/de_AT.ISO_8859-1/tcsh.cat
|
|
|
|
@exec ln -fs %D/%F %D/share/nls/de_CH.ISO_8859-1/tcsh.cat
|
|
|
|
share/nls/el_GR.ISO_8859-7/tcsh.cat
|