Rev 446: fixed location of init.d directory to work on SLES and RHEL in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Sun Jun 3 07:39:12 GMT 2007


------------------------------------------------------------
revno: 446
revision-id: tridge at samba.org-20070603073911-b0hoqqxx14tt5x5f
parent: tridge at samba.org-20070603063308-jk7nmnql4y4smcp6
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Sun 2007-06-03 17:39:11 +1000
message:
  fixed location of init.d directory to work on SLES and RHEL
modified:
  packaging/RPM/ctdb.spec        ctdb.spec-20070527204758-biuh7znabuwan3zn-3
=== modified file 'packaging/RPM/ctdb.spec'
--- a/packaging/RPM/ctdb.spec	2007-06-02 09:40:07 +0000
+++ b/packaging/RPM/ctdb.spec	2007-06-03 07:39:11 +0000
@@ -1,4 +1,4 @@
-%define initdir %{_sysconfdir}/rc.d/init.d
+%define initdir %{_sysconfdir}/init.d
 
 Summary: Clustered TDB
 Vendor: Samba Team
@@ -53,7 +53,7 @@
 
 # Create the target build directory hierarchy
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/init.d
 
 make DESTDIR=$RPM_BUILD_ROOT install
 



More information about the samba-cvs mailing list