/[smeserver]/rpms/e-smith-base/sme10/e-smith-base-5.8.1-bz11795-persistent-journald.patch
ViewVC logotype

Annotation of /rpms/e-smith-base/sme10/e-smith-base-5.8.1-bz11795-persistent-journald.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Dec 20 14:11:53 2021 UTC (2 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-5_el7_sme
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-5.sme
- make journald log permanent by creating /var/log/journal [SME: 11795]

1 jpp 1.1 diff -Nur --no-dereference e-smith-base-5.8.1.old/root/etc/e-smith/events/actions/systemd-journald e-smith-base-5.8.1/root/etc/e-smith/events/actions/systemd-journald
2     --- e-smith-base-5.8.1.old/root/etc/e-smith/events/actions/systemd-journald 1969-12-31 19:00:00.000000000 -0500
3     +++ e-smith-base-5.8.1/root/etc/e-smith/events/actions/systemd-journald 2021-12-20 09:07:38.478000000 -0500
4     @@ -0,0 +1,5 @@
5     +#!/bin/bash
6     +if [[ ! -d /var/log/journal ]]; then
7     + mkdir -p /var/log/journal
8     + /usr/bin/systemd-tmpfiles --create --prefix /var/log/journal
9     +fi

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed