BTS

Message2424

Author jkirk
Recipients jkirk
Date 2009-08-11.08:00:26
Content
Hi!

As "/etc/vim/vimrc" and "/etc/skel/.vimrc" has been merged in the
"grml-etc-core"-package grml-config.sh[1] can not find
"http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc" anymore.

[1] http://grml.org/scripts/grml-config.sh

This patch works for me:

--- grml-config.sh.orig 2009-08-11 09:51:34.000000000 +0200
+++ grml-config.sh      2009-08-11 09:52:01.000000000 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 wget -O .screenrc     http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
-wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc
+wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/vim/vimrc
 wget -O .zshrc        http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
 # optional:
 # wget -O .zshrc.local        http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc

Greetings && HTH,
 - Darsha
History
Date User Action Args
2009-08-11 08:00:27jkirksetrecipients: + jkirk
2009-08-11 08:00:27jkirklinkissue721 messages
2009-08-11 08:00:26jkirkcreate