diff options
author | Clint Adams <clint@users.sourceforge.net> | 2010-06-30 13:22:51 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2010-06-30 13:22:51 +0000 |
commit | 924f40b772d7c222ffe8db502fb88cc897fd9902 (patch) | |
tree | 3890f0b60317d5e09f8fc6ecdac596006e1c0a6a | |
parent | 6e0d1b57ce09e9bf4851d8be3052501485634689 (diff) | |
download | zsh-924f40b772d7c222ffe8db502fb88cc897fd9902.tar.gz zsh-924f40b772d7c222ffe8db502fb88cc897fd9902.tar.xz zsh-924f40b772d7c222ffe8db502fb88cc897fd9902.zip |
28062: make the filename even longer
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Functions/Newuser/zsh-newuser-install | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index d8132c730..59fc30125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2010-06-30 Clint Adams <clint@zsh.org> - * 27998, 28061: Functions/Newuser/zsh-newuser-install: add - recommended zshrc option. + * 27998, 28061, 28062: Functions/Newuser/zsh-newuser-install: + add recommended zshrc option. * 28060: Completion/Unix/Command/_xmlsoft: xmlsoft --nodtdattr completion thanks to Vincent Lefevre. @@ -13343,5 +13343,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5018 $ +* $Revision: 1.5019 $ ***************************************************** diff --git a/Functions/Newuser/zsh-newuser-install b/Functions/Newuser/zsh-newuser-install index 3c97d80cd..7428c6a49 100644 --- a/Functions/Newuser/zsh-newuser-install +++ b/Functions/Newuser/zsh-newuser-install @@ -954,7 +954,7 @@ You can: print -r " (1) Continue to the main menu. " - if [[ -f /etc/zsh/zshrc.recommended ]]; then + if [[ -f /etc/zsh/newuser.zshrc.recommended ]]; then print -r " (2) Populate your $zdmsg/.zshrc with the configuration recommended by the system administrator and exit (you will need to edit @@ -978,7 +978,7 @@ You can: ;; (2) - cp /etc/zsh/zshrc.recommended $zd/.zshrc + cp /etc/zsh/newuser.zshrc.recommended $zd/.zshrc source $zd/.zshrc return 0 ;; |