X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F90-update-alternatives;h=d8487b3914db85084821835ffcd60dff25181d9f;hb=97e3cccdc3cc6e992cc4c485ee445adaaa396ac4;hp=a194055ef67a8e29d0edce5e0e1dc0edc081fdf9;hpb=452816601c78128f1a021d8df426b229c0249a5b;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives b/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives index a194055..d8487b3 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives +++ b/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Mon Sep 29 14:16:38 CEST 2008 [mika] ################################################################################ set -u @@ -21,10 +20,10 @@ set -u # it configures (in our case non-existent) manpages as well :-/ # $ROOTCMD update-alternatives --set editor /usr/bin/vim.tiny # $ROOTCMD update-alternatives --set vi /usr/bin/vim.tiny - $ROOTCMD ln -sf /usr/bin/editor /etc/alternatives/editor - $ROOTCMD ln -sf /etc/alternatives/editor /usr/bin/vim.tiny - $ROOTCMD ln -sf /usr/bin/vi /etc/alternatives/vi - $ROOTCMD ln -sf /etc/alternatives/vi /usr/bin/vim.tiny + $ROOTCMD ln -sf /etc/alternatives/editor /usr/bin/editor + $ROOTCMD ln -sf /usr/bin/vim.tiny /etc/alternatives/editor + $ROOTCMD ln -sf /etc/alternatives/vi /usr/bin/vi + $ROOTCMD ln -sf /usr/bin/vim.tiny /etc/alternatives/vi fi fi