* /etc/skel/.kshrc: adjust header information, replace tabs
authorMichael Prokop <mika@grml.org>
Tue, 14 Nov 2006 12:01:14 +0000 (13:01 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 14 Nov 2006 12:01:14 +0000 (13:01 +0100)
debian/changelog
etc/skel/.kshrc

index 9cddb32..c935448 100644 (file)
@@ -1,3 +1,9 @@
+grml-etc (0.8-34) unstable; urgency=low
+
+  * /etc/skel/.kshrc: adjust header information, replace tabs
+
+ -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:58:43 +0100
+
 grml-etc (0.8-33) unstable; urgency=low
 
   * /etc/inittab.small: activate only two consoles by default and
index e78b105..a329393 100644 (file)
@@ -1,18 +1,18 @@
 # Filename:      .kshrc
 # Purpose:       configuration file for the korn shell
-# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
+# Authors:       grml-team (grml.org), (c) Matthias Kopfermann <maddi@grml.org>, (c) Michael Prokop <mika@grml.org
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sam Mai 27 23:37:56 CEST 2006 [mika]
+# Latest change: Son Nov 12 12:00:23 CET 2006 [mika]
 ################################################################################
 
 # ksh93 requires an editor
   set -o emacs
 
-       # The $() has to be done to work around a bug in ksh that
-       # isn't able to substitute with // inside the $HOME variable to have ~/
-       # The control-character in the prompt is sadly neccessary for
-       # color to be not disturbing for the command line editor.
+# The $() has to be done to work around a bug in ksh that
+# isn't able to substitute with // inside the $HOME variable to have ~/
+# The control-character in the prompt is sadly neccessary foR
+# color to be not disturbing for the command line editor.
 [[ $USER != root ]] && PS1='\ f\e[1;34m'"\
 \$USER\ f\e[0m\ f@\$HOSTNAME \$(echo \$PWD | sed s,/home/\$USER,~,) $ "