[Fedora-directory-commits] adminserver/wrappers initscript.in, 1.2, 1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Oct 8 14:37:31 UTC 2007


Author: rmeggins

Update of /cvs/dirsec/adminserver/wrappers
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29995

Modified Files:
	initscript.in 
Log Message:
since we use the start script to start admin, we source the
init config file there, not here in the initscript



Index: initscript.in
===================================================================
RCS file: /cvs/dirsec/adminserver/wrappers/initscript.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- initscript.in	5 Oct 2007 23:48:02 -0000	1.2
+++ initscript.in	8 Oct 2007 14:37:29 -0000	1.3
@@ -92,7 +92,11 @@
 
 umask 077
 
-[ -f @initconfigdir@/@package_name@ ] && . @initconfigdir@/@package_name@
+# since we use the start script to start admin, we source the
+# init config file there, not here
+# if we ever get rid of the start script, we'll have to uncomment
+# the following line
+#[ -f @initconfigdir@/@package_name@ ] && . @initconfigdir@/@package_name@
 
 start() {
     if [ ! -f $start_script ]; then




More information about the Fedora-directory-commits mailing list