Skip to content

Commit

Permalink
ginger patch
Browse files Browse the repository at this point in the history
git-svn-id: http://www.observium.org/svn/observer/trunk@1699 61d68cd4-352d-0410-923a-c4978735b2b8
  • Loading branch information
Adam Amstrong committed Sep 3, 2010
1 parent 65b1cd4 commit cd76567
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion addhost.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion adduser.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion alerts.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion check-errors.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion check-services.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
include("includes/defaults.inc.php");
include("config.php");
Expand Down
2 changes: 1 addition & 1 deletion cleanup.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php

### Clean up the database removing old IPs and links

Expand Down
2 changes: 1 addition & 1 deletion contrib/generate-dnstext.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("../config.php");
Expand Down
2 changes: 1 addition & 1 deletion contrib/generate-vegadns.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("config.php");
Expand Down
2 changes: 1 addition & 1 deletion delhost.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion discovery.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion generate-iplist.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion generate-map.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
./map.php > map.dot && unflatten -l5 -f map.dot | fdp -Tpng -o html/network-big.png && convert -resize 400x500 html/network-big.png html/network.png
./map.php > map.dot && unflatten -l5 -f map.dot | dot -Tpng -o html/network-screen-big.png && convert -resize 900x2000 html/network-screen-big.png html/network-screen.png

2 changes: 1 addition & 1 deletion irc.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion map.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("config.php");
Expand Down
2 changes: 1 addition & 1 deletion poll-billing.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

$debug = "1";
Expand Down
2 changes: 1 addition & 1 deletion poll-device.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

echo("PLEASE USE 'poller.php' INSTEAD!");
Expand Down
2 changes: 1 addition & 1 deletion poll-reachability.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion poller.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

### Observium Device Poller
Expand Down
2 changes: 1 addition & 1 deletion renamehost.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion scan-snmp.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-sql.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("config.php");
Expand Down
2 changes: 1 addition & 1 deletion snmptrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

ini_set('display_errors', 1);
Expand Down
2 changes: 1 addition & 1 deletion syslog.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion test-discovery.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php


Expand Down
2 changes: 1 addition & 1 deletion test-poll.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down
2 changes: 1 addition & 1 deletion versioncheck.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include("includes/defaults.inc.php");
Expand Down

0 comments on commit cd76567

Please sign in to comment.