Magellan Linux

Diff of /branches/magellan-next/core/rsyslog/rsyslog-5.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7866 by niro, Thu Jun 2 17:54:45 2011 UTC revision 7867 by niro, Thu Jun 2 17:57:15 2011 UTC
# Line 177  EOF Line 177  EOF
177   echo "Here is the documentation on how to encrypt your log traffic:"   echo "Here is the documentation on how to encrypt your log traffic:"
178   echo " http://www.rsyslog.com/doc/rsyslog_tls.html"   echo " http://www.rsyslog.com/doc/rsyslog_tls.html"
179    
180   mstartservice rsyslog   mstartservice rsyslog rsyslogd
181    
182   # enable systemd units   # enable systemd units
183   mstartunit rsyslog.service   mstartunit rsyslog.service rsyslogd
184  }  }
185    
186  postremove()  postremove()
187  {  {
188   mstopservice rsyslog   mstopservice rsyslog rsyslogd
189    
190   # disable systemd units   # disable systemd units
191   mstopunit rsyslog.service   mstopunit rsyslog.service rsyslogd
192  }  }

Legend:
Removed from v.7866  
changed lines
  Added in v.7867