Skip to content

Commit

Permalink
Build a rsyslog debian pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Sep 6, 2022
1 parent 1b5d07f commit 8fa7cc7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sonic-eventd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ install:
$(CP) $(EVENTD_TARGET) $(DESTDIR)/usr/sbin
$(CP) $(EVENTD_TOOL) $(DESTDIR)/usr/sbin
$(CP) $(EVENTD_PUBLISH_TOOL) $(DESTDIR)/usr/sbin
$(CP) $(RSYSLOG-PLUGIN_TARGET) $(DESTDIR)/usr/sbin

deinstall:
$(RM) $(DESTDIR)/usr/sbin/$(EVENTD_TARGET)
Expand Down
6 changes: 6 additions & 0 deletions src/sonic-eventd/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends}
Description: SONiC event service

Package: sonic-rsyslog-plugin
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends}
Description: SONiC rsyslog plugin service
2 changes: 2 additions & 0 deletions src/sonic-eventd/debian/sonic-eventd.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/sbin/eventd
usr/sbin/events_tool
1 change: 1 addition & 0 deletions src/sonic-eventd/debian/sonic-rsyslog-plugin.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/sbin/ryslog_plugin

0 comments on commit 8fa7cc7

Please sign in to comment.