# Rdist distribution file for V and xV binaries
# to UNIX 4.2BSD hosts
#
# VR and xV directories are distributed with the -R flag, so that files
# on remote sites that don't exist on the local site are removed.

V = ( /usr/sun/doc /usr/sun/include /usr/sun/lib
      /usr/sun/bootfile /usr/sun/Vboot/config
      /usr/sun/Vboot/hack.stuff/{data,help,hh,mklev,rumors} /usr/sun/xV )
# RSF - /usr/sun/xV is temporary - this directory is needed for fonts.

VR = ( /usr/sun/Vboot /etc/V )

xV = ( /usr/xV /etc/V/xVserver /etc/V/xVserver.backup /usr/xV/run/hack/{data,help,hh,news,rumors} )

xVhosts = ( gregorio.ds )
# xVdistanthosts = ( leland.ds )
xVdistanthosts = ( )

xVsrcdirs = ( /xV )

# Note: Also change the copylinks command in /usr/lib/crontab when
# this list changes.  Perhaps copylinks could be gotten rid of?  There
# are few links under /xV these days.
xVsrc = ( gregorio.ds )
# xVsrc = ( leland.ds gregorio.ds )

# Temporarily removed camelot from Vhosts -- greep
# Vhosts = ( gregorio.ds leland.ds isl.ds navajo.ds carmel.ds amadeus.ds diablo.ds coyote.ds cascade.ds sonoma.ds csl-vax.ds safe.ds drwho.ds scotty.ds whitney.ds labrea.ds ) 
Vhosts = ( gregorio.ds isl.ds navajo.ds carmel.ds amadeus.ds diablo.ds coyote.ds cascade.ds sonoma.ds csl-vax.ds safe.ds drwho.ds scotty.ds whitney.ds labrea.ds ) 

${xV} -> ${xVhosts}
	except /usr/xV/run/hack ;
	notify rdist-notify ;
	install -r -y -w -R -h;

# Bletch - because leland is on a different network, it needs a different 
# copy of the V password file (so that [home] can be defined especially).
${xV} -> ${xVdistanthosts}
	except /usr/xV/run/hack ;
	except /usr/xV/misc/Vpassword ;
	notify rdist-notify ;
	install -r -y -w -R -h;

# A few hosts in Jacks get the xV server, but nothing else from xV.
# These xVservers are not run with the -p (public) flag.
( /etc/V/xVserver /etc/V/xVserver.backup /usr/xV/run/Vhosttab ) -> ( navajo.ds labrea.ds carmel.ds )
	notify rdist-notify ;
	install -r -y -w -R -h;

${xVsrcdirs} -> ${xVsrc}
	except /xV/lost+found ;
	except *.CKP ;
	except *.BAK ;
	notify rdist-notify ; 
	install -r -y -w -R -h;

${V} -> ${Vhosts}
	except /usr/sun/Vboot/hack.stuff ;
	except /usr/sun/xV/fonts/oldgf ;
	notify rdist-notify ;
	install -r -y -w;

${VR} -> ${Vhosts}
	except /etc/V/rc ;
	except /etc/V/xVserver* ;
	except /etc/V/xxVserver* ;
	except /etc/V/*usercorrespondence* ;
	except /etc/V/distfile* ;
	except /usr/sun/Vboot/config ;
	except /usr/sun/Vboot/hack.stuff ;
	notify rdist-notify ;
	install -r -y -w -R;
