From dcc0a2edeb8382f7a4b68ca187f4e42d019bc76b Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 21 May 2020 21:56:28 +0800 Subject: [PATCH] config-files: cleanup useless commented lines Issue-ID: INF-53 Signed-off-by: Jackie Huang Change-Id: I8a05f34ce7c1b9f2e3c4ff1adb6d3afdaa8f5867 --- meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb b/meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb index cde5170..7f3e778 100644 --- a/meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb +++ b/meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb @@ -686,15 +686,6 @@ pkg_postinst_syslog-ng-config() { if [ -z "$D" ]; then systemctl --no-block restart syslog-ng.service fi - -# TODO -#preun: -# %systemd_preun syslog-ng.service -#postun: -# ldconfig -# %systemd_postun_with_restart syslog-ng.service -# systemctl daemon-reload 2>&1 || : -# systemctl try-restart } pkg_postinst_ontarget_systemd-config() { -- 2.16.6