/[smeserver]/rpms/e-smith-base/sme9/e-smith-base-5.4.0-rsyslog_templates.patch
ViewVC logotype

Annotation of /rpms/e-smith-base/sme9/e-smith-base-5.4.0-rsyslog_templates.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Mon Mar 24 03:05:36 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 5.6.0-1.sme
- Roll new stream to remove obsolete images [SME: 7962]

1 slords 1.1 --- e-smith-base-5.4.0/createlinks 2013-02-25 21:56:34.184688003 +0100
2     +++ e-smith-base-5.4.0/createlinks 2013-02-25 22:49:32.883135102 +0100
3     @@ -97,7 +97,7 @@
4     email-update
5     logrotate
6     ));
7     -templates2events("/etc/sysconfig/syslog", qw(
8     +templates2events("/etc/sysconfig/rsyslog", qw(
9     console-save
10     bootstrap-console-save
11     post-install
12     @@ -105,15 +105,7 @@
13     email-update
14     logrotate
15     ));
16     -templates2events("/etc/syslog.conf", qw(
17     - console-save
18     - bootstrap-console-save
19     - post-install
20     - post-upgrade
21     - email-update
22     - logrotate
23     - ));
24     -templates2events("/etc/logrotate.d/syslog", qw(
25     +templates2events("/etc/rsyslog.conf", qw(
26     console-save
27     bootstrap-console-save
28     post-install
29     @@ -524,7 +516,7 @@
30     event_link("rotate_timestamped_logfiles", $event, "05");
31     event_link("purge-old-logs", $event, "75");
32    
33     -safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/syslog");
34     +safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/rsyslog");
35    
36     #--------------------------------------------------
37     # actions for local event
38     @@ -552,8 +544,8 @@
39    
40     my %service2order =
41     (
42     - # Start syslog up before network!
43     - syslog => "05",
44     + # Start rsyslog up before network!
45     + rsyslog => "05",
46     #klogd => "06",
47     cpuspeed => "06",
48     'bootstrap-console' => "10",
49     @@ -597,8 +589,3 @@
50     safe_symlink("/var/service/local" , 'root/service/local');
51     safe_touch("root/var/service/local/down");
52    
53     -# Link syslog to rsyslog. Temporary fix.
54     -safe_symlink("rsyslogd" , 'root/sbin/syslogd');
55     -safe_symlink("rsyslog" , 'root/etc/rc.d/init.d/syslog');
56     -
57     -

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed