SPECS: openssh.spec - use safer 'reload' to restart sshd on upgrad...

glen glen at pld-linux.org
Wed May 3 01:56:38 CEST 2006


Author: glen                         Date: Tue May  2 23:56:38 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use safer 'reload' to restart sshd on upgrade (read manpage before reverting)

---- Files affected:
SPECS:
   openssh.spec (1.252 -> 1.253) 

---- Diffs:

================================================================
Index: SPECS/openssh.spec
diff -u SPECS/openssh.spec:1.252 SPECS/openssh.spec:1.253
--- SPECS/openssh.spec:1.252	Sun Mar 12 23:45:47 2006
+++ SPECS/openssh.spec	Wed May  3 01:56:33 2006
@@ -570,7 +570,7 @@
 
 %post server
 /sbin/chkconfig --add sshd
-%service sshd restart "openssh daemon"
+%service sshd reload "openssh daemon"
 if ! grep -qs ssh /etc/security/passwd.conf ; then
 	umask 022
 	echo "ssh" >> /etc/security/passwd.conf
@@ -659,6 +659,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.253  2006/05/02 23:56:33  glen
+- use safer 'reload' to restart sshd on upgrade (read manpage before reverting)
+
 Revision 1.252  2006/03/12 22:45:47  glen
 - use %service, adapterized
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openssh.spec?r1=1.252&r2=1.253&f=u



More information about the pld-cvs-commit mailing list