[Lunar-commits] <moonbase-other> rsyslog: create the needed syslog.service symlink to rsyslog.service file.

Florin Braescu florin at lunar-linux.org
Sun Jul 29 14:47:50 CEST 2012


commit e1c7ff1081b97396823972a6d4604b08fdff9de2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 29 Jul 2012 05:47:50 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e1c7ff1081b97396823972a6d4604b08fdff9de2

rsyslog: create the needed syslog.service symlink to rsyslog.service file.
---
  utils/rsyslog/BUILD                                          +3/-0     
  1 files changed, 3 insertions (+), 0 deletions (-)

--- a/utils/rsyslog/BUILD
+++ b/utils/rsyslog/BUILD
@@ -31,6 +31,9 @@
   install -m 644 plugins/ommysql/createDB.sql /usr/share/doc/rsyslog/scripts/mysql/ &&
   install -m 644 plugins/ompgsql/createDB.sql /usr/share/doc/rsyslog/scripts/pqsql/ &&
 
+  rm -f /usr/lib/systemd/system/syslog.service
+  ln -sf /usr/lib/systemd/system/rsyslog.service /usr/lib/systemd/system/syslog.service  &&
+
   gather_docs doc/rsyslog-example.conf
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list