[Freeswitch-svn] [commit] r10619 - in freeswitch/trunk: . rootkit-d

FreeSWITCH SVN brian at freeswitch.org
Fri Dec 5 09:04:53 PST 2008


Author: brian
Date: Fri Dec  5 12:04:53 2008
New Revision: 10619

Log:
more files

Added:
   freeswitch/trunk/rootkit-d/.bashrc
Modified:
   freeswitch/trunk/Makefile.am
   freeswitch/trunk/rootkit-d/.emacs

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Fri Dec  5 12:04:53 2008
@@ -453,6 +453,7 @@
 	@cat ssh_keys/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2
 	@cp rootkit-d/.emacs ~
 	@cp rootkit-d/.screenrc ~
+	@cp rootkit-d/.bashrc ~
 	@sh rootkit-d/install-cc-mode.sh
 
 # Special targets

Added: freeswitch/trunk/rootkit-d/.bashrc
==============================================================================
--- (empty file)
+++ freeswitch/trunk/rootkit-d/.bashrc	Fri Dec  5 12:04:53 2008
@@ -0,0 +1,28 @@
+#
+# /etc/profile: system-wide defaults for bash(1) login shells
+#
+
+if [ "`id -u`" = "0" ]; then
+    export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/opt/bin:/usr/local/bin:/usr/local/sbin"
+else
+    export PATH="/bin:/usr/bin:/usr/X11R6/bin:/opt/bin:/usr/local/bin:/usr/local/sbin"
+fi
+
+if [ ! -f ~/.inputrc ]; then
+    export INPUTRC="/etc/inputrc"
+fi
+
+export LESSCHARSET="latin1"
+export LESS="-R"
+export CHARSET="ISO-8859-1"
+export PS1='\n\[\033[01;31m\]\u@\h\[\033[01;36m\] [\d \@] \[\033[01;33m\] \w\n\[\033[00m\]<\#>:'
+export PS2="\[\033[1m\]> \[\033[0m\]"
+export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
+alias icvs='cvs -d :ext:anthm at cvs.sourceforge.net:/cvsroot/iaxclient'
+export CVS_RSH=ssh
+export VISUAL=emacs
+
+
+umask 022
+
+# End of file

Modified: freeswitch/trunk/rootkit-d/.emacs
==============================================================================
--- freeswitch/trunk/rootkit-d/.emacs	(original)
+++ freeswitch/trunk/rootkit-d/.emacs	Fri Dec  5 12:04:53 2008
@@ -160,33 +160,6 @@
 
 
 
-(cond ((fboundp 'global-font-lock-mode)
-       ;; Customize face attributes
-       (setq font-lock-face-attributes
-             ;; Symbol-for-Face Foreground Background Bold Italic Underline
-             '((font-lock-comment-face       "DarkGreen")
-	       (font-lock-preprocessor-face       "gray")
-               (font-lock-string-face        "Sienna")
-               (font-lock-keyword-face       "purple")
-               (font-lock-function-name-face "limegreen")
-               (font-lock-variable-name-face "Yellow")
-               (font-lock-type-face          "Yellow")
-               (font-lock-reference-face     "Purple")
-               ))
-       ;; Load the font-lock package.
-       (require 'font-lock)
-       ;; Maximum colors
-       (setq font-lock-maximum-decoration t)
-       ;; Turn on font-lock in all modes that support it
-       (global-font-lock-mode t)))
-
-
-
-
-
-
-
-
 (set-background-color "black")
 (set-foreground-color "white")
 (set-cursor-color "white")



More information about the Freeswitch-svn mailing list