[Fedora-directory-commits] adminserver/admserv/cfgstuff admserv.conf.in, 1.6, 1.7

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Aug 6 19:54:28 UTC 2007


Author: rmeggins

Update of /cvs/dirsec/adminserver/admserv/cfgstuff
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19015/adminserver/admserv/cfgstuff

Modified Files:
	admserv.conf.in 
Log Message:
Reviewed by: nkinder (Thanks!)
Fix Description: On HP-UX and the other bundled platforms, adminutil needs to know where to find its property files.  We have to set the env. var. ADMINUTIL_CONF_DIR to the parent directory of the property directory.
Platforms tested: HP-UX 11.23 IPF 64bit
Flag Day: Yes, autotool file changes.
Doc impact: no 



Index: admserv.conf.in
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/cfgstuff/admserv.conf.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- admserv.conf.in	1 Aug 2007 18:14:53 -0000	1.6
+++ admserv.conf.in	6 Aug 2007 19:54:26 -0000	1.7
@@ -30,6 +30,12 @@
 ScriptAlias /manual/help/ "@cgibindir@/"
 
 SetEnv LD_LIBRARY_PATH @LIBPATH@
+# this is primarily needed for HP-UX and the other platforms
+# where we bundle all of the components together
+# so that adminutil can find its property files
+# In FHS or explicit prefix installs, this is not needed
+# nor used
+SetEnv ADMINUTIL_CONF_DIR @adminutilpath@
 
 # all access is explicitly denied by default in httpd.conf
 # the following Directory directives turn on access for specific




More information about the Fedora-directory-commits mailing list