Re: Jails: An rc.d script

2004-05-24 Thread Kirk Strauser
At 2004-05-23T01:04:51Z, "William M. Grim" <[EMAIL PROTECTED]> writes: > I've written an rc.d script that can start/stop/restart jails, if they > follow a certain pattern of setup. I'm strongly considering the placement > of this in ports or base (ports seems most appropriate). Have you looked a

Re: Jails: An rc.d script

2004-05-22 Thread William M. Grim
Very odd, my jails.sh script was not allowed to pass or something. So, I'm pasting it into this email. #!/bin/sh # # Start the jails at boot-up. # The only jails it can start properly are the ones in directories labelled # with an IP address. JAILBASE=/usr/local/var/jail LS="/bin/ls" JLS="/usr/s

Jails: An rc.d script

2004-05-22 Thread William M. Grim
Hi! I've written an rc.d script that can start/stop/restart jails, if they follow a certain pattern of setup. I'm strongly considering the placement of this in ports or base (ports seems most appropriate). Basically, if you have jails in /usr/local/var/jail/, my script can start it up automati