From 55ce4efb95a2f0062d8f894cf95d27d72f16bcbf Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 09 2020 11:10:19 +0000 Subject: Apply patch autofs-5.1.4-add-units-After-line-to-include-statd-service.patch patch_name: autofs-5.1.4-add-units-After-line-to-include-statd-service.patch present_in_specfile: true --- diff --git a/CHANGELOG b/CHANGELOG index f8a7504..c9c53fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,7 @@ xx/xx/2018 autofs-5.1.5 - add an example fedfs master map entry to the installed master map. - improve hostname lookup error logging. - tiny patch for autofs typo and possible bug. +- add units After line to include statd service. 19/12/2017 autofs-5.1.4 - fix spec file url. diff --git a/samples/autofs.service.in b/samples/autofs.service.in index 918fc93..766fc5a 100644 --- a/samples/autofs.service.in +++ b/samples/autofs.service.in @@ -1,6 +1,6 @@ [Unit] Description=Automounts filesystems on demand -After=network.target ypbind.service sssd.service network-online.target remote-fs.target +After=network.target ypbind.service sssd.service network-online.target remote-fs.target rpc-statd.service rpcbind.service Wants=network-online.target rpc-statd.service rpcbind.service [Service]