summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2005-03-14 17:24:51 -0800
committerTim Rice <tim@multitalents.net>2005-03-14 17:24:51 -0800
commitc3939e22fdcc9c22102b8d3d894f5885105a1a04 (patch)
tree1ccac9f826eb19ced05314c47ff06ac3336f3de0 /contrib
parentc53c3a423c659041d2935391d3108fb417f658d8 (diff)
- (tim) [contrib/caldera/openssh.spec] links in rc?.d were getting trashed
with a rpm -F
Diffstat (limited to 'contrib')
-rw-r--r--contrib/caldera/openssh.spec12
1 files changed, 3 insertions, 9 deletions
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec
index 67d8e6ff..b04562dc 100644
--- a/contrib/caldera/openssh.spec
+++ b/contrib/caldera/openssh.spec
@@ -21,8 +21,8 @@
%define cvs %{nil}
%define release 1
%else
- %define version 3.9p1
- %define cvs cvs20011009
+ %define version 4.0p1
+ %define cvs cvs20050315
%define release 0r1
%endif
%define xsa x11-ssh-askpass
@@ -297,12 +297,7 @@ fi
%PreUn server
[ "$1" = 0 ] || exit 0
-
! %{SVIdir}/sshd status || %{SVIdir}/sshd stop
-: # to protect the rpm database
-
-
-%PostUn server
if [ -x %{LSBinit}-remove ]; then
%{LSBinit}-remove sshd
else
@@ -310,7 +305,6 @@ else
fi
: # to protect the rpm database
-
%Files
%defattr(-,root,root)
%dir %{_sysconfdir}
@@ -363,4 +357,4 @@ fi
* Mon Jan 01 1998 ...
Template Version: 1.31
-$Id: openssh.spec,v 1.52 2005/03/09 00:02:42 djm Exp $
+$Id: openssh.spec,v 1.53 2005/03/15 01:24:51 tim Exp $