master
parent
3c1ca3ffe8
commit
7da0c6e3a9
11
INSTALL
11
INSTALL
|
@ -19,11 +19,12 @@ reflect the new location.
|
||||||
If you want to run from SVN trunk (for the brave), here's how I would do
|
If you want to run from SVN trunk (for the brave), here's how I would do
|
||||||
it:
|
it:
|
||||||
|
|
||||||
=== Begin commands === cd /usr/src svn checkout
|
=== Begin commands ===
|
||||||
http://firewall-sosdg.googlecode.com/svn/srfirewall srfirewall-trunk ln
|
cd /usr/src
|
||||||
-s /usr/src/srfirewall-trunk/lib /usr/local/lib/srfirewall ln -s
|
svn checkout http://firewall-sosdg.googlecode.com/svn/srfirewall srfirewall-trunk
|
||||||
/usr/src/srfirewall-trunk/bin/srfirewall /usr/local/bin/srfirewall cp -R
|
ln -s /usr/src/srfirewall-trunk/lib /usr/local/lib/srfirewall
|
||||||
/usr/src/srfirewall-trunk/etc /usr/local/etc/srfirewall === End commands
|
ln -s /usr/src/srfirewall-trunk/bin/srfirewall /usr/local/bin/srfirewall
|
||||||
|
cp -R /usr/src/srfirewall-trunk/etc /usr/local/etc/srfirewall === End commands
|
||||||
===
|
===
|
||||||
|
|
||||||
Then when you want to update to bleeding edge, all you have to run is
|
Then when you want to update to bleeding edge, all you have to run is
|
||||||
|
|
Loading…
Reference in New Issue