Hinzugefügt:

* Consolenprogramme erscheinen nun in Farbe statt in S/W.
  * MC in die ISO gepackt.
  * Pakete für amavisd, nmap, nfs, mailx und spamassassin erstellt.
Geändert:
  * IMAP-Ordnerstrukturen des Cyrus-IMAPd angelegt mit richtigen Rechten.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@180 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-06-20 18:31:22 +00:00
parent 5ebf3d3ecf
commit f0ca8c34a1
16 changed files with 401 additions and 21 deletions

View File

@@ -39,9 +39,11 @@ alias dir='ls'
alias ll='ls -l --color=tty'
alias ls='ls --color=tty'
# IPCop language settings
# IPFire language settings
LANG=en_US.utf8
PS1='\[\033[1;33m\]\u\[\033[1;37m\]@\[\033[1;32m\]\h\[\033[1;37m\]:\[\033[1;31m\]\w \[\033[1;36m\]\$ \[\033[0m\]'
echo -n -e '\033%G'
export LANG PS1
# Enable colors for applications like mc....
export TERM=xterm-color