filters: rename dlogfilterctl to dlogctl 94/188594/3
authorMaciej Slodczyk <m.slodczyk2@partner.samsung.com>
Thu, 6 Sep 2018 10:16:09 +0000 (12:16 +0200)
committerMaciej Slodczyk <m.slodczyk2@partner.samsung.com>
Thu, 6 Sep 2018 11:15:23 +0000 (13:15 +0200)
Change-Id: I6dcab12485ca71d9e5ba611d40903334852be24a
Signed-off-by: Maciej Slodczyk <m.slodczyk2@partner.samsung.com>
Makefile.am
configs/dlog.conf
packaging/dlog.spec
src/logctl/logctl.c [moved from src/logfilterctl/logfilterctl.c with 100% similarity]

index a558bd5..1d93d3a 100644 (file)
@@ -104,20 +104,20 @@ dlogsend_SOURCES = \
        src/logsend/logsend.c
 
 
-bin_PROGRAMS += dlogfilterctl
-dlogfilterctl_CFLAGS = \
+bin_PROGRAMS += dlogctl
+dlogctl_CFLAGS = \
        $(AM_CFLAGS) \
        -fPIE
 
-dlogfilterctl_LDFLAGS = \
+dlogctl_LDFLAGS = \
        $(AM_LDFLAGS) \
        -pie
 
-dlogfilterctl_SOURCES = \
+dlogctl_SOURCES = \
        src/shared/logcommon.c \
        src/shared/logconfig.c \
        src/libdlog/loglimiter.c \
-       src/logfilterctl/logfilterctl.c
+       src/logctl/logctl.c
 
 
 usrlibexeclibdlogdir = /usr/libexec/libdlog
index c800f46..2392983 100644 (file)
@@ -16,7 +16,7 @@ limiter|*|*=allow
 # A flag indicating if apps/events buffer entries are always checked against static/dynamic limiter rules
 limiter_apply_to_all_buffers=0
 
-# dynamic filters_path - specifies the path to a DIRECTORY to enable dynamic runtime filter set changes (use dlogfilterctl for control)
+# dynamic filters_path - specifies the path to a DIRECTORY to enable dynamic runtime filter set changes (use dlogctl for control)
 # dynamic_filters_path=/run/dlog/filters.d/
 
 ##### Settings used by the logging daemon
index e0fc760..230ebb0 100644 (file)
@@ -176,7 +176,7 @@ fi
 %license LICENSE.APACHE2.0
 %attr(750,log,log) %{_bindir}/dlogutil
 %attr(755,log,log) %{_bindir}/dlogsend
-%attr(755,log,log) %{_bindir}/dlogfilterctl
+%attr(755,log,log) %{_bindir}/dlogctl
 
 %files  -n libdlog
 %manifest dlog.manifest