]> arthur.barton.de Git - ConfigScripts.git/log
ConfigScripts.git
15 years agoUse "printf" instead of "echo -ne"
Alexander Barton [Wed, 26 Nov 2008 19:08:32 +0000 (20:08 +0100)]
Use "printf" instead of "echo -ne"

15 years agoRead global files from $HOME/.etc if we can't install to /etc.
Alexander Barton [Fri, 21 Nov 2008 09:40:46 +0000 (10:40 +0100)]
Read global files from $HOME/.etc if we can't install to /etc.

15 years agobash completion: read it from /opt/local/etc/bash_completion, too.
Alexander Barton [Fri, 21 Nov 2008 09:39:56 +0000 (10:39 +0100)]
bash completion: read it from /opt/local/etc/bash_completion, too.

15 years agoEnhance debug messages: print a line for each script.
Alexander Barton [Fri, 21 Nov 2008 09:38:04 +0000 (10:38 +0100)]
Enhance debug messages: print a line for each script.

If the file "/tmp/ConfigDebug.$USER" exists, all the scripts print out a
line with its name when run.

15 years agoUse Msg() function to output console messages.
Alexander Barton [Mon, 20 Oct 2008 22:09:12 +0000 (00:09 +0200)]
Use Msg() function to output console messages.

The Msg() function abstracts diffenences in the echo(1) command and
shell built-in functions. This implementation always calls /bin/echo ...

15 years agoTest if user home directory is writeable.
Alexander Barton [Mon, 20 Oct 2008 22:04:58 +0000 (00:04 +0200)]
Test if user home directory is writeable.

The user home directoty can be un-writable when it is mounted using
NFS, for example.

15 years agoOnly set $LANG variable when it is not set already.
Alexander Barton [Mon, 20 Oct 2008 22:03:09 +0000 (00:03 +0200)]
Only set $LANG variable when it is not set already.

15 years agoNew alias bblack() and function BLACK() to blacklist IP addresses.
Alexander Barton [Sun, 19 Oct 2008 20:08:58 +0000 (22:08 +0200)]
New alias bblack() and function BLACK() to blacklist IP addresses.

15 years agoInstall user/bash_profile as $HOME/.profile, if this file exists
Alexander Barton [Thu, 7 Aug 2008 16:58:16 +0000 (18:58 +0200)]
Install user/bash_profile as $HOME/.profile, if this file exists

15 years agoMake sure that $UID is set.
Alexander Barton [Thu, 7 Aug 2008 16:56:37 +0000 (18:56 +0200)]
Make sure that $UID is set.

15 years agoOnly try to make backups if the destination file already exists.
Alexander Barton [Thu, 7 Aug 2008 16:55:42 +0000 (18:55 +0200)]
Only try to make backups if the destination file already exists.

15 years agoInitial import into GIT repository.
Alexander Barton [Thu, 7 Aug 2008 11:40:32 +0000 (13:40 +0200)]
Initial import into GIT repository.