atom feed31 messages in org.freebsd.freebsd-archRe: FreeBSD daemon configurations red...
FromSent OnAttachments
Daniel BlankensteinerMay 30, 2002 8:44 am 
Daniel BlankensteinerMay 30, 2002 2:10 pm 
Daniel BlankensteinerMay 30, 2002 3:59 pm 
Daniel BlankensteinerMay 30, 2002 4:12 pm 
Terry LambertMay 30, 2002 4:16 pm 
Daniel BlankensteinerMay 30, 2002 4:31 pm 
Andre OppermannMay 30, 2002 4:40 pm 
Daniel BlankensteinerMay 30, 2002 4:46 pm 
Daniel BlankensteinerMay 30, 2002 4:53 pm 
Terry LambertMay 30, 2002 6:04 pm 
Terry LambertMay 30, 2002 6:08 pm 
Mike BarcroftMay 30, 2002 6:09 pm 
Andrew ReillyMay 30, 2002 6:31 pm 
Dag-Erling SmorgravMay 30, 2002 11:48 pm 
Daniel BlankensteinerMay 31, 2002 2:27 am 
Daniel BlankensteinerMay 31, 2002 2:31 am 
Daniel BlankensteinerMay 31, 2002 2:50 am 
Terry LambertMay 31, 2002 1:55 pm 
Daniel BlankensteinerMay 31, 2002 2:46 pm 
Terry LambertMay 31, 2002 3:50 pm 
Gordon TetlowMay 31, 2002 4:04 pm 
Daniel BlankensteinerMay 31, 2002 4:29 pm 
Daniel BlankensteinerMay 31, 2002 4:33 pm 
Terry LambertJun 1, 2002 12:24 am 
Daniel BlankensteinerJun 1, 2002 2:54 am 
Wes PetersJun 1, 2002 8:58 am 
Wes PetersJun 1, 2002 9:09 am 
Daniel BlankensteinerJun 1, 2002 10:18 am 
Cy Schubert - CITS Open Systems GroupJun 2, 2002 9:30 am 
Wes PetersJun 3, 2002 4:18 pm 
Andrew ReillyJun 11, 2002 11:36 pm 
Subject:Re: FreeBSD daemon configurations redesign
From:Daniel Blankensteiner (db@traceroute.dk)
Date:May 31, 2002 2:46:36 pm
List:org.freebsd.freebsd-arch

----- Original Message ----- From: "Terry Lambert" <tlam@mindspring.com>

I am only talk about config files, the binaries and log should not be in here.

I'm also taling about config files.

Seperate config files is a bad idea. We tolerate it now because a lot of things wouldn't fit into rc.conf (like the sendmail configuration data). For things that can, they should. Your examples were all things that can. I don't understand the benefit of breaking them up, except to have more files to worry about, and more things that need to be writeable (or symlinked and moved, when / isn't writeable).

I think it is easier to setup, let's say FTP, if you know ALL the config files are in /etv/daemons/ftp. And the only place to start the ftpd from when booting, is from /etc/daemons/startup. When you add a user, you have to grand him or deny him access to services. This you do by changing a lot of config files, maybe forgetting some? So a central access file, is maybe not so bad. When more services are added, /etc will "explode". We already got /etc/mail and /etc/ssh, why not /etc/ftp? And then put them in /etc/daemons/, it makes more sence.

db db

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message