/[pxelator]/bin/start.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

Diff of /bin/start.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 179 by dpavlin, Sun Aug 9 16:37:46 2009 UTC revision 196 by dpavlin, Tue Aug 11 12:38:04 2009 UTC
# Line 1  Line 1 
1  #!/bin/sh -x  #!/bin/sh -x
2    
3    if [ ! -z "$1" ] ; then
4            DEV=$1
5    fi
6    
7    sudo /etc/init.d/dnsmasq stop
8    echo $DEV
9  sudo DEV=$DEV perl -Ilib/PXElator -Ilib -Mhttpd -e httpd::start  sudo DEV=$DEV perl -Ilib/PXElator -Ilib -Mhttpd -e httpd::start

Legend:
Removed from v.179  
changed lines
  Added in v.196

  ViewVC Help
Powered by ViewVC 1.1.26