Don't mess with /etc/shells but rahter print a warning about it.
Also, we aren't installing a gzip'ed manpage.
This commit is contained in:
parent
f73573c206
commit
879ce933b8
@ -1,7 +1,5 @@
|
||||
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
|
||||
man/man1/tcsh.1.gz
|
||||
man/man1/tcsh.1
|
||||
share/nls/C/tcsh.cat
|
||||
share/nls/fr_FR.ISO_8859-1/tcsh.cat
|
||||
@exec ln -fs %D/%F %D/share/nls/fr_BE.ISO_8859-1/tcsh.cat
|
||||
@ -11,3 +9,4 @@ 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
|
||||
@unexec echo "Don't forget to update /etc/shells!"
|
||||
|
Loading…
Reference in New Issue
Block a user