[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] HOSTALLOW_* (<=7.3) -> ALLOW_* (7.4)



Assuming you don't have any HOSTALLOW or HOSTDENY in places where you'd want to leave them, you can do what I did and just pass it through sed:

  sed -r "s/HOST(ALLOW|DENY)/\1/g"


BC

--
Ben Cotton
Systems Research Engineer
Rosen Center for Advanced Computing
Purdue University
http://www.rcac.purdue.edu