[Debian-live-changes] r889 - in configs/daniel/config/chroot_localincludes/etc: . skel

Daniel Baumann daniel at alioth.debian.org
Sat Mar 31 14:52:39 UTC 2007


Author: daniel
Date: 2007-03-31 14:52:39 +0000 (Sat, 31 Mar 2007)
New Revision: 889

Removed:
   configs/daniel/config/chroot_localincludes/etc/profile
Modified:
   configs/daniel/config/chroot_localincludes/etc/skel/.Xresource
   configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile
Log:


Deleted: configs/daniel/config/chroot_localincludes/etc/profile
===================================================================
--- configs/daniel/config/chroot_localincludes/etc/profile	2007-03-31 14:38:41 UTC (rev 888)
+++ configs/daniel/config/chroot_localincludes/etc/profile	2007-03-31 14:52:39 UTC (rev 889)
@@ -1,36 +0,0 @@
-# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
-# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
-
-if [ "`id -u`" -eq 0 ]; then
-  PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
-else
-  PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
-fi
-
-if [ "$PS1" ]; then
-  if [ "$BASH" ]; then
-    PS1='\u@\h:\w\$ '
-  else
-    if [ "`id -u`" -eq 0 ]; then
-      PS1='# '
-    else
-      PS1='$ '
-    fi
-  fi
-fi
-
-export PATH
-
-umask 022
-
-alias cp="cp -i"
-alias ln="ln -i"
-alias mv="mv -i"
-alias rm="rm -i"
-
-alias less="less -R"
-alias ls="ls --color"
-
-export GREP_OPTIONS="--color=auto"
-
-trap clear 0

Modified: configs/daniel/config/chroot_localincludes/etc/skel/.Xresource
===================================================================
--- configs/daniel/config/chroot_localincludes/etc/skel/.Xresource	2007-03-31 14:38:41 UTC (rev 888)
+++ configs/daniel/config/chroot_localincludes/etc/skel/.Xresource	2007-03-31 14:52:39 UTC (rev 889)
@@ -1,4 +1,3 @@
-! xterm configuration
 XTerm*background: black
 XTerm*cursorBlink: true
 XTerm*foreground: white

Modified: configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile
===================================================================
--- configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile	2007-03-31 14:38:41 UTC (rev 888)
+++ configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile	2007-03-31 14:52:39 UTC (rev 889)
@@ -15,8 +15,20 @@
     PATH=~/bin:"${PATH}"
 fi
 
-# start X11
-if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ]
+# Custom
+alias cp="cp -i"
+alias ln="ln -i"
+alias mv="mv -i"
+alias rm="rm -i"
+
+alias less="less -R"
+alias ls="ls --color"
+
+export GREP_OPTIONS="--color=auto"
+
+trap clear 0
+
+if [ -z "${DISPLAY}" ] && [ "`tty`" = "/dev/tty1" ]
 then
 	startx
 fi




More information about the Debian-live-changes mailing list