summaryrefslogtreecommitdiff
path: root/install/freebsd/INSTALL
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2004-04-07 09:08:35 +0000
committercvs2git <cvs2git>2004-04-07 09:08:35 +0000
commit022491d9d2723ca4d7d0718cdb1fd67e7652428e (patch)
treefc1e50c0d78ecc401ef2214a6a11ee07242be0f8 /install/freebsd/INSTALL
parent35effa1bf4ac902547615c816960bbc8db8e7256 (diff)
This commit was manufactured by cvs2svn to create tag 'NET_WHOIS_RAW_0_31'.NET_WHOIS_RAW_0_31
Diffstat (limited to 'install/freebsd/INSTALL')
-rwxr-xr-xinstall/freebsd/INSTALL40
1 files changed, 0 insertions, 40 deletions
diff --git a/install/freebsd/INSTALL b/install/freebsd/INSTALL
deleted file mode 100755
index 53fc613d1..000000000
--- a/install/freebsd/INSTALL
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-( cd /usr/ports/sysutils/portupgrade
- make install
-)
-
-pkgdb -u
-
-portinstall -PR cvsup-without-gui
-
-cp /usr/share/examples/cvsup/ports-supfile /root
-perl -pi -e 's/CHANGE_THIS/cvsup1/;' /root/ports-supfile
-cvsup /root/ports-supfile
-
-for port in `grep -v '^ *#' ports`; do
- #cd /usr/ports/$port
- #make install || exit
- portinstall -P -R $port || exit
-done
-
-for a in Net::SSH DBIx::DBSchema HTML::Widgets::SelectLayers Time::Duration Business::CreditCard; do perl -MCPAN -e"install $a"; done
-
-su -l pgsql -c initdb
-
-/usr/local/etc/rc.d/010.pgsql.sh start
-
-pw user add freeside -m
-
-su -l pgsql -c 'createuser -P freeside'
-
-su -l freeside -c 'createdb freeside'
-
-#?
-cd ../..
-make install-perl-modules
-make create-config
-make deploy
-
-#edit apache config, etc.
-