Re: rc.subr startup question

2005-03-15 Thread Doug Poland
On Tue, Mar 15, 2005 at 08:19:17AM +0200, Giorgos Keramidas wrote: > On 2005-03-14 15:56, Doug Poland <[EMAIL PROTECTED]> wrote: > > > > I'm running 5.3-STABLE and I want to write a startup script for > > ports/sysutils/mcron. The twis is, I want an mcron process for > > each user I specify in an

Re: rc.subr startup question

2005-03-14 Thread Giorgos Keramidas
On 2005-03-14 15:56, Doug Poland <[EMAIL PROTECTED]> wrote: > Hello, > > I'm running 5.3-STABLE and I want to write a startup script for > ports/sysutils/mcron. The twis is, I want an mcron process for > each user I specify in an external file. For example... > > /usr/local/etc/mcron.conf: > $use

rc.subr startup question

2005-03-14 Thread Doug Poland
Hello, I'm running 5.3-STABLE and I want to write a startup script for ports/sysutils/mcron. The twis is, I want an mcron process for each user I specify in an external file. For example... /usr/local/etc/mcron.conf: $usernames="user1 user2 user3" /usr/local/etc/rc.d/mcron.sh #!/bin/sh # $Id

rc.subr startup question

2005-03-14 Thread Doug Poland
Hello, I'm running 5.3-STABLE and I want to write a startup script for ports/sysutils/mcron. The twis is, I want an mcron process for each user I specify in an external file. For example... /usr/local/etc/mcron.conf: $usernames="user1 user2 user3" /usr/local/etc/rc.d/mcron.sh #!/bin/sh # $Id