/[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

Annotation of /bin/start.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 196 - (hide annotations)
Tue Aug 11 12:38:04 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-sh
File size: 154 byte(s)
device can now be first argument, stop dnsmasq if it exists
1 dpavlin 97 #!/bin/sh -x
2    
3 dpavlin 196 if [ ! -z "$1" ] ; then
4     DEV=$1
5     fi
6    
7     sudo /etc/init.d/dnsmasq stop
8     echo $DEV
9 dpavlin 179 sudo DEV=$DEV perl -Ilib/PXElator -Ilib -Mhttpd -e httpd::start

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26