cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/cman configure
@ 2006-06-12 21:50 cfeist
  0 siblings, 0 replies; 2+ messages in thread
From: cfeist @ 2006-06-12 21:50 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist at sourceware.org	2006-06-12 21:50:46

Modified files:
	cman           : configure 

Log message:
	Assign ccslibdir to the appropriate variable in the configure script.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/configure.diff?cvsroot=cluster&r1=1.6&r2=1.7

--- cluster/cman/configure	2006/02/24 09:11:08	1.6
+++ cluster/cman/configure	2006/06/12 21:50:46	1.7
@@ -29,7 +29,7 @@
 	kernel_src => \$kernel_src,
 	libdir => \$libdir,
 	libexecdir => \$libexecdir,
-	ccslibdir => \$libdir,
+	ccslibdir => \$ccslibdir,
 	mandir  => \$mandir,
 	prefix => \$prefix,
 	sbindir => \$sbindir,



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cluster-devel] cluster/cman configure
@ 2006-07-07  6:58 pcaulfield
  0 siblings, 0 replies; 2+ messages in thread
From: pcaulfield @ 2006-07-07  6:58 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2006-07-07 06:58:20

Modified files:
	cman           : configure 

Log message:
	Make SBINDIR default to /usr/sbin so we can find aisexec

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/configure.diff?cvsroot=cluster&r1=1.7&r2=1.8

--- cluster/cman/configure	2006/06/12 21:50:46	1.7
+++ cluster/cman/configure	2006/07/07 06:58:20	1.8
@@ -70,7 +70,7 @@
   print "--ccslibdir=\tthe base directory for ccs libraries.  (Default: {libdir})\n";
   print "--mandir=\tthe base directory for man pages.  (Default: /usr/share/man)\n";
   print "--prefix=\tthe base directory to install into.  (Default: /)\n";
-  print "--sbindir=\tthe base directory for system binaries.  (Default: /sbin)\n";
+  print "--sbindir=\tthe base directory for system binaries.  (Default: /usr/sbin)\n";
   print "--sharedir=\tthe base directory for misc cluster files.  (Default: /usr/share/cluster)\n";
   print "--verbose\t\tVerbose output\n";
   exit $ret;
@@ -100,7 +100,7 @@
   $mandir="${prefix}/usr/share/man";
 }
 if (!$sbindir) {
-  $sbindir="${prefix}/sbin";
+  $sbindir="${prefix}/usr/sbin";
 }
 if (!$sharedir) {
   $sharedir="${prefix}/usr/share/cluster";



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-07  6:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12 21:50 [Cluster-devel] cluster/cman configure cfeist
  -- strict thread matches above, loose matches on Subject: below --
2006-07-07  6:58 pcaulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).