Ticket #25 (defect)

Opened 2 years ago

Last modified 2 years ago

Distributed config files pending check in

Status: new

Reported by: jpr@openidp.org Assigned to:
Priority: standard Keywords: rcs config
Cc:

The distributed mvb has several local modifications to files that are tracked via RCS. Some of these files have not had their most recent changes committed, making tracking local mods tricky.

Change History

07/27/07 13:16:50: Modified by jpr@openidp.org

/etc/sendmail.mc has a pending checkin.

07/27/07 13:31:02: Modified by jpr@openidp.org

/etc/mail/sendmail.mc workaround:

cd /etc/mail/; ci -l -m"start local config" sendmail.mc

07/27/07 14:17:35: Modified by jpr@openidp.org

The apache vhost config files in /etc/apache/conf.d are affected.

Work around:

cd /etc/apache/config; ci -l -m"start local config" \
  mod_ssl-01-myvocs-box.conf vhost-01-myvocs-box.conf \
  fastcgi.conf mod_shib.conf

07/27/07 16:07:55: Modified by jpr@openidp.org

The metadata file in /etc/shibboleth and the AAP.xml in /etc/shibboleth-sp have pending commits.

Work around:

cd /etc/shibboleth
ci -l -m"start local config" myvocs-box-metadata.xml
cd /etc/shibboleth-sp
ci -l -m"start local config" AAP.xml