*** xmcd-3.0/libdi_d/config.sh.org	Wed May 23 20:17:50 2001
--- xmcd-3.0/libdi_d/config.sh	Wed May 23 20:18:35 2001
***************
*** 31,40 ****
  VER=3.0
  
  # Change the following directory to fit your local configuration
! BINDIR=/usr/bin/X11
! LIBDIR=/usr/lib/X11
! XMCDLIB=/usr/lib/X11/xmcd
! DISCOGDIR=/usr/lib/X11/xmcd/discog
  XMCD_URL=http://www.amb.org/xmcd/
  
  ERRFILE=/tmp/xmcd.err
--- 31,40 ----
  VER=3.0
  
  # Change the following directory to fit your local configuration
! BINDIR=/opt/freeware/bin/X11
! LIBDIR=/opt/freeware/lib/X11
! XMCDLIB=/opt/freeware/lib/X11/xmcd
! DISCOGDIR=/opt/freeware/lib/X11/xmcd/discog
  XMCD_URL=http://www.amb.org/xmcd/
  
  ERRFILE=/tmp/xmcd.err
*** xmcd-3.0/misc_d/start.sh.org	Wed May 23 20:12:55 2001
--- xmcd-3.0/misc_d/start.sh	Wed May 23 20:13:46 2001
***************
*** 26,32 ****
  #    along with this program; if not, write to the Free Software
  #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  #
! PATH=${PATH}:/sbin:/usr/sbin:/bin:/usr/bin:/etc
  export PATH
  
  
--- 26,32 ----
  #    along with this program; if not, write to the Free Software
  #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  #
! PATH=${PATH}:/sbin:/usr/sbin:/bin:/usr/bin:/etc:/opt/freeware/bin/X11
  export PATH
  
  
