/[sysadmin-cookbook]/recepies/amt/openamt/2.lms.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /recepies/amt/openamt/2.lms.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations)
Wed Sep 16 20:57:00 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-sh
File size: 236 byte(s)
compile http://www.openamt.org/trac/wiki/LocalManageabilityService

1 dpavlin 144 #!/bin/sh
2    
3     test -d lms || svn co https://openamt.svn.sourceforge.net/svnroot/openamt/lms/trunk lms
4    
5     cd lms && patch -N -p0 < ../2.lms.diff
6     cd -
7    
8     test -x lms/src/lms || ( cd lms && ./bootstrap.sh && ./configure --enable-debug && make )
9    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26