From b054de4445b0359b76160770fc317ad3be23c425 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 12 Mar 2006 22:45:47 +0000 Subject: [PATCH] - use %service, adapterized Changed files: openssh.spec -> 1.252 --- openssh.spec | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/openssh.spec b/openssh.spec index b989951..43f929f 100644 --- a/openssh.spec +++ b/openssh.spec @@ -82,7 +82,7 @@ BuildRequires: libwrap-devel BuildRequires: openssl-devel >= 0.9.7d BuildRequires: pam-devel %{?with_gtk:BuildRequires: pkgconfig} -BuildRequires: rpmbuild(macros) >= 1.202 +BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: zlib-devel Requires: FHS >= 2.1-24 Requires: pam >= 0.79.0 @@ -569,11 +569,7 @@ rm -rf $RPM_BUILD_ROOT %post server /sbin/chkconfig --add sshd -if [ -f /var/lock/subsys/sshd ]; then - /etc/rc.d/init.d/sshd restart 1>&2 -else - echo "Run \"/etc/rc.d/init.d/sshd start\" to start openssh daemon." -fi +%service sshd restart "openssh daemon" if ! grep -qs ssh /etc/security/passwd.conf ; then umask 022 echo "ssh" >> /etc/security/passwd.conf @@ -581,9 +577,7 @@ fi %preun server if [ "$1" = "0" ]; then - if [ -f /var/lock/subsys/sshd ]; then - /etc/rc.d/init.d/sshd stop 1>&2 - fi + %service sshd stop /sbin/chkconfig --del sshd fi -- 2.44.0