~ubuntu-branches/debian/sid/boinc/sid

« back to all changes in this revision

Viewing changes to stripchart/stripchart.cgi

  • Committer: Package Import Robot
  • Author(s): Steffen Moeller
  • Date: 2011-08-08 01:36:51 UTC
  • mfrom: (6.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20110808013651-m1hs3cltiveuteyn
Tags: 6.13.1+dfsg-2
* Bringing notify patch to unstable.
* Adjusted build dependency to libjpeg-dev (Closes: #641093)
* Further improvements on stripchart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/env perl
 
1
#!/usr/bin/perl
2
2
 
3
3
# The contents of this file are subject to the Mozilla Public License
4
4
# Version 1.0 (the "License"); you may not use this file except in
44
44
################
45
45
 
46
46
# Where is the .cnf file? 
47
 
$cnfpath = "./stripchart.cnf";
 
47
$cnfpath = "/etc/stripchart.cnf";
48
48
 
49
49
# Read it in: 
50
50
open (CNFFILE,$cnfpath) or die "cannot open configuration file: $cnfpath\nmake sure this variable is set properly";