From da912adbf1512702a17b8e381af3d0225875e67c Mon Sep 17 00:00:00 2001 From: Jonathan Billings Date: Fri, 7 Jan 2011 10:44:27 -0500 Subject: [PATCH] RedHat: Change the defined initdir path to /etc/rc.d/init.d On Red Hat systems, /etc/init.d is a symlink to /etc/rc.d/init.d. We should use the actual path for packaging the init scripts, to avoid any issues with package verification. Change-Id: I476193b3fd534c8aa70c67970bf2765a30f4c4d5 Reviewed-on: http://gerrit.openafs.org/3625 Reviewed-by: Stephan Wiesand Reviewed-by: Derrick Brashear Tested-by: BuildBot --- src/packaging/RedHat/openafs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packaging/RedHat/openafs.spec.in b/src/packaging/RedHat/openafs.spec.in index f48cced99..6c13ed31a 100644 --- a/src/packaging/RedHat/openafs.spec.in +++ b/src/packaging/RedHat/openafs.spec.in @@ -104,7 +104,7 @@ %define bootkernelsupport %{?_with_bootkernel:1}%{!?_with_bootkernel:0} # Define the location of your init.d directory -%define initdir /etc/init.d +%define initdir /etc/rc.d/init.d #determine if the kernel provides an arch-specific Provides %define kprovidesarch %(%{kversis} provideskernelarch %{ksrcdir} %{_target_cpu}) -- 2.39.5