Revision: 7306
          http://sourceforge.net/p/ipcop/svn/7306
Author:   owes
Date:     2014-03-09 13:26:02 +0000 (Sun, 09 Mar 2014)
Log Message:
-----------
Do not add duplicates to bash history

Modified Paths:
--------------
    ipcop/trunk/config/etc/profile
    ipcop/trunk/updates/2.1.3/ROOTFILES.i486-2.1.3

Modified: ipcop/trunk/config/etc/profile
===================================================================
--- ipcop/trunk/config/etc/profile      2014-03-09 11:59:29 UTC (rev 7305)
+++ ipcop/trunk/config/etc/profile      2014-03-09 13:26:02 UTC (rev 7306)
@@ -26,13 +26,14 @@
 LOGNAME=$USER
 
 HOSTNAME=`/bin/hostname`
+HISTCONTROL=ignoredups
 HISTSIZE=250
 
 if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
     INPUTRC=/etc/inputrc
 fi
 
-export PATH USER LOGNAME HOSTNAME HISTSIZE INPUTRC 
+export PATH USER LOGNAME HOSTNAME HISTCONTROL HISTSIZE INPUTRC 
 
 # LS Colors
 alias dir='ls'

Modified: ipcop/trunk/updates/2.1.3/ROOTFILES.i486-2.1.3
===================================================================
--- ipcop/trunk/updates/2.1.3/ROOTFILES.i486-2.1.3      2014-03-09 11:59:29 UTC 
(rev 7305)
+++ ipcop/trunk/updates/2.1.3/ROOTFILES.i486-2.1.3      2014-03-09 13:26:02 UTC 
(rev 7306)
@@ -1,4 +1,5 @@
 ## please place IPCop files first, then packages sorted by alphabetical order
+/etc/profile
 /home/httpd/cgi-bin/logproxy.cgi
 /home/httpd/cgi-bin/proxy.cgi
 /home/httpd/cgi-bin/urlfilter.cgi

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to