aboutsummaryrefslogtreecommitdiff
path: root/rcynic/installation-scripts/linux/install.sh.in
AgeCommit message (Collapse)Author
2012-12-20Using autoconf to customize shell scripts (as opposed to Makefiles)Rob Austein
violates autoconf's theory of operation, and is unnecessary in the case of the rcynic Linux installation script in any case, as we can just do the expansion in the Makefile and pass settings to the script. svn path=/trunk/; revision=4939
2012-12-13Update message printed at end of Linux installation. See #363.Rob Austein
svn path=/trunk/; revision=4932
2012-12-13Make shared library copying code work again on Ubuntu 12.04LTS. NeedRob Austein
to test other Linux platforms to see what this breaks. Whole thing probably needs to be controlled a lot more tightly by autoconf. See #363. svn path=/trunk/; revision=4931
2012-12-10First cut at adding support for Ubuntu 12.04. See #363.Rob Austein
Not yet tested, because upgrade to my test machine is taking a while. svn path=/trunk/; revision=4926
2012-06-19Avoid breaking BitTorrent when installing new rcynic.Rob Austein
svn path=/trunk/; revision=4546
2012-05-23Fix installation permissions for rcynic-html, doh.Rob Austein
svn path=/trunk/; revision=4513
2012-05-23rcynic.py => rcynic-html.Rob Austein
svn path=/trunk/; revision=4512
2012-04-16Install rcynic.py instead of rcynic.xsl. Disable automatic crontabRob Austein
editing in installation scripts, it doesn't do the right thing for common case and would be better as part of an installation and configuration wizard anyway. Closes #234 and #229. svn path=/trunk/; revision=4426
2011-05-06DESTDIRRob Austein
svn path=/rcynic/installation-scripts/darwin/install.sh; revision=3802
2011-04-04fix rcynic linux installation script to work on x86_64Michael Elkins
svn path=/rcynic/installation-scripts/linux/install.sh.in; revision=3759
2011-02-12running rsync in a chroot under CentOS 5.x requires libresolv.so.2Michael Elkins
svn path=/rcynic/installation-scripts/linux/install.sh.in; revision=3676
2011-02-12quick fix to use -n argument to useradd when executed on CentOSMichael Elkins
svn path=/rcynic/installation-scripts/linux/install.sh.in; revision=3675
2011-01-28Whack this into working on Ubuntu 10.04Rob Austein
svn path=/configure; revision=3672
2011-01-28Autoconf installation script for rcynic on Linux, because at least oneRob Austein
required program (awk) lives in different places in different distros. rcynic installation parameters probably ought to be configurable via autoconf too, but don't worry about that for now. svn path=/configure; revision=3671