]> arthur.barton.de Git - ConfigScripts.git/history - install.sh
Add README file
[ConfigScripts.git] / install.sh
2014-11-26 Alexander BartonHonor UID/EUID better
2013-11-22 Alexander BartonInstall root-owned files with root group, too
2013-11-22 Alexander BartonFix Copy_File function, "cp --preserve=timestamps"...
2013-11-22 Alexander Bartoninstall.sh: Don't handle root user specially
2013-11-22 Alexander BartonInsert more "Msg" commands into install.sh
2013-11-22 Alexander BartonInstall system files locally, when already present...
2013-11-22 Alexander Bartoninstall.sh: Try to preserve timestamps
2013-11-22 Alexander Bartoninstall /etc/skel/.bash_logout with correct owner
2012-12-25 Alexander Bartoninstall.sh: Don't do "skel" installation when called...
2011-04-07 Alexander BartonCopy user files to /etc/skel directory, if it is writeable
2011-02-27 Alexander BartonNew make target "install-local": install to ~/.etc
2010-08-21 Alexander Bartoninstall.sh: don't set owner (call chown) if not necessary
2009-01-05 Alexander BartonDetect root user correctly, even when using NIS.
2009-01-05 Alexander BartonNew function Config_RootUser() to copy files into ...
2009-01-05 Alexander BartonMove install code to Config_System() and Config_User...
2008-11-26 Alexander BartonUse "printf" instead of "echo".
2008-11-21 Alexander BartonRead global files from $HOME/.etc if we can't install...
2008-10-20 Alexander BartonUse Msg() function to output console messages.
2008-10-20 Alexander BartonTest if user home directory is writeable.
2008-08-07 Alexander BartonInstall user/bash_profile as $HOME/.profile, if this...
2008-08-07 Alexander BartonMake sure that $UID is set.
2008-08-07 Alexander BartonOnly try to make backups if the destination file alread...
2008-08-07 Alexander BartonInitial import into GIT repository.