Re: Daemons can't have hyphen (-) sign in the name

2015-03-16 Thread Igor Konforti
Well I guess that explains :S Thanks On Sun, Mar 15, 2015 at 7:24 PM, Antoine Jacoutot wrote: > On Sun, Mar 15, 2015 at 07:08:52PM +0200, Igor Konforti wrote: > > I was writing Deamon by name "/etc/rc.d/example-client" and all a time I > > was getting error that ${daemon_user} is "client" > > >

Re: Daemons can't have hyphen (-) sign in the name

2015-03-15 Thread Antoine Jacoutot
On Sun, Mar 15, 2015 at 07:08:52PM +0200, Igor Konforti wrote: > I was writing Deamon by name "/etc/rc.d/example-client" and all a time I > was getting error that ${daemon_user} is "client" > > After looking at source code of rc.subr >

Daemons can't have hyphen (-) sign in the name

2015-03-15 Thread Igor Konforti
I was writing Deamon by name "/etc/rc.d/example-client" and all a time I was getting error that ${daemon_user} is "client" After looking at source code of rc.subr I saw the following: ```