2730d2b38b
Move ssh_config and sshd_config modification from openssh package to openssh-config package. Deployment test pass and configuration file check pass! Story: 2004477 Task: 28185 Change-Id: I9976733bab102ee076d514333cd5a74af20794ec Signed-off-by: zhipengl <zhipengs.liu@intel.com>
37 lines
961 B
Diff
37 lines
961 B
Diff
From 788beea32cfa09f61c27db117ec3b3b0500fbad8 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 2 Oct 2017 15:32:16 -0400
|
|
Subject: spec-include-TiS-changes.patch
|
|
|
|
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
|
|
---
|
|
SPECS/openssh.spec | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
diff --git a/SPECS/openssh.spec b/SPECS/openssh.spec
|
|
index 0a91b56..bbae9d7 100644
|
|
--- a/SPECS/openssh.spec
|
|
+++ b/SPECS/openssh.spec
|
|
@@ -719,9 +723,6 @@ getent passwd sshd >/dev/null || \
|
|
%preun server
|
|
%systemd_preun sshd.service sshd.socket
|
|
|
|
-%postun server
|
|
-%systemd_postun_with_restart sshd.service
|
|
-
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{!?_licensedir:%global license %%doc}
|
|
@@ -784,8 +785,6 @@ getent passwd sshd >/dev/null || \
|
|
%attr(0644,root,root) %{_unitdir}/sshd.socket
|
|
%attr(0644,root,root) %{_unitdir}/sshd-keygen.service
|
|
|
|
-%files server-sysvinit
|
|
-%defattr(-,root,root)
|
|
%attr(0755,root,root) /etc/rc.d/init.d/sshd
|
|
%endif
|
|
|
|
--
|
|
1.8.3.1
|
|
|