aboutsummaryrefslogtreecommitdiff
path: root/rcynic/installation-scripts
AgeCommit message (Collapse)Author
2013-02-01CheckpointRob Austein
svn path=/branches/tk377/; revision=5001
2013-01-31CheckpointRob Austein
svn path=/branches/tk377/; revision=4988
2013-01-18Defer device inode creation until package installation.Rob Austein
svn path=/branches/tk377/; revision=4975
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2013-01-18Hack Linux installation script to work under fakeroot.Rob Austein
svn path=/branches/tk377/; revision=4973
2013-01-12Using @cwd in FreeBSD pkg-plist seems to work, and is much less of aRob Austein
change from what has until now been standard practice, so going with that. svn path=/branches/tk377/; revision=4967
2013-01-09Doh.Rob Austein
svn path=/branches/tk377/; revision=4965
2013-01-09I guess it helps to create the parent directory too.Rob Austein
svn path=/branches/tk377/; revision=4964
2013-01-09More fun with pkg-install.Rob Austein
svn path=/branches/tk377/; revision=4962
2013-01-08CheckpointRob Austein
svn path=/branches/tk377/; revision=4959
2013-01-08Start work on separate RP and CA ports for FreeBSD.Rob Austein
svn path=/branches/tk377/; revision=4954
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-20Add "make instalation-manifest" as a first cut at something that willRob Austein
automate construction of things like the pkg-plist for a FreeBSD port. This is a fairly nasty kludge, but we're kind of trapped at the intersection of two different build systems (autoconf and disttools) and a laundry list of platform-specific packaging systems, so anything we do here is likely to be nasty, and almost anything is better than trying to maintain packing lists for all those systems by hand. svn path=/trunk/; revision=4938
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
2011-01-26s/wheel/root/gRob Austein
svn path=/rcynic/installation-scripts/linux/install.sh; revision=3668
2011-01-26Twisty maze of shell scriptsRob Austein
svn path=/rcynic/Makefile.in; revision=3667
2011-01-26Jailed rcynic installation working (I think) on Fedora. Remains to beRob Austein
seen whether it works on any other Linux distro. What a mess. svn path=/configure; revision=3665
2011-01-25Feh, need to hard-link /var/run/mDNSResponder into jailRob Austein
svn path=/rcynic/installation-scripts/darwin/RCynic/RCynic; revision=3664
2011-01-25Minimally-tested rcynic installation for Mac OS XRob Austein
svn path=/rcynic/Makefile.in; revision=3660