diff options
author | ivan <ivan> | 2011-04-18 23:15:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-18 23:15:19 +0000 |
commit | 75162bb14b3e38d66617077843f4dfdcaf09d5c4 (patch) | |
tree | d89dd49a476cf2f0859ed6a0adc2992ea6d69d04 /rt/etc | |
parent | fc6209f398899f0211cfcedeb81a3cd65e04a941 (diff) |
import rt 3.8.10
Diffstat (limited to 'rt/etc')
-rwxr-xr-x | rt/etc/upgrade/3.8-branded-queues-extension | 2 | ||||
-rwxr-xr-x | rt/etc/upgrade/3.8-ical-extension | 2 | ||||
-rwxr-xr-x | rt/etc/upgrade/generate-rtaddressregexp | 2 | ||||
-rwxr-xr-x | rt/etc/upgrade/split-out-cf-categories | 2 | ||||
-rwxr-xr-x | rt/etc/upgrade/vulnerable-passwords | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/rt/etc/upgrade/3.8-branded-queues-extension b/rt/etc/upgrade/3.8-branded-queues-extension index e594fc756..b3785342f 100755 --- a/rt/etc/upgrade/3.8-branded-queues-extension +++ b/rt/etc/upgrade/3.8-branded-queues-extension @@ -1,4 +1,4 @@ -#!/Users/falcone/perl5/perlbrew/bin/perl +#!/usr/bin/perl # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: diff --git a/rt/etc/upgrade/3.8-ical-extension b/rt/etc/upgrade/3.8-ical-extension index e4a72489d..a241ee2a1 100755 --- a/rt/etc/upgrade/3.8-ical-extension +++ b/rt/etc/upgrade/3.8-ical-extension @@ -1,4 +1,4 @@ -#!/Users/falcone/perl5/perlbrew/bin/perl +#!/usr/bin/perl # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: diff --git a/rt/etc/upgrade/generate-rtaddressregexp b/rt/etc/upgrade/generate-rtaddressregexp index 6c671454d..adffab9cd 100755 --- a/rt/etc/upgrade/generate-rtaddressregexp +++ b/rt/etc/upgrade/generate-rtaddressregexp @@ -1,4 +1,4 @@ -#!/Users/falcone/perl5/perlbrew/bin/perl +#!/usr/bin/perl # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: diff --git a/rt/etc/upgrade/split-out-cf-categories b/rt/etc/upgrade/split-out-cf-categories index 7feacbf0b..23169f43c 100755 --- a/rt/etc/upgrade/split-out-cf-categories +++ b/rt/etc/upgrade/split-out-cf-categories @@ -1,4 +1,4 @@ -#!/Users/falcone/perl5/perlbrew/bin/perl +#!/usr/bin/perl # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: diff --git a/rt/etc/upgrade/vulnerable-passwords b/rt/etc/upgrade/vulnerable-passwords index e5b69d069..f0fed0cfe 100755 --- a/rt/etc/upgrade/vulnerable-passwords +++ b/rt/etc/upgrade/vulnerable-passwords @@ -1,4 +1,4 @@ -#!/Users/falcone/perl5/perlbrew/bin/perl +#!/usr/bin/perl # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: |