#!/bin/sh # This is used by Init_package to create the basic # package area by rsh. It is expected to live on # cdfcvs.fnal.gov in $HOME/bin under the cdfcvs account. # # THe ONLY argument is the package name. # package=${1} cd /cvs/cdf/run2 [ ! -d ${package} ] && mkdir ${package} [ ! -f ${package}/commitlog ] && touch ${package}/commitlog [ ! -d check_access.d ] && mkdir check_access.d [ ! -d check_access.d/${package} ] && mkdir check_access.d/${package}