[csw-devel] SF.net SVN: gar:[8349] csw/mgar/pkg/chkconfig/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Feb 4 19:04:02 CET 2010


Revision: 8349
          http://gar.svn.sourceforge.net/gar/?rev=8349&view=rev
Author:   dmichelsen
Date:     2010-02-04 18:04:02 +0000 (Thu, 04 Feb 2010)

Log Message:
-----------
chkconfig: Fix location to csw standards

Modified Paths:
--------------
    csw/mgar/pkg/chkconfig/trunk/Makefile
    csw/mgar/pkg/chkconfig/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/chkconfig/trunk/files/0003-Fix-manpage-to-use-csw-pathes.patch

Modified: csw/mgar/pkg/chkconfig/trunk/Makefile
===================================================================
--- csw/mgar/pkg/chkconfig/trunk/Makefile	2010-02-04 16:26:50 UTC (rev 8348)
+++ csw/mgar/pkg/chkconfig/trunk/Makefile	2010-02-04 18:04:02 UTC (rev 8349)
@@ -16,6 +16,7 @@
 PATCHFILES = alloca.patch
 PATCHFILES += 0001-Add-missing-include-to-alloca.h.patch
 PATCHFILES += 0002-Don-t-use-named-struct-initializers.patch
+PATCHFILES += 0003-Fix-manpage-to-use-csw-pathes.patch
 
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
@@ -29,6 +30,8 @@
 PKGFILES_CSWalternatives = .*alternatives.*
 
 CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-alt-links-dir=/etc/opt/csw/alternatives
+CONFIGURE_ARGS += --with-alt-admin-dir=/var/opt/csw/alternatives
 
 TEST_TARGET = check
 

Modified: csw/mgar/pkg/chkconfig/trunk/checksums
===================================================================
--- csw/mgar/pkg/chkconfig/trunk/checksums	2010-02-04 16:26:50 UTC (rev 8348)
+++ csw/mgar/pkg/chkconfig/trunk/checksums	2010-02-04 18:04:02 UTC (rev 8349)
@@ -1,4 +1,5 @@
 d56d4f7b5aef5af5235943c384734780  0001-Add-missing-include-to-alloca.h.patch
 a1045173b8bc0a667883080f85a38597  0002-Don-t-use-named-struct-initializers.patch
+5abe74bf8f38f45068f43f12b52cfc4b  0003-Fix-manpage-to-use-csw-pathes.patch
 02019af22d048085f3006de791a0c95e  alloca.patch
 592a1fe77f3844d7748adbab6357ee25  chkconfig-1.3.30c.tar.gz

Added: csw/mgar/pkg/chkconfig/trunk/files/0003-Fix-manpage-to-use-csw-pathes.patch
===================================================================
--- csw/mgar/pkg/chkconfig/trunk/files/0003-Fix-manpage-to-use-csw-pathes.patch	                        (rev 0)
+++ csw/mgar/pkg/chkconfig/trunk/files/0003-Fix-manpage-to-use-csw-pathes.patch	2010-02-04 18:04:02 UTC (rev 8349)
@@ -0,0 +1,47 @@
+From 0e158bd176da683072207633e7b2dddf68e33d7c Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Thu, 4 Feb 2010 18:57:15 +0100
+Subject: [PATCH] Fix manpage to use csw pathes
+
+---
+ alternatives.8 |    8 ++++----
+ 1 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/alternatives.8 b/alternatives.8
+index 5598bf7..74e3783 100644
+--- a/alternatives.8
++++ b/alternatives.8
+@@ -184,12 +184,12 @@ accessible via a generic name using the alternatives system.
+ .TP
+ alternatives directory
+ A directory, by default
+-.IR /etc/alternatives ,
++.IR /etc/opt/csw/alternatives ,
+ containing the symlinks.
+ .TP
+ administrative directory
+ A directory, by default
+-.IR /var/lib/alternatives ,
++.IR /var/opt/csw/alternatives ,
+ containing
+ .BR alternatives '
+ state information.
+@@ -352,13 +352,13 @@ what other alternatives are available
+ and the highest priority alternative currently installed.
+ .SH FILES
+ .TP
+-.I /etc/alternatives/
++.I /etc/opt/csw/alternatives/
+ The default alternatives directory.
+ Can be overridden by the
+ .B --altdir
+ option.
+ .TP
+-.I /var/lib/alternatives/
++.I /var/opt/csw/alternatives/
+ The default administration directory.
+ Can be overridden by the
+ .B --admindir
+-- 
+1.6.6
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list