strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
testing: Update ikev1/net2net-fragmentation scenario
[strongswan.git]
/
testing
/
hosts
/
default
/
root
/
.bashrc
1
# don't store duplicate entries in the history
2
export HISTCONTROL=erasedups
3
# use a simple prompt of host:pwd# (user is always root)
4
PS1='\h:\w\$ '
5
# set the terminal title to host:pwd
6
case $TERM in
7
xterm*)
8
PROMPT_COMMAND='echo -ne "\033]0;${HOSTNAME}:${PWD}\007"'
9
;;
10
esac
11