1 |
brianr |
1.1 |
diff -up smeserver-isoqlog-2.2.1/createlinks.patch1 smeserver-isoqlog-2.2.1/createlinks |
2 |
|
|
--- smeserver-isoqlog-2.2.1/createlinks.patch1 2012-08-21 02:37:40.000000000 -0400 |
3 |
|
|
+++ smeserver-isoqlog-2.2.1/createlinks 2013-06-27 19:14:03.000000000 -0400 |
4 |
|
|
@@ -17,6 +17,9 @@ safe_symlink("/var/service/httpd-isoqlog |
5 |
|
|
|
6 |
|
|
# Events links |
7 |
|
|
templates2events("/etc/httpd/isoqlog-conf/httpd.conf", qw(bootstrap-console-save conf-userpanel domain-modify)); |
8 |
|
|
+templates2events("/etc/isoqlog.domains", qw(bootstrap-console-save conf-userpanel domain-modify)); |
9 |
|
|
+templates2events("/etc/isoqlog.conf", qw(bootstrap-console-save conf-userpanel domain-modify)); |
10 |
|
|
+ |
11 |
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/conf-userpanel/services2adjust/httpd-isoqlog"); |
12 |
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/domain-modify/services2adjust/httpd-isoqlog"); |
13 |
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/logrotate/services2adjust/httpd-isoqlog"); |
14 |
|
|
diff -up smeserver-isoqlog-2.2.1/root/etc/e-smith/templates/etc/isoqlog.domains/isoqlog.patch1 smeserver-isoqlog-2.2.1/root/etc/e-smith/templates/etc/isoqlog.domains/isoqlog |
15 |
|
|
--- smeserver-isoqlog-2.2.1/root/etc/e-smith/templates/etc/isoqlog.domains/isoqlog.patch1 2003-02-14 11:30:29.000000000 -0500 |
16 |
|
|
+++ smeserver-isoqlog-2.2.1/root/etc/e-smith/templates/etc/isoqlog.domains/isoqlog 2013-06-27 19:21:46.000000000 -0400 |
17 |
|
|
@@ -6,7 +6,7 @@ |
18 |
|
|
$OUT .= "$domain\n"; |
19 |
|
|
my $a; my $b; |
20 |
|
|
|
21 |
|
|
- system("/bin/cat /home/e-smith/domains |/bin/grep domain > /tmp/vdomains");# == 0 |
22 |
|
|
+ system("/bin/cat /home/e-smith/db/domains |/bin/grep domain > /tmp/vdomains");# == 0 |
23 |
|
|
#or die ("Error writing /tmp/vdomains\n"); |
24 |
|
|
|
25 |
|
|
#list of virtual domains |