summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-06-27 00:45:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-06-27 00:45:12 +0000
commit5ed2b5aa1876727ef069e74c73f8f3970b2a2380 (patch)
tree69c64e68d0306bcc26793ef167fc9ffaba5f0e87
parent4b7be6db6e12dda0977ac69936045ecace34ce4a (diff)
downloadATCD-5ed2b5aa1876727ef069e74c73f8f3970b2a2380.tar.gz
Sat Jun 27 00:44:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* rpmbuild/tao: * rpmbuild/logrotate.d: Moved to the new etc directory * rpmbuild/ace-tao-ciao.spec: Updated for move above
-rw-r--r--ACE/ChangeLog9
-rw-r--r--ACE/rpmbuild/ace-tao-ciao.spec8
-rwxr-xr-xACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosconcurrency18
-rwxr-xr-xACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosevent16
-rwxr-xr-xACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnaming16
-rwxr-xr-xACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnotification16
-rwxr-xr-xACE/rpmbuild/ace-tao-init-suse/init.d/tao-costrading16
-rwxr-xr-xACE/rpmbuild/ace-tao-init-suse/init.d/tao-rtevent16
-rw-r--r--ACE/rpmbuild/etc/logrotate.d/tao-cosconcurrency (renamed from ACE/rpmbuild/logrotate.d/tao-cosconcurrency)0
-rw-r--r--ACE/rpmbuild/etc/logrotate.d/tao-cosevent (renamed from ACE/rpmbuild/logrotate.d/tao-cosevent)0
-rw-r--r--ACE/rpmbuild/etc/logrotate.d/tao-cosnaming (renamed from ACE/rpmbuild/logrotate.d/tao-cosnaming)0
-rw-r--r--ACE/rpmbuild/etc/logrotate.d/tao-cosnotification (renamed from ACE/rpmbuild/logrotate.d/tao-cosnotification)0
-rw-r--r--ACE/rpmbuild/etc/logrotate.d/tao-costrading (renamed from ACE/rpmbuild/logrotate.d/tao-costrading)0
-rw-r--r--ACE/rpmbuild/etc/logrotate.d/tao-rtevent (renamed from ACE/rpmbuild/logrotate.d/tao-rtevent)0
-rw-r--r--ACE/rpmbuild/etc/tao/tao-cosconcurrency.conf (renamed from ACE/rpmbuild/tao/tao-cosconcurrency.conf)0
-rw-r--r--ACE/rpmbuild/etc/tao/tao-cosevent.conf (renamed from ACE/rpmbuild/tao/tao-cosevent.conf)0
-rw-r--r--ACE/rpmbuild/etc/tao/tao-cosnaming.conf (renamed from ACE/rpmbuild/tao/tao-cosnaming.conf)0
-rw-r--r--ACE/rpmbuild/etc/tao/tao-cosnotification.conf (renamed from ACE/rpmbuild/tao/tao-cosnotification.conf)0
-rw-r--r--ACE/rpmbuild/etc/tao/tao-costrading.conf (renamed from ACE/rpmbuild/tao/tao-costrading.conf)0
-rw-r--r--ACE/rpmbuild/etc/tao/tao-rtevent.conf (renamed from ACE/rpmbuild/tao/tao-rtevent.conf)0
20 files changed, 63 insertions, 52 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 8e9d0614d80..bb2a2d57a47 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,12 @@
+Sat Jun 27 00:44:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * rpmbuild/tao:
+ * rpmbuild/logrotate.d:
+ Moved to the new etc directory
+
+ * rpmbuild/ace-tao-ciao.spec:
+ Updated for move above
+
Fri Jun 26 22:55:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/non_mpc_makefile/run_test.pl:
diff --git a/ACE/rpmbuild/ace-tao-ciao.spec b/ACE/rpmbuild/ace-tao-ciao.spec
index 69ccf0ec248..87de74c83ed 100644
--- a/ACE/rpmbuild/ace-tao-ciao.spec
+++ b/ACE/rpmbuild/ace-tao-ciao.spec
@@ -63,7 +63,7 @@ Release: 1%{?OPTTAG}%{?dist}
Group: Development/Libraries/C and C++
URL: http://www.cs.wustl.edu/~schmidt/ACE.html
License: DOC License
-Source0: http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-src-%{ACEVER}.tar.bz2
+Source0: http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-src-%{ACEVER}.tar.gz
Source1: ace-tao-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -1291,8 +1291,10 @@ install ${ACE_ROOT}/bin/tao_nslist %{buildroot}%{_bindir}/tao_nslist
# ================================================================
install -d %{buildroot}%{_sysconfdir}
-cp -R ${ACE_ROOT}/rpmbuild/logrotate.d %{buildroot}%{_sysconfdir}/logrotate.d
-cp -R ${ACE_ROOT}/rpmbuild/tao %{buildroot}%{_sysconfdir}/tao
+mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
+mkdir -p %{buildroot}%{_sysconfdir}/tao
+cp -R ${ACE_ROOT}/rpmbuild/etc/logrotate.d/* %{buildroot}%{_sysconfdir}/logrotate.d/
+cp -R ${ACE_ROOT}/rpmbuild/etc/tao/* %{buildroot}%{_sysconfdir}/tao/
%if %{defined suse_version}
mkdir -p %{buildroot}%{_sysconfdir}/init.d
diff --git a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosconcurrency b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosconcurrency
index 345474c539f..340a53eeeed 100755
--- a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosconcurrency
+++ b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosconcurrency
@@ -7,7 +7,7 @@
# system startup script for service/daemon tao-cosconcurrency
#
# LSB compatible service control script; see http://www.linuxbase.org/spec/
-#
+#
### BEGIN INIT INFO
# Provides: tao-cosconcurrency
# Required-Start: $syslog $remote_fs tao-cosnaming
@@ -24,22 +24,22 @@
# Note: Special treatment of stop for LSB conformance
TAO_COSCONCURRENCY_BIN=/usr/sbin/tao-cosconcurrency
-test -x $TAO_COSCONCURRENCY_BIN || { echo "$TAO_COSCONCURRENCY_BIN not installed";
+test -x $TAO_COSCONCURRENCY_BIN || { echo "$TAO_COSCONCURRENCY_BIN not installed";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }
# Check for existence of needed config file and read it
-TAO_COSCONCURRENCY_CONFIG=/etc/sysconfig/tao/tao-cosconcurrency.opt
+TAO_COSCONCURRENCY_CONFIG=/etc/sysconfig/tao-cosconcurrency
test -r $TAO_COSCONCURRENCY_CONFIG || { echo "$TAO_COSCONCURRENCY_CONFIG not existing";
if [ "$1" = "stop" ]; then exit 0;
else exit 6; fi; }
-# Read config
+# Read config
. $TAO_COSCONCURRENCY_CONFIG
# Source LSB init functions
-# providing start_daemon, killproc, pidofproc,
+# providing start_daemon, killproc, pidofproc,
# log_success_msg, log_failure_msg and log_warning_msg.
# This is currently not used by UnitedLinux based distributions and
# not needed for init scripts for UnitedLinux only. If it is used,
@@ -73,7 +73,7 @@ rc_reset
# 6 - program is not configured
# 7 - program is not running
# 8--199 - reserved (8--99 LSB, 100--149 distrib, 150--199 appl)
-#
+#
# Note that starting an already running service, stopping
# or restarting a not-running service as well as the restart
# with force-reload (in case signaling is not supported) are
@@ -88,7 +88,7 @@ case "$1" in
echo -n "Starting $svcname: "
## Start daemon with startproc(8). If this fails
## the return value is set appropriately by startproc.
- /sbin/startproc $TAO_COSCONCURRENCY_BIN $OPTIONS -ORBSvcConf $svcconf --daemon
+ /sbin/startproc $TAO_COSCONCURRENCY_BIN $OPTIONS -ORBSvcConf $svcconf --daemon
# Remember status and be verbose
rc_status -v
@@ -153,7 +153,7 @@ case "$1" in
/sbin/killproc -HUP $TAO_COSCONCURRENCY_BIN
#touch /var/run/FOO.pid
rc_status -v
-
+
## Otherwise if it does not support reload:
#rc_failed 3
#rc_status -v
@@ -170,7 +170,7 @@ case "$1" in
# 3 - service not running (unused)
# 4 - service status unknown :-(
# 5--199 reserved (5--99 LSB, 100--149 distro, 150--199 appl.)
-
+
# NOTE: checkproc returns LSB compliant status values.
/sbin/checkproc $TAO_COSCONCURRENCY_BIN
# NOTE: rc_status knows that we called this init script with
diff --git a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosevent b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosevent
index 55c33659408..cc84eee8669 100755
--- a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosevent
+++ b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosevent
@@ -13,7 +13,7 @@
# system startup script for service/daemon TAO-cosconcurrency
#
# LSB compatible service control script; see http://www.linuxbase.org/spec/
-#
+#
### BEGIN INIT INFO
# Provides: TAO-cosconcurrency
# Required-Start: $syslog $remote_fs TAO-cosnaming
@@ -30,22 +30,22 @@
# Note: Special treatment of stop for LSB conformance
TAO_COSEVENT_BIN=/usr/sbin/tao-cosevent
-test -x $TAO_COSEVENT_BIN || { echo "$TAO_COSEVENT_BIN not installed";
+test -x $TAO_COSEVENT_BIN || { echo "$TAO_COSEVENT_BIN not installed";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }
# Check for existence of needed config file and read it
-TAO_COSEVENT_CONFIG=/etc/sysconfig/tao/tao-cosevent.opt
+TAO_COSEVENT_CONFIG=/etc/sysconfig/tao-cosevent
test -r $TAO_COSEVENT_CONFIG || { echo "$TAO_COSEVENT_CONFIG not existing";
if [ "$1" = "stop" ]; then exit 0;
else exit 6; fi; }
-# Read config
+# Read config
. $TAO_COSEVENT_CONFIG
# Source LSB init functions
-# providing start_daemon, killproc, pidofproc,
+# providing start_daemon, killproc, pidofproc,
# log_success_msg, log_failure_msg and log_warning_msg.
# This is currently not used by UnitedLinux based distributions and
# not needed for init scripts for UnitedLinux only. If it is used,
@@ -79,7 +79,7 @@ rc_reset
# 6 - program is not configured
# 7 - program is not running
# 8--199 - reserved (8--99 LSB, 100--149 distrib, 150--199 appl)
-#
+#
# Note that starting an already running service, stopping
# or restarting a not-running service as well as the restart
# with force-reload (in case signaling is not supported) are
@@ -160,7 +160,7 @@ case "$1" in
/sbin/killproc -HUP $TAO_COSEVENT_BIN
#touch /var/run/FOO.pid
rc_status -v
-
+
## Otherwise if it does not support reload:
#rc_failed 3
#rc_status -v
@@ -177,7 +177,7 @@ case "$1" in
# 3 - service not running (unused)
# 4 - service status unknown :-(
# 5--199 reserved (5--99 LSB, 100--149 distro, 150--199 appl.)
-
+
# NOTE: checkproc returns LSB compliant status values.
/sbin/checkproc $TAO_COSEVENT_BIN
# NOTE: rc_status knows that we called this init script with
diff --git a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnaming b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnaming
index b69aa0b544d..20c0b475eec 100755
--- a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnaming
+++ b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnaming
@@ -7,7 +7,7 @@
# system startup script for service/daemon tao-cosnaming
#
# LSB compatible service control script; see http://www.linuxbase.org/spec/
-#
+#
### BEGIN INIT INFO
# Provides: tao-cosnaming
# Required-Start: $syslog $remote_fs
@@ -24,22 +24,22 @@
# Note: Special treatment of stop for LSB conformance
TAO_COSNAMING_BIN=/usr/sbin/tao-cosnaming
-test -x $TAO_COSNAMING_BIN || { echo "$TAO_COSNAMING_BIN not installed";
+test -x $TAO_COSNAMING_BIN || { echo "$TAO_COSNAMING_BIN not installed";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }
# Check for existence of needed config file and read it
-TAO_COSNAMING_CONFIG=/etc/sysconfig/tao/TAO-cosnaming.opt
+TAO_COSNAMING_CONFIG=/etc/sysconfig/TAO-cosnaming
test -r $TAO_COSNAMING_CONFIG || { echo "$TAO_COSNAMING_CONFIG not existing";
if [ "$1" = "stop" ]; then exit 0;
else exit 6; fi; }
-# Read config
+# Read config
. $TAO_COSNAMING_CONFIG
# Source LSB init functions
-# providing start_daemon, killproc, pidofproc,
+# providing start_daemon, killproc, pidofproc,
# log_success_msg, log_failure_msg and log_warning_msg.
# This is currently not used by UnitedLinux based distributions and
# not needed for init scripts for UnitedLinux only. If it is used,
@@ -73,7 +73,7 @@ rc_reset
# 6 - program is not configured
# 7 - program is not running
# 8--199 - reserved (8--99 LSB, 100--149 distrib, 150--199 appl)
-#
+#
# Note that starting an already running service, stopping
# or restarting a not-running service as well as the restart
# with force-reload (in case signaling is not supported) are
@@ -153,7 +153,7 @@ case "$1" in
/sbin/killproc -HUP $TAO_COSNAMING_BIN
#touch /var/run/FOO.pid
rc_status -v
-
+
## Otherwise if it does not support reload:
#rc_failed 3
#rc_status -v
@@ -170,7 +170,7 @@ case "$1" in
# 3 - service not running (unused)
# 4 - service status unknown :-(
# 5--199 reserved (5--99 LSB, 100--149 distro, 150--199 appl.)
-
+
# NOTE: checkproc returns LSB compliant status values.
/sbin/checkproc $TAO_COSNAMING_BIN
# NOTE: rc_status knows that we called this init script with
diff --git a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnotification b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnotification
index 4217c629443..f7c34c79509 100755
--- a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnotification
+++ b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-cosnotification
@@ -7,7 +7,7 @@
# system startup script for service/daemon tao-cosnotification
#
# LSB compatible service control script; see http://www.linuxbase.org/spec/
-#
+#
### BEGIN INIT INFO
# Provides: tao-cosnotification
# Required-Start: $syslog $remote_fs tao-cosnaming
@@ -24,22 +24,22 @@
# Note: Special treatment of stop for LSB conformance
TAO_COSNOTIFICATION_BIN=/usr/sbin/tao-cosnotification
-test -x $TAO_COSNOTIFICATION_BIN || { echo "$TAO_COSNOTIFICATION_BIN not installed";
+test -x $TAO_COSNOTIFICATION_BIN || { echo "$TAO_COSNOTIFICATION_BIN not installed";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }
# Check for existence of needed config file and read it
-TAO_COSNOTIFICATION_CONFIG=/etc/sysconfig/tao/tao-cosnotification.opt
+TAO_COSNOTIFICATION_CONFIG=/etc/sysconfig/tao-cosnotification
test -r $TAO_COSNOTIFICATION_CONFIG || { echo "$TAO_COSNOTIFICATION_CONFIG not existing";
if [ "$1" = "stop" ]; then exit 0;
else exit 6; fi; }
-# Read config
+# Read config
. $TAO_COSNOTIFICATION_CONFIG
# Source LSB init functions
-# providing start_daemon, killproc, pidofproc,
+# providing start_daemon, killproc, pidofproc,
# log_success_msg, log_failure_msg and log_warning_msg.
# This is currently not used by UnitedLinux based distributions and
# not needed for init scripts for UnitedLinux only. If it is used,
@@ -73,7 +73,7 @@ rc_reset
# 6 - program is not configured
# 7 - program is not running
# 8--199 - reserved (8--99 LSB, 100--149 distrib, 150--199 appl)
-#
+#
# Note that starting an already running service, stopping
# or restarting a not-running service as well as the restart
# with force-reload (in case signaling is not supported) are
@@ -153,7 +153,7 @@ case "$1" in
/sbin/killproc -HUP $TAO_COSNOTIFICATION_BIN
#touch /var/run/FOO.pid
rc_status -v
-
+
## Otherwise if it does not support reload:
#rc_failed 3
#rc_status -v
@@ -170,7 +170,7 @@ case "$1" in
# 3 - service not running (unused)
# 4 - service status unknown :-(
# 5--199 reserved (5--99 LSB, 100--149 distro, 150--199 appl.)
-
+
# NOTE: checkproc returns LSB compliant status values.
/sbin/checkproc $TAO_COSNOTIFICATION_BIN
# NOTE: rc_status knows that we called this init script with
diff --git a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-costrading b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-costrading
index 05e3651c06e..feb0c5a92f0 100755
--- a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-costrading
+++ b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-costrading
@@ -7,7 +7,7 @@
# system startup script for service/daemon TAO-cosnotification
#
# LSB compatible service control script; see http://www.linuxbase.org/spec/
-#
+#
### BEGIN INIT INFO
# Provides: tao-costrading
# Required-Start: $syslog $remote_fs tao-cosnaming
@@ -24,22 +24,22 @@
# Note: Special treatment of stop for LSB conformance
TAO_COSTRADING_BIN=/usr/sbin/tao-costrading
-test -x $TAO_COSTRADING_BIN || { echo "$TAO_COSTRADING_BIN not installed";
+test -x $TAO_COSTRADING_BIN || { echo "$TAO_COSTRADING_BIN not installed";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }
# Check for existence of needed config file and read it
-TAO_COSTRADING_CONFIG=/etc/sysconfig/tao/tao-costrading.opt
+TAO_COSTRADING_CONFIG=/etc/sysconfig/tao-costrading
test -r $TAO_COSTRADING_CONFIG || { echo "$TAO_COSTRADING_CONFIG not existing";
if [ "$1" = "stop" ]; then exit 0;
else exit 6; fi; }
-# Read config
+# Read config
. $TAO_COSTRADING_CONFIG
# Source LSB init functions
-# providing start_daemon, killproc, pidofproc,
+# providing start_daemon, killproc, pidofproc,
# log_success_msg, log_failure_msg and log_warning_msg.
# This is currently not used by UnitedLinux based distributions and
# not needed for init scripts for UnitedLinux only. If it is used,
@@ -73,7 +73,7 @@ rc_reset
# 6 - program is not configured
# 7 - program is not running
# 8--199 - reserved (8--99 LSB, 100--149 distrib, 150--199 appl)
-#
+#
# Note that starting an already running service, stopping
# or restarting a not-running service as well as the restart
# with force-reload (in case signaling is not supported) are
@@ -153,7 +153,7 @@ case "$1" in
/sbin/killproc -HUP $TAO_COSTRADING_BIN
#touch /var/run/FOO.pid
rc_status -v
-
+
## Otherwise if it does not support reload:
#rc_failed 3
#rc_status -v
@@ -170,7 +170,7 @@ case "$1" in
# 3 - service not running (unused)
# 4 - service status unknown :-(
# 5--199 reserved (5--99 LSB, 100--149 distro, 150--199 appl.)
-
+
# NOTE: checkproc returns LSB compliant status values.
/sbin/checkproc $TAO_COSTRADING_BIN
# NOTE: rc_status knows that we called this init script with
diff --git a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-rtevent b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-rtevent
index 862b6ca2d05..05046402f9c 100755
--- a/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-rtevent
+++ b/ACE/rpmbuild/ace-tao-init-suse/init.d/tao-rtevent
@@ -7,7 +7,7 @@
# system startup script for service/daemon TAO-rtevent
#
# LSB compatible service control script; see http://www.linuxbase.org/spec/
-#
+#
### BEGIN INIT INFO
# Provides: TAO-rtevent
# Required-Start: $syslog $remote_fs tao-cosnaming
@@ -24,22 +24,22 @@
# Note: Special treatment of stop for LSB conformance
TAO_RTEVENT_BIN=/usr/sbin/tao-rtevent
-test -x $TAO_RTEVENT_BIN || { echo "$TAO_RTEVENT_BIN not installed";
+test -x $TAO_RTEVENT_BIN || { echo "$TAO_RTEVENT_BIN not installed";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }
# Check for existence of needed config file and read it
-TAO_RTEVENT_CONFIG=/etc/sysconfig/tao/tao-rtevent.opt
+TAO_RTEVENT_CONFIG=/etc/sysconfig/tao-rtevent
test -r $TAO_RTEVENT_CONFIG || { echo "$TAO_RTEVENT_CONFIG not existing";
if [ "$1" = "stop" ]; then exit 0;
else exit 6; fi; }
-# Read config
+# Read config
. $TAO_RTEVENT_CONFIG
# Source LSB init functions
-# providing start_daemon, killproc, pidofproc,
+# providing start_daemon, killproc, pidofproc,
# log_success_msg, log_failure_msg and log_warning_msg.
# This is currently not used by UnitedLinux based distributions and
# not needed for init scripts for UnitedLinux only. If it is used,
@@ -73,7 +73,7 @@ rc_reset
# 6 - program is not configured
# 7 - program is not running
# 8--199 - reserved (8--99 LSB, 100--149 distrib, 150--199 appl)
-#
+#
# Note that starting an already running service, stopping
# or restarting a not-running service as well as the restart
# with force-reload (in case signaling is not supported) are
@@ -153,7 +153,7 @@ case "$1" in
/sbin/killproc -HUP $TAO_RTEVENT_BIN
#touch /var/run/FOO.pid
rc_status -v
-
+
## Otherwise if it does not support reload:
#rc_failed 3
#rc_status -v
@@ -170,7 +170,7 @@ case "$1" in
# 3 - service not running (unused)
# 4 - service status unknown :-(
# 5--199 reserved (5--99 LSB, 100--149 distro, 150--199 appl.)
-
+
# NOTE: checkproc returns LSB compliant status values.
/sbin/checkproc $TAO_RTEVENT_BIN
# NOTE: rc_status knows that we called this init script with
diff --git a/ACE/rpmbuild/logrotate.d/tao-cosconcurrency b/ACE/rpmbuild/etc/logrotate.d/tao-cosconcurrency
index d256e1a8331..d256e1a8331 100644
--- a/ACE/rpmbuild/logrotate.d/tao-cosconcurrency
+++ b/ACE/rpmbuild/etc/logrotate.d/tao-cosconcurrency
diff --git a/ACE/rpmbuild/logrotate.d/tao-cosevent b/ACE/rpmbuild/etc/logrotate.d/tao-cosevent
index f49bbd21995..f49bbd21995 100644
--- a/ACE/rpmbuild/logrotate.d/tao-cosevent
+++ b/ACE/rpmbuild/etc/logrotate.d/tao-cosevent
diff --git a/ACE/rpmbuild/logrotate.d/tao-cosnaming b/ACE/rpmbuild/etc/logrotate.d/tao-cosnaming
index c9458cd01bb..c9458cd01bb 100644
--- a/ACE/rpmbuild/logrotate.d/tao-cosnaming
+++ b/ACE/rpmbuild/etc/logrotate.d/tao-cosnaming
diff --git a/ACE/rpmbuild/logrotate.d/tao-cosnotification b/ACE/rpmbuild/etc/logrotate.d/tao-cosnotification
index bccc92eef2c..bccc92eef2c 100644
--- a/ACE/rpmbuild/logrotate.d/tao-cosnotification
+++ b/ACE/rpmbuild/etc/logrotate.d/tao-cosnotification
diff --git a/ACE/rpmbuild/logrotate.d/tao-costrading b/ACE/rpmbuild/etc/logrotate.d/tao-costrading
index 6eb6b78c695..6eb6b78c695 100644
--- a/ACE/rpmbuild/logrotate.d/tao-costrading
+++ b/ACE/rpmbuild/etc/logrotate.d/tao-costrading
diff --git a/ACE/rpmbuild/logrotate.d/tao-rtevent b/ACE/rpmbuild/etc/logrotate.d/tao-rtevent
index 80d2e7b6736..80d2e7b6736 100644
--- a/ACE/rpmbuild/logrotate.d/tao-rtevent
+++ b/ACE/rpmbuild/etc/logrotate.d/tao-rtevent
diff --git a/ACE/rpmbuild/tao/tao-cosconcurrency.conf b/ACE/rpmbuild/etc/tao/tao-cosconcurrency.conf
index 1123ad5fa6a..1123ad5fa6a 100644
--- a/ACE/rpmbuild/tao/tao-cosconcurrency.conf
+++ b/ACE/rpmbuild/etc/tao/tao-cosconcurrency.conf
diff --git a/ACE/rpmbuild/tao/tao-cosevent.conf b/ACE/rpmbuild/etc/tao/tao-cosevent.conf
index 9a678b5e043..9a678b5e043 100644
--- a/ACE/rpmbuild/tao/tao-cosevent.conf
+++ b/ACE/rpmbuild/etc/tao/tao-cosevent.conf
diff --git a/ACE/rpmbuild/tao/tao-cosnaming.conf b/ACE/rpmbuild/etc/tao/tao-cosnaming.conf
index d35fc531867..d35fc531867 100644
--- a/ACE/rpmbuild/tao/tao-cosnaming.conf
+++ b/ACE/rpmbuild/etc/tao/tao-cosnaming.conf
diff --git a/ACE/rpmbuild/tao/tao-cosnotification.conf b/ACE/rpmbuild/etc/tao/tao-cosnotification.conf
index 4851348eca4..4851348eca4 100644
--- a/ACE/rpmbuild/tao/tao-cosnotification.conf
+++ b/ACE/rpmbuild/etc/tao/tao-cosnotification.conf
diff --git a/ACE/rpmbuild/tao/tao-costrading.conf b/ACE/rpmbuild/etc/tao/tao-costrading.conf
index 88a9e38bcf1..88a9e38bcf1 100644
--- a/ACE/rpmbuild/tao/tao-costrading.conf
+++ b/ACE/rpmbuild/etc/tao/tao-costrading.conf
diff --git a/ACE/rpmbuild/tao/tao-rtevent.conf b/ACE/rpmbuild/etc/tao/tao-rtevent.conf
index 4690a83235d..4690a83235d 100644
--- a/ACE/rpmbuild/tao/tao-rtevent.conf
+++ b/ACE/rpmbuild/etc/tao/tao-rtevent.conf