1 |
unnilennium |
1.1 |
diff -up smeserver-bugzilla-0.1/root/etc/e-smith/events/actions/bugzilla.actionscript smeserver-bugzilla-0.1/root/etc/e-smith/events/actions/bugzilla |
2 |
|
|
--- smeserver-bugzilla-0.1/root/etc/e-smith/events/actions/bugzilla.actionscript 2009-12-05 23:53:14.000000000 +0100 |
3 |
|
|
+++ smeserver-bugzilla-0.1/root/etc/e-smith/events/actions/bugzilla 2009-12-05 23:53:05.000000000 +0100 |
4 |
|
|
@@ -0,0 +1,3 @@ |
5 |
|
|
+#!/bin/bash |
6 |
|
|
+ |
7 |
|
|
+PERL5LIB="/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi:/usr/lib/perl5/site_perl/5.8.5:/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi:/usr/lib/perl5/vendor_perl/5.8.5" /usr/share/bugzilla/checksetup.pl /etc/bugzilla.conf |
8 |
|
|
|