Index: /perimental/installation/scripts/omniConf.sh
===================================================================
--- /experimental/installation/scripts/omniConf.sh	(revision 3665)
+++ 	(revision )
@@ -1,39 +1,0 @@
-#!/bin/sh
-
-# Change the hostname in the configuration file, and output it to
-# a renamed version of the same file.
-sed 's/corbaname::my.host.name/corbaname::localhost/' sample.cfg > omniORB.cfg
-
-# Add a new directory to the library listings
-echo '/usr/local/lib' >> /etc/ld.so.conf
-
-# Update libraries
-/sbin/ldconfig
-
-# Set the default log directory
-default_directory='/var/log/omniORB'
-
-# Read in the desired log directory
-printf "Please enter a log directory [%s]: " $default_directory
-read log_directory
-
-# If there was no input, leave the default directory
-if [ -z $log_directory ]
-then
-    log_directory=$default_directory
-fi
-
-# Create the log directory
-mkdir -p $log_directory
-
-# Create the omniNames.sh script
-echo "#!/bin/sh" > omniNames.sh
-echo '' >> omniNames.sh
-echo "killall omniNames [omniEvents]" >> omniNames.sh
-echo "rm $log_directory/omninames*" >> omniNames.sh
-echo '' >> omniNames.sh
-echo "omniNames -start -logdir $log_directory &" >> omniNames.sh
-
-# Set the script permissions and put it in the correct directory
-chmod 755 omniNames.sh
-cp omniNames.sh /usr/local/bin