***************
*** 34,40 ****
  {
  	if [ -z "$XMCD_LIBDIR" ]
  	then
! 		XMCD_LIBDIR=/usr/lib/X11/xmcd
  		export XMCD_LIBDIR
  	fi
  
--- 34,40 ----
  {
  	if [ -z "$XMCD_LIBDIR" ]
  	then
! 		XMCD_LIBDIR=/opt/freeware/lib/X11/xmcd
  		export XMCD_LIBDIR
  	fi
  
*** xmcd-3.0/misc_d/discog.htm.org	Wed May 23 20:14:03 2001
--- xmcd-3.0/misc_d/discog.htm	Wed May 23 20:16:16 2001
***************
*** 34,40 ****
  <H2>Directory Organization</H2>
  <DIR>
  <P>
! The top-level Local Discography directory is <B>$DISCOGDIR</B>
  on your system.  This was created when xmcd was installed.
  Under this directory there are hierarchy of directories of music genres
  (i.e., <I>Rock, Classical, Jazz,</I> etc.).  These genres match those
--- 34,40 ----
  <H2>Directory Organization</H2>
  <DIR>
  <P>
! The top-level Local Discography directory is <B>/opt/freeware/lib/X11/xmcd/discog</B>
  on your system.  This was created when xmcd was installed.
  Under this directory there are hierarchy of directories of music genres
  (i.e., <I>Rock, Classical, Jazz,</I> etc.).  These genres match those
*** xmcd-3.0/misc_d/genidx.sh.aix	Wed May 16 19:59:16 2001
--- xmcd-3.0/misc_d/genidx.sh	Wed May 23 21:19:42 2001
***************
*** 30,36 ****
  PATH=/bin:/usr/bin:/usr/local/bin; export PATH
  
  # Modify these to suit your local configuration
! XMCDLIB=/usr/lib/X11/xmcd
  DISCOGDIR=$XMCDLIB/discog
  FILE_MODE=666
  
--- 30,36 ----
  PATH=/bin:/usr/bin:/usr/local/bin; export PATH
  
  # Modify these to suit your local configuration
! XMCDLIB=/opt/freeware/lib/X11/xmcd
  DISCOGDIR=$XMCDLIB/discog
  FILE_MODE=666
  
***************
*** 171,177 ****
  if [ -z "$genredirs" ]
  then
  	echo "	No genres to process" >&2
! 	exit 1
  fi
  
  for i in $genredirs
--- 171,177 ----
  if [ -z "$genredirs" ]
  then
  	echo "	No genres to process" >&2
! 	exit 0
  fi
  
  for i in $genredirs
*** xmcd-3.0/install.sh.org	Wed May 16 19:58:57 2001
--- xmcd-3.0/install.sh	Wed May 23 21:35:32 2001
***************
*** 1249,1267 ****
  done
  
  # Configuration script
! sed -e "s/^#!\/bin\/sh.*/#!$SHELL_S/" \
!     -e "s/^BINDIR=.*/BINDIR=$BINDIR_S/" \
!     -e "s/^LIBDIR=.*/LIBDIR=$LIBDIR_S/" \
!     -e "s/^XMCDLIB=.*/XMCDLIB=$XMCDLIB_S/" \
!     -e "s/^DISCOGDIR=.*/DISCOGDIR=$DISCOGDIR_S/" \
!     -e "s/^XMCD_URL=.*/XMCD_URL=$XMCDURL_S/" \
!     -e "s/^OWNER=.*/OWNER=$OWNER/" \
!     -e "s/^GROUP=.*/GROUP=$GROUP/" \
!     <libdi_d/config.sh >/tmp/xmcdcfg.$$
! 
! rm -f $XMCDLIB/config/configure.sh
! inst_file /tmp/xmcdcfg.$$ $XMCDLIB/config/config.sh $SCRPERM $OWNER $GROUP
! rm -f /tmp/xmcdcfg.$$
  
  # Convenience link to config.sh
  if [ "$SCO" = True ]
--- 1249,1255 ----
  done
  
  # Configuration script
! inst_file libdi_d/config.sh $XMCDLIB/config/config.sh $SCRPERM $OWNER $GROUP
  
  # Convenience link to config.sh
  if [ "$SCO" = True ]
***************
*** 1281,1316 ****
  	rm -f $XMCDLIB/scripts/$i
  done
  
! sed -e "s/^#!\/bin\/sh.*/#!$SHELL_S/" \
!     -e "s/^BINDIR=.*/BINDIR=$BINDIR_S/" \
!     -e "s/^LIBDIR=.*/LIBDIR=$LIBDIR_S/" \
!     -e "s/^XMCDLIB=.*/XMCDLIB=$XMCDLIB_S/" \
!     -e "s/^DISCOGDIR=.*/DISCOGDIR=$DISCOGDIR_S/" \
!     -e "s/^XMCD_URL=.*/XMCD_URL=$XMCDURL_S/" \
!     -e "s/^OWNER=.*/OWNER=$OWNER/" \
!     -e "s/^GROUP=.*/GROUP=$GROUP/" \
!     <misc_d/genidx.sh >$XMCDLIB/scripts/genidx
! do_chown $OWNER $XMCDLIB/scripts/genidx
! do_chgrp $GROUP $XMCDLIB/scripts/genidx
! do_chmod $SCRPERM $XMCDLIB/scripts/genidx
! $ECHO "\t$XMCDLIB/scripts/genidx"
  
  # Local discographies
  inst_file misc_d/bkgnd.gif $DISCOGDIR/bkgnd.gif $FILEPERM $OWNER $GROUP
  inst_file misc_d/xmcdlogo.gif $DISCOGDIR/xmcdlogo.gif $FILEPERM $OWNER $GROUP
! rm -f $DISCOGDIR/discog.html
! sed -e "s/\$SHELL/$SHELL_S/g" \
!     -e "s/\$BINDIR/$BINDIR_S/g" \
!     -e "s/\$LIBDIR/$LIBDIR_S/g" \
!     -e "s/\$XMCDLIB/$XMCDLIB_S/g" \
!     -e "s/file:\/\/localhost\/\$DISCOGDIR/file:\/\/localhost$DISCOGDIR_S/g" \
!     -e "s/\$DISCOGDIR/$DISCOGDIR_S/g" \
!     -e "s/\$XMCD_URL/$XMCDURL_S/g" \
!     <misc_d/discog.htm >$DISCOGDIR/discog.html
! do_chown $OWNER $DISCOGDIR/discog.html
! do_chgrp $GROUP $DISCOGDIR/discog.html
! do_chmod $FILEPERM $DISCOGDIR/discog.html
! $ECHO "\t$DISCOGDIR/discog.html"
  for i in xmcd cda
  do
  	# HTML man pages
--- 1269,1280 ----
  	rm -f $XMCDLIB/scripts/$i
  done
  
! inst_file misc_d/genidx.sh $XMCDLIB/scripts/genidx $SCRPERM $OWNER $GROUP
  
  # Local discographies
  inst_file misc_d/bkgnd.gif $DISCOGDIR/bkgnd.gif $FILEPERM $OWNER $GROUP
  inst_file misc_d/xmcdlogo.gif $DISCOGDIR/xmcdlogo.gif $FILEPERM $OWNER $GROUP
! inst_file misc_d/discog.htm $DISCOGDIR/discog.html $FILEPERM $OWNER $GROUP
  for i in xmcd cda
  do
  	# HTML man pages
